ListAssociatedRoute53HealthChecks - Amazon Route 53 Application Recovery Controller

ListAssociatedRoute53HealthChecks

URI

/routingcontrol/RoutingControlArn/associatedRoute53HealthChecks

HTTP methods

GET

Operation ID: ListAssociatedRoute53HealthChecks

Returns an array of all Amazon Route 53 health checks associated with a specific routing control.

Path parameters
NameTypeRequiredDescription
RoutingControlArnStringTrue

The Amazon Resource Name (ARN) of the routing control.

Query parameters
NameTypeRequiredDescription
MaxResultsStringFalse

The number of objects that you want to return with this call.

NextTokenStringFalse

The token that identifies which batch of results you want to see.

Responses
Status codeResponse modelDescription
200ListAssociatedRoute53HealthChecksResponse

200 response - Success.

400ValidationException

400 response - Multiple causes. For example, you might have a malformed query string and input parameter might be out of range, or you used parameters together incorrectly.

404ResourceNotFoundException

404 response - MalformedQueryString. The query string contains a syntax error or resource not found.

500InternalServerException

500 response - InternalServiceError. Temporary service error. Retry the request.

OPTIONS

Path parameters
NameTypeRequiredDescription
RoutingControlArnStringTrue

The Amazon Resource Name (ARN) of a routing control.

Responses
Status codeResponse modelDescription
200None

200 response - Success.

Schemas

Response bodies

{ "NextToken": "string", "HealthCheckIds": [ "string" ] }
{ "message": "string" }
{ "message": "string" }
{ "message": "string" }

Properties

InternalServerException

500 response - InternalServiceError. Temporary service error. Retry the request.

PropertyTypeRequiredDescription
message

string

True

ListAssociatedRoute53HealthChecksResponse

The result of a successful ListAssociatedRoute53HealthChecks request.

PropertyTypeRequiredDescription
HealthCheckIds

Array of type string

True

Identifiers for the health checks.

NextToken

string

MaxLength: 8096

False

Next token for listing health checks.

ResourceNotFoundException

404 response - MalformedQueryString. The query string contains a syntax error or resource not found.

PropertyTypeRequiredDescription
message

string

True

ValidationException

400 response - Multiple causes. For example, you might have a malformed query string and input parameter might be out of range, or you might have used parameters together incorrectly.

PropertyTypeRequiredDescription
message

string

True

See also

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

ListAssociatedRoute53HealthChecks