V2 Clusters clusterArn Operations - Amazon MSK

V2 Clusters clusterArn Operations

URI

/api/v2/clusters/clusterArn/operations

HTTP methods

GET

Operation ID: ListClusterOperationsV2

Path parameters
NameTypeRequiredDescription
clusterArnStringTrue

ARN of the cluster to be described.

Query parameters
NameTypeRequiredDescription
nextTokenStringFalse

If the response of ListClusters is truncated, it returns a nextToken in the response. This nextToken should be sent in the subsequent request to ListClusters.

maxResultsStringFalse

Maximum number of clusters to fetch in one get request.

Responses
Status codeResponse modelDescription
200 ListClusterOperationsV2Response

HTTP Status Code 200: OK.

400None

HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.

401None

HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.

403None

HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.

404None

HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.

429None

HTTP Status Code 429: Limit exceeded. Resource limit reached.

500None

HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.

503None

HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.

OPTIONS

Path parameters
NameTypeRequiredDescription
clusterArnStringTrue

ARN of the cluster to be described.

Responses
Status codeResponse modelDescription
200None

200 response

Schemas

Response bodies

{ "nextToken": "string", "clusterOperationInfoList": [ { "clusterType": enum, "clusterArn": "string", "operationState": "string", "startTime": "string", "operationType": "string", "endTime": "string", "operationArn": "string" } ] }

Properties

ClusterOperationV2Summary

Returns information about a cluster operation.

PropertyTypeRequiredDescription
clusterArn

string

False

ARN of the cluster.

clusterType

ClusterType

False

Type of the backend cluster.

endTime

string

False

The time at which the operation finished.

operationArn

string

False

ARN of the cluster operation.

operationState

string

False

State of the cluster operation.

operationType

string

False

Type of the cluster operation.

startTime

string

False

The time at which operation was created.

ClusterType

The type of backend cluster.

  • PROVISIONED

  • SERVERLESS

ListClusterOperationsV2Response

The response contains an array containing cluster operation information and a nextToken if the response is truncated.

PropertyTypeRequiredDescription
clusterOperationInfoList

Array of type ClusterOperationV2Summary

False

An array of cluster operation information objects.

nextToken

string

False

If the response of ListClusterOperationsV2 is truncated, it returns a nextToken in the response. This nextToken should be sent in the subsequent request to ListClusterOperationsV2.

See also

For more information about using this API in one of the language-specific AWS SDKs and references, see the following:

ListClusterOperationsV2