GetConnectors
Describes the connectors registered with the AWS SMS.
Request Syntax
{ "maxResults":
number
, "nextToken": "string
" }
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
The request accepts the following data in JSON format.
- maxResults
-
The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned
NextToken
value.Type: Integer
Required: No
- nextToken
-
The token for the next set of results.
Type: String
Required: No
Response Syntax
{ "connectorList": [ { "associatedOn": number, "capabilityList": [ "string" ], "connectorId": "string", "ipAddress": "string", "macAddress": "string", "status": "string", "version": "string", "vmManagerId": "string", "vmManagerName": "string", "vmManagerType": "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.
- connectorList
-
Information about the registered connectors.
Type: Array of Connector objects
- nextToken
-
The token required to retrieve the next set of results. This value is null when there are no more results to return.
Type: String
Errors
For information about the errors that are common to all actions, see Common Errors.
- UnauthorizedOperationException
-
You lack permissions needed to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: