v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1421129123.2 KB

This operation returns a list of the ARNs of the canaries that are associated with the specified group.

post/group/{groupIdentifier}/resources

Path parameters

groupIdentifierstring required

Specifies the group to return information for. You can specify the group name, the ARN, or the group ID as the <code>GroupIdentifier</code>.

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Request body

NextTokenstring

A token that indicates that there is more data available. You can use this token in a subsequent operation to retrieve the next set of results.

MaxResultsinteger

Specify this parameter to limit how many canary ARNs are returned each time you use the <code>ListGroupResources</code> operation. If you omit this parameter, the default of 20 is used.

Response

Success

ResourcesString[]

An array of ARNs. These ARNs are for the canaries that are associated with the group.

NextTokenstring

A token that indicates that there is more data available. You can use this token in a subsequent <code>ListGroupResources</code> operation to retrieve the next set of results.