{ "opencollection": "1.0.0", "info": { "name": "SAM: Computers Applications Computer applications API", "version": "1.0.0" }, "items": [ { "info": { "name": "Computer applications", "type": "folder" }, "items": [ { "info": { "name": "Get Computer's Applications", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.snowsoftware.io/api/sam/estate/v1/computers/:id/applications", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique ID of the computer." }, { "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." }, { "name": "filter", "value": "", "type": "query", "description": "The fields which you can use to filter the results. Format of the query string parameter:\n```\n?filter= \n```\nFilter name | Description | Data type | Example\n:--- | --- | --- | ---\n\nFor 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).\n" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a collection of applications for the given computer." }, { "info": { "name": "Get Computer Application's Details", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.snowsoftware.io/api/sam/estate/v1/computers/:id/applications/:applicationid", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique ID of the computer." }, { "name": "applicationid", "value": "", "type": "path", "description": "The unique ID of the application." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the details of the given computer application." }, { "info": { "name": "Get Computer Applications", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.snowsoftware.io/api/sam/estate/v1/computers-applications", "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." }, { "name": "filter", "value": "", "type": "query", "description": "The fields which you can use to filter the results. Format of the query string parameter:\n```\n?filter= \n```\nFilter name | Description | Data type | Example\n:--- | --- | --- | ---\n\nFor 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).\n" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a collection of applications." }, { "info": { "name": "Get Application Usage Data", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.snowsoftware.io/api/sam/estate/v1/computers-application-usage", "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." }, { "name": "filter", "value": "", "type": "query", "description": "The fields which you can use to filter the results. Format of the query string parameter:\n```\n?filter= \n```\nFilter name | Description | Data type | Example\n:--- | --- | --- | ---\n\nFor 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).\n" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a collection of application usage data." }, { "info": { "name": "Get Application User Usage", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.snowsoftware.io/api/sam/estate/v1/computers-application-user-usage", "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." }, { "name": "filter", "value": "", "type": "query", "description": "The fields which you can use to filter the results. Format of the query string parameter:\n```\n?filter= \n```\nFilter name | Description | Data type | Example\n:--- | --- | --- | ---\n\nFor 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).\n" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a collection of users' application usage data." }, { "info": { "name": "Get Application Usage Summaries", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.snowsoftware.io/api/sam/estate/v1/computers-application-usage/summaries", "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." }, { "name": "filter", "value": "", "type": "query", "description": "The fields which you can use to filter the results. Format of the query string parameter:\n```\n?filter= \n```\nFilter name | Description | Data type | Example\n:--- | --- | --- | ---\n\nFor 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).\n" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a collection of application usage summaries." } ] } ], "bundled": true }