Get Entitlements Using GET
Returns all entitlements (filtered by projectId).
Request
URI
GET
https://{api_host}//api.mgmt.cloud.vmware.com/catalog/api/admin/entitlements
COPY
Query Parameters
string
projectId
Optional
The project id for which to return .
Responses
200
OK
[
{
"catalogItemId": "string",
"catalogSourceId": "string",
"definition": {
"description": "string",
"iconId": "string",
"id": "string",
"name": "string",
"numItems": 0,
"sourceName": "string",
"sourceType": "string",
"type": "string"
},
"id": "string",
"projectId": "string"
}
]
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
404
Not Found
Operation doesn't return any data structure
Entitlements Operations
POST
Create Entitlement Using POST
DELETE
Delete Entitlement Using DELETE
GET
Get Entitlements Using GET