Creates a new AWS connector.
Parameter |
Mandatory/Optional |
Data Type |
Description |
---|---|---|---|
arn |
Mandatory |
string |
ARN number of the account ID. |
externalId |
Mandatory |
string |
The externalId of your organization. |
name |
Mandatory |
string |
Connector name. |
accountType |
Mandatory |
|
Specify the AWS account type as Global or US_Gov. |
description |
Optional |
string |
Connector description. |
API request
curl -X POST
"<qualys_base_url>/csapi/v1.3/registry/aws/connector"
-d "{"arn":"arn:aws:iam::205767712438:role/abcd", "externalId":"903805594", "name":"TestAWS", "accountType":"US_Gov", "description":"Testing of AWS account"}" --header "Authorization: Bearer <token>"
Response
response code 200
Was this topic helpful?