v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1426158150.9 KB

Gets information about any operation that returns an operation ID in the response, such as a CreateService request.

To get a list of operations that match specified criteria, see ListOperations.

post/#X-Amz-Target=Route53AutoNaming_v20170314.GetOperation

Headers

X-Amz-Target'Route53AutoNaming_v20170314.GetOperation' required

Request body

OperationIdstring required

The ID of the operation that you want to get more information about.

Response

Success

Example response

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