Endpoint to update status of tenant/company workload
Select
SaaS
Customer Managed
API to update tenant/company workload status
Path Parameters
- companyGUID string required
- application/json
Request Body
Workloads and status to be updated
workloads object[]
List of workload id and type to update
workloadId int32workloadId to update
usageType stringPossible values: [
WORKLOAD
,PHYSICAL
,VIRTUAL
]Default value:
NONE
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...