Bulk Create GAE Entitlements
Note: CPA must be initialized for the pod for invoking this API.
The input spec must not contain duplicate Ids.
All the listed privileges are required -
Privileges | Description |
---|---|
FEDERATED_LDAP_MANAGE | Caller should have permission to this privilege, on the associated access group of global application entitlement. |
Request
URI
POST
https://{api_host}/rest/entitlements/v1/global-application-entitlements
COPY
Request Body
Array of
EntitlementSpec
of type(s)
application/json
Optional
[
{
"ad_user_or_group_ids": [
"S-1-1-1-3965912346-1012345398-3123456564-123",
"S-1-2-3-3123456786-1012345398-3123456784-124"
],
"id": "855ea6c5-720a-41e1-96f4-958c90e6e424"
}
]
Responses
200
Created
[
"BulkEntitlementResponseInfo Object"
]
400
Bad Request
Operation doesn't return any data structure
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
409
Conflict | CPA not initialized for the pod
Operation doesn't return any data structure
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/rest/entitlements/v1/global-application-entitlements
Entitlements Operations
DELETE
Bulk Delete Application Pool Entitlements
GET
List Application Pool Entitlements
POST
Bulk Create Application Pool Entitlements
GET
Get Application Pool Entitlements
DELETE
Delete Cloud Entitlements
GET
List Cloud Entitlements
POST
Add Cloud Entitlements
DELETE
Bulk Delete Desktop Pool Entitlements
GET
List Desktop Pool Entitlements
POST
Bulk Create Desktop Pool Entitlements
GET
Get Desktop Pool Entitlements
DELETE
Bulk Delete GAE Entitlements
GET
List GAE Entitlements
POST
Bulk Create GAE Entitlements
GET
Get GAE Entitlement
DELETE
Bulk Delete GDE Entitlements
GET
List GDE Entitlements
POST
Bulk Create GDE Entitlements
GET
Get GDE Entitlement