ListConfigurationManagers
Returns Quick Setup configuration managers.
Request Syntax
POST /listConfigurationManagers HTTP/1.1
Content-type: application/json
{
"Filters": [
{
"Key": "string
",
"Values": [ "string
" ]
}
],
"MaxItems": number
,
"StartingToken": "string
"
}
URI Request Parameters
The request does not use any URI parameters.
Request Body
The request accepts the following data in JSON format.
- Filters
-
Filters the results returned by the request.
Type: Array of Filter objects
Required: No
- MaxItems
-
Specifies the maximum number of configuration managers that are returned by the request.
Type: Integer
Valid Range: Minimum value of 1. Maximum value of 100.
Required: No
- StartingToken
-
The token to use when requesting a specific set of items from a list.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1024.
Pattern:
^[A-Za-z0-9+=@_\/\s-]*$
Required: No
Response Syntax
HTTP/1.1 200
Content-type: application/json
{
"ConfigurationManagersList": [
{
"ConfigurationDefinitionSummaries": [
{
"FirstClassParameters": {
"string" : "string"
},
"Id": "string",
"Type": "string",
"TypeVersion": "string"
}
],
"Description": "string",
"ManagerArn": "string",
"Name": "string",
"StatusSummaries": [
{
"LastUpdatedAt": "string",
"Status": "string",
"StatusDetails": {
"string" : "string"
},
"StatusMessage": "string",
"StatusType": "string"
}
]
}
],
"NextToken": "string"
}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
- ConfigurationManagersList
-
The configuration managers returned by the request.
Type: Array of ConfigurationManagerSummary objects
- NextToken
-
The token to use when requesting the next set of configuration managers. If there are no additional operations to return, the string is empty.
Type: String
Errors
For information about the errors that are common to all actions, see Common Errors.
- AccessDeniedException
-
The requester has insufficient permissions to perform the operation.
HTTP Status Code: 403
- ConflictException
-
Another request is being processed. Wait a few minutes and try again.
HTTP Status Code: 409
- InternalServerException
-
An error occurred on the server side.
HTTP Status Code: 500
- ThrottlingException
-
The request or operation exceeds the maximum allowed request rate per AWS account and AWS Region.
HTTP Status Code: 429
- ValidationException
-
The request is invalid. Verify the values provided for the request parameters are accurate.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: