cURL
curl --request GET \ --url https://api.vantage.sh/v2/virtual_tag_configs/{token}/status \ --header 'Authorization: Bearer <token>'
{ "token": "vtag_1234", "processing": true, "providers": [ { "provider": "aws", "status": "processing" }, { "provider": "gcp", "status": "complete" } ] }
Return the processing status of a specific VirtualTagConfig.
The access token received from the authorization server in the OAuth 2.0 flow.
Processing is complete
VirtualTagConfigStatus model
The token of the VirtualTagConfig.
"vtag_1234"
Whether the VirtualTagConfig is currently processing. True if any provider has not completed processing.
Processing status broken down by provider.
Show child attributes