{ "opencollection": "1.0.0", "info": { "name": "SAM: Computers Applications Policies API", "version": "1.0.0" }, "items": [ { "info": { "name": "Policies", "type": "folder" }, "items": [ { "info": { "name": "Get License Policy Fields", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.snowsoftware.io/api/sam/v1/licenses-policies/:policyId/fields", "params": [ { "name": "policyId", "value": "49cdd99f-bc16-40f9-ad40-48f12182fb30", "type": "path", "description": "The unique ID of the policy." }, { "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 policy fields." }, { "info": { "name": "Get License Policy Field Details", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.snowsoftware.io/api/sam/v1/licenses-policies/:policyId/fields/:fieldId", "params": [ { "name": "policyId", "value": "49cdd99f-bc16-40f9-ad40-48f12182fb30", "type": "path", "description": "The unique ID of the policy." }, { "name": "fieldId", "value": "49cdd99f-bc16-40f9-ad40-48f12182fb30", "type": "path", "description": "The unique ID of the policy field." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the details of a license policy field." }, { "info": { "name": "Get License Policies", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.snowsoftware.io/api/sam/v1/licenses-policies", "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 policies." }, { "info": { "name": "Get License Policy Details", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.snowsoftware.io/api/sam/v1/licenses-policies/:policyId", "params": [ { "name": "policyId", "value": "49cdd99f-bc16-40f9-ad40-48f12182fb30", "type": "path", "description": "The unique ID of the policy." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the details of a license policy." } ] } ], "bundled": true }