[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Status Unassign Bulk
DescriptionCheck the status of bulk unassign operation for given jobId of an org.
Request
URLURL
https://cloud.vmwarehorizon.com/portal/v2/entitlements/unassign/status/{jobId}
Path Parameters
Path Parameters
string
jobId
Required
jobId
Query Parameters
Query Parameters
string
org_id
Optional
org_id
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
EntitlementUnassignTask
of type */*
Check the status of bulk unassign operation
{
"createdAt": "string",
"failedEntitlementIds": [
"string"
],
"groupIds": [
"string"
],
"id": "string",
"inputEntitlementIds": [
"string"
],
"location": "string",
"orgId": "string",
"processedEntitlementIds": [
"string"
],
"removeAllUsers": false,
"resourceDetails": [
{
"poolId": "string",
"resourceId": "string"
}
],
"sendNotification": false,
"status": "ERROR",
"updatedAt": "string",
"userIds": [
"string"
]
}
string as date-time
createdAt
Optional
array of
string
failedEntitlementIds
Optional
array of
string
groupIds
Optional
string
id
Optional
array of
string
inputEntitlementIds
Optional
string
location
Optional
string
orgId
Optional
array of
string
processedEntitlementIds
Optional
boolean
removeAllUsers
Optional
boolean
sendNotification
Optional
string
status
Optional
Possible values are: ERROR , FINISHED , INIT , RUNNING
string as date-time
updatedAt
Optional
array of
string
userIds
Optional
Errors
ErrorResponse
400
Bad Request
ErrorResponse
401
Unauthorized
ErrorResponse
403
Forbidden
ErrorResponse
404
Not found
Code Samples
cURL Command
curl https://cloud.vmwarehorizon.com/portal/v2/entitlements/unassign/status/{jobId}
[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
On This Page
Portal Operations
post
delete
get
get
patch
post
post