v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1473344266.2 KB

Gets all of the variables or the specific variable. This is a paginated API. Providing null <code>maxSizePerPage</code> results in retrieving maximum of 100 records per page. If you provide <code>maxSizePerPage</code> the value must be between 50 and 100. To get the next page result, a provide a pagination token from <code>GetVariablesResult</code> as part of your request. Null pagination token fetches the records from the beginning.

post/#X-Amz-Target=AWSHawksNestServiceFacade.GetVariables

Query parameters

maxResultsstring

Pagination limit

nextTokenstring

Pagination token

Headers

X-Amz-Target'AWSHawksNestServiceFacade.GetVariables' required

Request body

namestring

The name of the variable.

nextTokenstring

The next page token of the get variable request.

maxResultsinteger

The max size per page determined for the get variable request.

Response

Success

nextTokenstring

The next page token to be used in subsequent requests.