GetConfiguration
Returns details about the specified configuration.
Request Syntax
GET /getConfiguration/ConfigurationId HTTP/1.1
    
      URI Request Parameters
The request uses the following URI parameters.
- ConfigurationId
 - 
               
A service generated identifier for the configuration.
Pattern:
[a-zA-Z0-9-_/:]{1,100}Required: Yes
 
Request Body
The request does not have a request body.
Response Syntax
HTTP/1.1 200
Content-type: application/json
{
   "Account": "string",
   "ConfigurationDefinitionId": "string",
   "CreatedAt": "string",
   "Id": "string",
   "LastModifiedAt": "string",
   "ManagerArn": "string",
   "Parameters": { 
      "string" : "string" 
   },
   "Region": "string",
   "StatusSummaries": [ 
      { 
         "LastUpdatedAt": "string",
         "Status": "string",
         "StatusDetails": { 
            "string" : "string" 
         },
         "StatusMessage": "string",
         "StatusType": "string"
      }
   ],
   "Type": "string",
   "TypeVersion": "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.
- Account
 - 
               
The ID of the AWS account where the configuration was deployed.
Type: String
 - ConfigurationDefinitionId
 - 
               
The ID of the configuration definition.
Type: String
 - CreatedAt
 - 
               
The datetime stamp when the configuration manager was created.
Type: Timestamp
 - Id
 - 
               
A service generated identifier for the configuration.
Type: String
 - LastModifiedAt
 - 
               
The datetime stamp when the configuration manager was last updated.
Type: Timestamp
 - ManagerArn
 - 
               
The ARN of the configuration manager.
Type: String
 - Parameters
 - 
               
The parameters for the configuration definition type.
Type: String to string map
Key Length Constraints: Minimum length of 1. Maximum length of 256.
Key Pattern:
[A-Za-z0-9+=@_\/\s-]+Value Length Constraints: Minimum length of 0. Maximum length of 40960.
 - Region
 - 
               
The AWS Region where the configuration was deployed.
Type: String
 - StatusSummaries
 - 
               
A summary of the state of the configuration manager. This includes deployment statuses, association statuses, drift statuses, health checks, and more.
Type: Array of StatusSummary objects
 - Type
 - 
               
The type of the Quick Setup configuration.
Type: String
 - TypeVersion
 - 
               
The version of the Quick Setup type used.
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
 - ResourceNotFoundException
 - 
               
The resource couldn't be found. Check the ID or name and try again.
HTTP Status Code: 404
 - 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: