GetConnector
Retrieves details about the specified Connector. Calling this action returns important details about the connector, such as the public SCEP URL where your clients can request certificates.
Request Syntax
GET /connectors/ConnectorArn
HTTP/1.1
URI Request Parameters
The request uses the following URI parameters.
- ConnectorArn
-
The Amazon Resource Name (ARN) of the connector.
Length Constraints: Minimum length of 5. Maximum length of 200.
Pattern:
arn:aws(-[a-z]+)*:pca-connector-scep:[a-z]+(-[a-z]+)+-[1-9]\d*:\d{12}:connector\/[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}
Required: Yes
Request Body
The request does not have a request body.
Response Syntax
HTTP/1.1 200
Content-type: application/json
{
"Connector": {
"Arn": "string",
"CertificateAuthorityArn": "string",
"CreatedAt": number,
"Endpoint": "string",
"MobileDeviceManagement": { ... },
"OpenIdConfiguration": {
"Audience": "string",
"Issuer": "string",
"Subject": "string"
},
"Status": "string",
"StatusReason": "string",
"Type": "string",
"UpdatedAt": number
}
}
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.
Errors
For information about the errors that are common to all actions, see Common Errors.
- AccessDeniedException
-
You can receive this error if you attempt to perform an operation and you don't have the required permissions. This can be caused by insufficient permissions in policies attached to your AWS Identity and Access Management (IAM) principal. It can also happen because of restrictions in place from an AWS Organizations service control policy (SCP) that affects your AWS account.
HTTP Status Code: 403
- InternalServerException
-
The request processing has failed because of an unknown error, exception or failure with an internal server.
HTTP Status Code: 500
- ResourceNotFoundException
-
The operation tried to access a nonexistent resource. The resource might be incorrectly specified, or it might have a status other than
ACTIVE
.HTTP Status Code: 404
- ThrottlingException
-
The limit on the number of requests per second was exceeded.
HTTP Status Code: 429
- ValidationException
-
An input validation error occurred. For example, invalid characters in a name tag, or an invalid pagination token.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: