{ "opencollection": "1.0.0", "info": { "name": "SAM: Computers Applications API", "version": "1.0.0" }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "Get Applications", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.snowsoftware.io/api/saas/consolidated-view/v1/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": "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": "sort", "value": "", "type": "query", "description": "For more information on sorting capability and examples, see [Sort API call results](https://docs.snowsoftware.io/snow-atlas-api/resources/get-started-with-apis/api-conventions#sort-api-call-results)." } ] }, "docs": "Returns the details of a list of applications." }, { "info": { "name": "Get Applications Lookup Values", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.snowsoftware.io/api/saas/consolidated-view/v1/applications/lookup-values" }, "docs": "Returns the lookup values for applications." }, { "info": { "name": "Get Application", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.snowsoftware.io/api/saas/consolidated-view/v1/applications/:applicationId", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "The unique ID of the application." } ] }, "docs": "Returns the details of an application." }, { "info": { "name": "Update Application", "type": "http" }, "http": { "method": "PATCH", "url": "https://{region}.snowsoftware.io/api/saas/consolidated-view/v1/applications/:applicationId", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "The unique ID of the application." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modifies an application." }, { "info": { "name": "Get Application KPIs", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.snowsoftware.io/api/saas/consolidated-view/v1/applications/:applicationId/kpi", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "The unique ID of the application." } ] }, "docs": "Returns the details of an applications KPIs." }, { "info": { "name": "Get Applications Overview KPIs", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.snowsoftware.io/api/saas/consolidated-view/v1/overview/applications/kpi", "params": [ { "name": "fromDate", "value": "", "type": "query", "description": "Starting date from which to calculate KPI." }, { "name": "toDate", "value": "", "type": "query", "description": "Starting date until which to calculate KPI." } ] }, "docs": "Returns the details of the applications overview key performance indicators." }, { "info": { "name": "Get Applications KPIs", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.snowsoftware.io/api/saas/consolidated-view/v1/applications/kpi", "params": [ { "name": "fromDate", "value": "", "type": "query", "description": "Starting date from which to calculate KPI." }, { "name": "toDate", "value": "", "type": "query", "description": "Starting date until which to calculate KPI." } ] }, "docs": "Returns the details of the KPIs for all applications." }, { "info": { "name": "Get Application Users", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.snowsoftware.io/api/saas/consolidated-view/v1/applications/:applicationId/users", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "The unique ID of the application." }, { "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": "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": "sort", "value": "", "type": "query", "description": "For more information on sorting capability and examples, see [Sort API call results](https://docs.snowsoftware.io/snow-atlas-api/resources/get-started-with-apis/api-conventions#sort-api-call-results)." } ] }, "docs": "Returns a collection of users assigned to an application." }, { "info": { "name": "Get Application Users Lookup Values", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.snowsoftware.io/api/saas/consolidated-view/v1/applications/:applicationId/users/lookup-values", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "The unique ID of the application." } ] }, "docs": "Returns a collection of distinct lookup values for application users." }, { "info": { "name": "Bulk Update Applications", "type": "http" }, "http": { "method": "POST", "url": "https://{region}.snowsoftware.io/api/saas/consolidated-view/v1/applications/bulk-update", "body": { "type": "json", "data": "{}" } }, "docs": "Modifies a collection of application properties the provided applications." }, { "info": { "name": "Get Application Users Consumptions", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.snowsoftware.io/api/saas/consolidated-view/v1/applications/:applicationId/users/consumption", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "The unique ID of the application." }, { "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": "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": "sort", "value": "", "type": "query", "description": "For more information on sorting capability and examples, see [Sort API call results](https://docs.snowsoftware.io/snow-atlas-api/resources/get-started-with-apis/api-conventions#sort-api-call-results)." } ] }, "docs": "Returns a collection of application users and their consumption details." } ] } ], "bundled": true }