Get Pod Assignment

Get Pod Assignment

Required Privileges : (This server version allows only Administrators on Root access group to login. These privileges are NOT relevant currently but will be applicable in later server versions.)

All the listed privileges are required -

Privileges Description
FEDERATED_LDAP_VIEW Global LDAP Read Privilege is required to read a Pod Assignment.
Request
URI
GET
https://{api_host}//localhost/rest/federation/v1/pod-assignments/{id}
COPY
Path Parameters
string
id
Required

id


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns PodAssignmentInfo of type(s) */*
{
    "global_application_entitlement_id": "e285ebe1-194b-4563-80e0-0ad21134c503",
    "global_desktop_entitlement_id": "7493bfc7-834a-4d9b-ac7d-b5f60893a3a6",
    "id": "28deeb70-97d5-409e-abb4-497196f1ee18",
    "pod_id": "32a5ea06-cd09-4609-b3e5-df8379e99c13",
    "user_id": "S-1-1-1-3965912346-1012345398-3123456564-123"
}
string
global_application_entitlement_id
Optional

ID of the Global Application Entitlement associated with this pod assignment.
Supported Filters: 'Equals'.

string
global_desktop_entitlement_id
Optional

ID of the Global Desktop Entitlement associated with this pod assignment.
Supported Filters: 'Equals'.

string
id
Optional

Unique ID representing this pod assignment.
Supported Filters: 'Equals'.

string
pod_id
Optional

ID representing the pod associated with this pod assignment.
Supported Filters: 'Equals'.

string
user_id
Optional

SID of the user associated with this pod assignment.
Supported Filters: 'Equals'.


401

User is not authenticated

Operation doesn't return any data structure

403

Access to the resource is forbidden

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure

409

Conflict | CPA not initialized for the pod

Operation doesn't return any data structure