Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / servicediscovery / get-operation.rst
Size: Mime:
**To get the result of an operation**

The following ``get-operation`` example gets the result of an operation. ::

    aws servicediscovery get-operation \
        --operation-id gv4g5meo7ndmeh4fqskygvk23d2fijwa-k9302yzd

Output::

    {
        "Operation": {
            "Id": "gv4g5meo7ndmeh4fqskygvk23d2fijwa-k9302yzd",
            "Type": "CREATE_NAMESPACE",
            "Status": "SUCCESS",
            "CreateDate": 1587055860.121,
            "UpdateDate": 1587055900.469,
            "Targets": {
                "NAMESPACE": "ns-ylexjili4cdxy3xm"
            }
        }
    }