List of protected cloud config entities for the given jobId
Select
SaaS
Customer Managed
List of protected cloud config entities for the given jobId
Path Parameters
- jobId int64 required
Cloud Config JobId
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
browse object[]
resourceName stringresourceType stringtags object[]
name stringvalue string
{
"browse": [
{
"resourceName": "string",
"resourceType": "string",
"tags": [
{
"name": "string",
"value": "string"
}
]
}
]
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...