curl --request POST \
--url https://api.example.com/orgs/{org_id}/integrations/aws/{integration_id}/describe-resource \
--header 'Content-Type: application/json' \
--data '
{
"arn": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Describe an AWS resource — check existence and fetch tags.
curl --request POST \
--url https://api.example.com/orgs/{org_id}/integrations/aws/{integration_id}/describe-resource \
--header 'Content-Type: application/json' \
--data '
{
"arn": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}