[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen

Status Unassign Bulk

Description

Check the status of bulk unassign operation for given jobId of an org.

Request

Request

URL

URL


get
https://cloud.vmwarehorizon.com/portal/v2/entitlements/unassign/status/{jobId}
Copy

Path Parameters

Path Parameters

string
jobId Required

jobId


Query Parameters

Query Parameters

string
org_id Optional

org_id


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response 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

array of ResourceDetail
resourceDetails Optional

boolean
sendNotification Optional

string
status Optional

Possible values are: ERRORFINISHEDINITRUNNING


string as date-time
updatedAt Optional

array of string
userIds Optional
Errors

Errors

ErrorResponse
400

Bad Request


ErrorResponse
401

Unauthorized


ErrorResponse
403

Forbidden


ErrorResponse
404

Not found

Code Samples

Code Samples

cURL Command

curl https://cloud.vmwarehorizon.com/portal/v2/entitlements/unassign/status/{jobId}


Feedback

Was this page helpful?