v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1426158150.9 KB

Lists operations that match the criteria that you specify.

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

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'Route53AutoNaming_v20170314.ListOperations' required

Request body

NextTokenstring
<p>For the first <code>ListOperations</code> request, omit this value.</p> <p>If the response contains <code>NextToken</code>, submit another <code>ListOperations</code> request to get the next group of results. Specify the value of <code>NextToken</code> from the previous response in the next request.</p> <note> <p>Cloud Map gets <code>MaxResults</code> operations and then filters them based on the specified criteria. It's possible that no operations in the first <code>MaxResults</code> operations matched the specified criteria but that subsequent groups of <code>MaxResults</code> operations do contain operations that match the criteria.</p> </note>
MaxResultsinteger

The maximum number of items that you want Cloud Map to return in the response to a <code>ListOperations</code> request. If you don't specify a value for <code>MaxResults</code>, Cloud Map returns up to 100 operations.

Response

Success

NextTokenstring
<p>If the response contains <code>NextToken</code>, submit another <code>ListOperations</code> request to get the next group of results. Specify the value of <code>NextToken</code> from the previous response in the next request.</p> <note> <p>Cloud Map gets <code>MaxResults</code> operations and then filters them based on the specified criteria. It's possible that no operations in the first <code>MaxResults</code> operations matched the specified criteria but that subsequent groups of <code>MaxResults</code> operations do contain operations that match the criteria.</p> </note>

Example response

{
  "Operations": [
    {
      "Id": "76yy8ovhpdz0plmjzbsnqgnrqvpv2qdt-kexample",
      "Status": "SUCCESS"
    },
    {
      "Id": "prysnyzpji3u2ciy45nke83x2zanl7yk-dexample",
      "Status": "SUCCESS"
    },
    {
      "Id": "ko4ekftir7kzlbechsh7xvcdgcpk66gh-7example",
      "Status": "PENDING"
    }
  ]
}