{ "opencollection": "1.0.0", "info": { "name": "SAM: Computers Applications Entitlements API", "version": "1.0.0" }, "items": [ { "info": { "name": "Entitlements", "type": "folder" }, "items": [ { "info": { "name": "Get License Entitlements", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.snowsoftware.io/api/sam/v1/licenses-entitlements", "params": [ { "name": "filter", "value": "filter=status -eq \"active\"", "type": "query", "description": "For more information on the available operators and which data types those operators work on, see [Filter API call results](https://docs.snowsoftware.io/snow-atlas-api/resources/get-started-with-apis/api-conventions#filter-api-call-results)." }, { "name": "page_number", "value": "", "type": "query", "description": "The page number." }, { "name": "page_size", "value": "", "type": "query", "description": "The maximum number of items in the response." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a collection of license entitlements." }, { "info": { "name": "Get Computers Applications Entitlements", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.snowsoftware.io/api/sam/v1/licenses/entitlements/computers", "params": [ { "name": "filter", "value": "filter=status -eq \"active\"", "type": "query", "description": "For more information on the available operators and which data types those operators work on, see [Filter API call results](https://docs.snowsoftware.io/snow-atlas-api/resources/get-started-with-apis/api-conventions#filter-api-call-results)." }, { "name": "page_number", "value": "", "type": "query", "description": "The page number." }, { "name": "page_size", "value": "", "type": "query", "description": "The maximum number of items in the response." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a collection of computers and applications entitlements." }, { "info": { "name": "Get License Entitlement States", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.snowsoftware.io/api/sam/v1/licenses/entitlements/entitlement-states", "params": [ { "name": "page_number", "value": "", "type": "query", "description": "The page number." }, { "name": "page_size", "value": "", "type": "query", "description": "The maximum number of items in the response." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a collection of entitlements states." }, { "info": { "name": "Get User License Entitlements", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.snowsoftware.io/api/sam/v1/licenses/entitlements/users", "params": [ { "name": "filter", "value": "filter=status -eq \"active\"", "type": "query", "description": "For more information on the available operators and which data types those operators work on, see [Filter API call results](https://docs.snowsoftware.io/snow-atlas-api/resources/get-started-with-apis/api-conventions#filter-api-call-results)." }, { "name": "page_number", "value": "", "type": "query", "description": "The page number." }, { "name": "page_size", "value": "", "type": "query", "description": "The maximum number of items in the response." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a collection of user entitlements." } ] } ], "bundled": true }