List of cloud config jobs for the given subclientId
Select
SaaS
Customer Managed
List of cloud config jobs for the given subclientId
Path Parameters
- subclientId int64 required
Cloud Config Subclient ID
Query Parameters
- startTime int64 required
Backup jobs started from or after this time
- endTime int64 required
Backup jobs until this time
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
jobs object[]
jobStartTime int64jobEndTime int64jobId int64
{
"jobs": [
{
"jobStartTime": 0,
"jobEndTime": 0,
"jobId": 0
}
]
}
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...