Cloud
Update AWS Data Source from File
Update an existing AWS data source to reflect the state represented in a JSON file exported from AWS directly via the AWS CLI. Returns a jobId that can be used to monitor progress through the Get "Update AWS Data Source" Job Status endpoint.
post/v1/dataSources/aws/{awsDataSourceId}/upload
Path parameters
awsDataSourceIdstring required
AWS data source ID
Example:awsds_12345
The ID of the AWS data source to update
Response
Accepted. Occurs when the update job has been queued.
Example response
{
"jobId": "jobr_2f5e5b82-6f1d-4c9f-932a-14e43cf30454"
}