{ "info": { "_postman_id": "6d2cbf15-ca4b-4491-8583-71a16ce0529b", "name": "AVM Collection", "description": "REST API used for KVM device management.", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "41613066", "_collection_link": "https://warped-crater-216262.postman.co/workspace/Adder-Workspace~fb8220f5-58e8-4eb5-a61b-4eb8311115b2/collection/41613066-6d2cbf15-ca4b-4491-8583-71a16ce0529b?action=share&source=collection_link&creator=41613066" }, "item": [ { "name": "devices", "item": [ { "name": "{uuid}", "item": [ { "name": "Get a device information.", "event": [ { "listen": "prerequest", "script": { "exec": [ "" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/devices/{{uuid}}", "host": [ "{{baseUrl}}" ], "path": [ "devices", "{{uuid}}" ] }, "description": "Get the information for the specified device." }, "response": [ { "name": "OK.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/devices/:uuid", "host": [ "{{baseUrl}}" ], "path": [ "devices", ":uuid" ], "variable": [ { "key": "uuid", "value": "", "description": "(Required) The universal unique identifier of a device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "\"\"" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/devices/:uuid", "host": [ "{{baseUrl}}" ], "path": [ "devices", ":uuid" ], "variable": [ { "key": "uuid", "value": "", "description": "(Required) The universal unique identifier of a device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/devices/:uuid", "host": [ "{{baseUrl}}" ], "path": [ "devices", ":uuid" ], "variable": [ { "key": "uuid", "value": "", "description": "(Required) The universal unique identifier of a device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/devices/:uuid", "host": [ "{{baseUrl}}" ], "path": [ "devices", ":uuid" ], "variable": [ { "key": "uuid", "value": "", "description": "(Required) The universal unique identifier of a device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/devices/:uuid", "host": [ "{{baseUrl}}" ], "path": [ "devices", ":uuid" ], "variable": [ { "key": "uuid", "value": "", "description": "(Required) The universal unique identifier of a device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get devices information.", "event": [ { "listen": "test", "script": { "exec": [ "pm.collectionVariables.set(\"ETag-DumpFile\", pm.response.headers.get(\"Etag\"))" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/devices", "host": [ "{{baseUrl}}" ], "path": [ "devices" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the information for peer the devices on the network that are known to this device." }, "response": [ { "name": "OK.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/devices", "host": [ "{{baseUrl}}" ], "path": [ "devices" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n \"\",\n \"\"\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/devices", "host": [ "{{baseUrl}}" ], "path": [ "devices" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/devices", "host": [ "{{baseUrl}}" ], "path": [ "devices" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/devices", "host": [ "{{baseUrl}}" ], "path": [ "devices" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "diagnostics", "item": [ { "name": "dump", "item": [ { "name": "Get diagnostics dump.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/diagnostics/dump", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "dump" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the diagnostics dump file information." }, "response": [ { "name": "OK.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/diagnostics/dump", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "dump" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"fileState\": \"\",\n \"filePath\": \"\"\n}" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/diagnostics/dump", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "dump" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/diagnostics/dump", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "dump" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/diagnostics/dump", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "dump" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Trigger diagnostics dump.", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"dumpToUsb\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/diagnostics/dump", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "dump" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Trigger a diagnostics dump file to be generated." }, "response": [ { "name": "No Content", "originalRequest": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"dumpToUsb\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/diagnostics/dump", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "dump" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"dumpToUsb\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/diagnostics/dump", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "dump" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorised", "originalRequest": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"dumpToUsb\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/diagnostics/dump", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "dump" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"dumpToUsb\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/diagnostics/dump", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "dump" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"dumpToUsb\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/diagnostics/dump", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "dump" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "igmp", "item": [ { "name": "Get IGMP diagnostics information.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/diagnostics/igmp", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "igmp" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the diagnostics information for the most recently run IGMP diagnostic. Only available on an RX device type." }, "response": [ { "name": "OK.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/diagnostics/igmp", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "igmp" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"state\": \"\",\n \"ifIndex\": \"\",\n \"connectorLabel\": \"\",\n \"querier\": [\n {\n \"ipAddress\": {\n \"value\": \"\"\n },\n \"age\": {\n \"value\": \"\"\n }\n },\n {\n \"ipAddress\": {\n \"value\": \"\"\n },\n \"age\": {\n \"value\": \"\"\n }\n }\n ],\n \"ipAddress\": \"\",\n \"version\": \"\",\n \"multicastFilteringResult\": \"\",\n \"multicastFastLeaveResult\": \"\",\n \"duration\": \"\",\n \"unicastPacketLoss\": \"\",\n \"unicastMinResponseTime\": \"\",\n \"unicastAvgResponseTime\": \"\",\n \"unicastMaxResponseTime\": \"\",\n \"multicastPacketLoss\": \"\",\n \"multicastMinResponseTime\": \"\",\n \"multicastAvgResponseTime\": \"\",\n \"multicastMaxResponseTime\": \"\",\n \"multicastPacketsReceivedPreMembership\": \"\",\n \"multicastPacketsReceivedDuringMembership\": \"\",\n \"multicastPacketsReceivedPostMembership\": \"\",\n \"timeTakenToJoinMulticastMembership\": \"\",\n \"timeTakenToLeaveMulticastMembership\": \"\"\n },\n {\n \"state\": \"\",\n \"ifIndex\": \"\",\n \"connectorLabel\": \"\",\n \"querier\": [\n {\n \"ipAddress\": {\n \"value\": \"\"\n },\n \"age\": {\n \"value\": \"\"\n }\n },\n {\n \"ipAddress\": {\n \"value\": \"\"\n },\n \"age\": {\n \"value\": \"\"\n }\n }\n ],\n \"ipAddress\": \"\",\n \"version\": \"\",\n \"multicastFilteringResult\": \"\",\n \"multicastFastLeaveResult\": \"\",\n \"duration\": \"\",\n \"unicastPacketLoss\": \"\",\n \"unicastMinResponseTime\": \"\",\n \"unicastAvgResponseTime\": \"\",\n \"unicastMaxResponseTime\": \"\",\n \"multicastPacketLoss\": \"\",\n \"multicastMinResponseTime\": \"\",\n \"multicastAvgResponseTime\": \"\",\n \"multicastMaxResponseTime\": \"\",\n \"multicastPacketsReceivedPreMembership\": \"\",\n \"multicastPacketsReceivedDuringMembership\": \"\",\n \"multicastPacketsReceivedPostMembership\": \"\",\n \"timeTakenToJoinMulticastMembership\": \"\",\n \"timeTakenToLeaveMulticastMembership\": \"\"\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/diagnostics/igmp", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "igmp" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/diagnostics/igmp", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "igmp" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/diagnostics/igmp", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "igmp" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Perform IGMP diagnostics.", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"uuid\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/diagnostics/igmp", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "igmp" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Request an IGMP diagnostics test be performed. Only available on an RX device type." }, "response": [ { "name": "No Content", "originalRequest": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"uuid\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/diagnostics/igmp", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "igmp" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"uuid\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/diagnostics/igmp", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "igmp" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorised", "originalRequest": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"uuid\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/diagnostics/igmp", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "igmp" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"uuid\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/diagnostics/igmp", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "igmp" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"uuid\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/diagnostics/igmp", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "igmp" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "logging", "item": [ { "name": "Get diagnostics logging.", "event": [ { "listen": "test", "script": { "exec": [ "pm.collectionVariables.set(\"ETag-Logging\", pm.response.headers.get(\"Etag\"))" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/diagnostics/logging", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "logging" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the diagnostics logging settings." }, "response": [ { "name": "OK.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/diagnostics/logging", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "logging" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "\"\"" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/diagnostics/logging", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "logging" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/diagnostics/logging", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "logging" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/diagnostics/logging", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "logging" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Patch diagnostics logging.", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"remoteServer\": \"\",\n \"severityLevel\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/diagnostics/logging", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "logging" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Modify the diagnostics logging settings." }, "response": [ { "name": "No Content", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"remoteServer\": \"\",\n \"severityLevel\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/diagnostics/logging", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "logging" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Bad Request", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"remoteServer\": \"\",\n \"severityLevel\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/diagnostics/logging", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "logging" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorised", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"remoteServer\": \"\",\n \"severityLevel\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/diagnostics/logging", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "logging" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Precondition Failure", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"remoteServer\": \"\",\n \"severityLevel\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/diagnostics/logging", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "logging" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Precondition Failed", "code": 412, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"remoteServer\": \"\",\n \"severityLevel\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/diagnostics/logging", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "logging" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"remoteServer\": \"\",\n \"severityLevel\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/diagnostics/logging", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "logging" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "ping", "item": [ { "name": "Get diagnostics PING information.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/diagnostics/ping", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "ping" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the diagnostics information for the most recently run PING diagnostic test." }, "response": [ { "name": "OK.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/diagnostics/ping", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "ping" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"ifIndex\": \"\",\n \"connectorLabel\": \"\",\n \"name\": \"\",\n \"ipAddress\": \"\",\n \"state\": \"\",\n \"packetLoss\": \"\",\n \"minResponseTime\": \"\",\n \"avgResponseTime\": \"\",\n \"maxResponseTime\": \"\"\n}" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/diagnostics/ping", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "ping" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/diagnostics/ping", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "ping" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/diagnostics/ping", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "ping" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Request a diagnostics PING test.", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"ifIndex\": \"\",\n \"name\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/diagnostics/ping", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "ping" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Request a diagnostics PING test be performed." }, "response": [ { "name": "No Content", "originalRequest": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"ifIndex\": \"\",\n \"name\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/diagnostics/ping", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "ping" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"ifIndex\": \"\",\n \"name\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/diagnostics/ping", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "ping" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorised", "originalRequest": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"ifIndex\": \"\",\n \"name\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/diagnostics/ping", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "ping" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"ifIndex\": \"\",\n \"name\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/diagnostics/ping", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "ping" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"ifIndex\": \"\",\n \"name\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/diagnostics/ping", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "ping" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "remoteSupport", "item": [ { "name": "Get diagnostics remote support.", "event": [ { "listen": "test", "script": { "exec": [ "pm.collectionVariables.set(\"ETag-Remote\", pm.response.headers.get(\"Etag\"))" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/diagnostics/remoteSupport", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "remoteSupport" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the diagnostics remote support configuration." }, "response": [ { "name": "OK.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/diagnostics/remoteSupport", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "remoteSupport" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "\"\"" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/diagnostics/remoteSupport", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "remoteSupport" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/diagnostics/remoteSupport", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "remoteSupport" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/diagnostics/remoteSupport", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "remoteSupport" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Patch diagnostics remote support.", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "If-Match", "value": "{{ETag-Remote}}", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"serverPortNumber\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/diagnostics/remoteSupport", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "remoteSupport" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Modify diagnostics the remote support settings." }, "response": [ { "name": "No Content", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"serverPortNumber\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/diagnostics/remoteSupport", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "remoteSupport" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Bad Request", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"serverPortNumber\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/diagnostics/remoteSupport", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "remoteSupport" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorised", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"serverPortNumber\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/diagnostics/remoteSupport", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "remoteSupport" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Precondition Failure", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"serverPortNumber\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/diagnostics/remoteSupport", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "remoteSupport" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Precondition Failed", "code": 412, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"serverPortNumber\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/diagnostics/remoteSupport", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "remoteSupport" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"serverPortNumber\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/diagnostics/remoteSupport", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "remoteSupport" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get diagnostics process statistics.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/diagnostics/process/statistics", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "process", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the diagnostics process statistics." }, "response": [ { "name": "OK.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/diagnostics/process/statistics", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "process", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"processId\": \"\",\n \"parentProcessId\": \"\",\n \"virtualMemorySize\": \"\",\n \"residentSetSize\": \"\",\n \"state\": \"\",\n \"command\": \"\"\n },\n {\n \"processId\": \"\",\n \"parentProcessId\": \"\",\n \"virtualMemorySize\": \"\",\n \"residentSetSize\": \"\",\n \"state\": \"\",\n \"command\": \"\"\n }\n]" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/diagnostics/process/statistics", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "process", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/diagnostics/process/statistics", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "process", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get diagnostics system statistics.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/diagnostics/system/statistics", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "system", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the diagnostics system statistics." }, "response": [ { "name": "OK.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/diagnostics/system/statistics", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "system", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"cpuInfo\": {\n \"numCpus\": \"\",\n \"numProcesses\": \"\",\n \"loads\": {\n \"one\": \"\",\n \"five\": \"\",\n \"fifteen\": \"\"\n },\n \"activity\": [\n {\n \"usr\": \"\",\n \"nice\": \"\",\n \"sys\": \"\",\n \"idle\": \"\",\n \"io\": \"\",\n \"irq\": \"\",\n \"sirq\": \"\"\n },\n {\n \"usr\": \"\",\n \"nice\": \"\",\n \"sys\": \"\",\n \"idle\": \"\",\n \"io\": \"\",\n \"irq\": \"\",\n \"sirq\": \"\"\n }\n ],\n \"memoryInfo\": {\n \"total\": \"\",\n \"free\": \"\",\n \"available\": \"\",\n \"buffers\": \"\",\n \"cached\": \"\",\n \"slab\": \"\",\n \"slabReclaimable\": \"\"\n },\n \"temperatureInfo\": {\n \"sensors\": [\n {\n \"id\": \"\",\n \"currentTemperature\": \"\"\n },\n {\n \"id\": \"\",\n \"currentTemperature\": \"\"\n }\n ]\n }\n }\n}" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/diagnostics/system/statistics", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "system", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/diagnostics/system/statistics", "host": [ "{{baseUrl}}" ], "path": [ "diagnostics", "system", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "interfaces", "item": [ { "name": "settings", "item": [ { "name": "{ifIndex}", "item": [ { "name": "Get network interface information.", "event": [ { "listen": "test", "script": { "exec": [ "pm.collectionVariables.set(\"ETag-Int-Settings-If-Index\", pm.response.headers.get(\"Etag\"))" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/interfaces/settings/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "settings", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." } ] }, "description": "Get information about a specific network interface on this device." }, "response": [ { "name": "OK.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/interfaces/settings/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "settings", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "\"\"" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/settings/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "settings", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/settings/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "settings", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/settings/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "settings", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/settings/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "settings", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Modify the information for this network interface index.", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "If-Match", "value": "{{ETag-Int-Settings-If-Index}}", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"dhcpEnabled\": \"\",\n \"ipAddress\": \"\",\n \"netmask\": \"\",\n \"gateway\": \"\",\n \"bandwidthLimit\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/interfaces/settings/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "settings", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." } ] } }, "response": [ { "name": "No Content", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"dhcpEnabled\": \"\",\n \"ipAddress\": \"\",\n \"netmask\": \"\",\n \"gateway\": \"\",\n \"bandwidthLimit\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/interfaces/settings/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "settings", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Bad Request", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"dhcpEnabled\": \"\",\n \"ipAddress\": \"\",\n \"netmask\": \"\",\n \"gateway\": \"\",\n \"bandwidthLimit\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/interfaces/settings/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "settings", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorised", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"dhcpEnabled\": \"\",\n \"ipAddress\": \"\",\n \"netmask\": \"\",\n \"gateway\": \"\",\n \"bandwidthLimit\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/interfaces/settings/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "settings", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden (The user is not an Administrator).", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"dhcpEnabled\": \"\",\n \"ipAddress\": \"\",\n \"netmask\": \"\",\n \"gateway\": \"\",\n \"bandwidthLimit\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/interfaces/settings/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "settings", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"dhcpEnabled\": \"\",\n \"ipAddress\": \"\",\n \"netmask\": \"\",\n \"gateway\": \"\",\n \"bandwidthLimit\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/interfaces/settings/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "settings", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Precondition Failure", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"dhcpEnabled\": \"\",\n \"ipAddress\": \"\",\n \"netmask\": \"\",\n \"gateway\": \"\",\n \"bandwidthLimit\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/interfaces/settings/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "settings", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Precondition Failed", "code": 412, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"dhcpEnabled\": \"\",\n \"ipAddress\": \"\",\n \"netmask\": \"\",\n \"gateway\": \"\",\n \"bandwidthLimit\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/interfaces/settings/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "settings", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"dhcpEnabled\": \"\",\n \"ipAddress\": \"\",\n \"netmask\": \"\",\n \"gateway\": \"\",\n \"bandwidthLimit\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/interfaces/settings/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "settings", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get network interfaces settings.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/interfaces/settings", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "settings" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get settings for all the network interfaces on this device." }, "response": [ { "name": "OK.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/interfaces/settings", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "settings" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n \"\",\n \"\"\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/settings", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "settings" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/settings", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "settings" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/settings", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "settings" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "status", "item": [ { "name": "Get network interfaces status.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/interfaces/status", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get network status information about all of the network interfaces on this device." }, "response": [ { "name": "OK.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/interfaces/status", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"ifIndex\": \"\",\n \"connectorLabel\": \"\",\n \"speed\": \"\",\n \"macAddress\": \"\",\n \"ipAddress\": \"\",\n \"netmask\": \"\",\n \"gateway\": \"\",\n \"dhcpServer\": \"\",\n \"connectorType\": \"\",\n \"connectorVendor\": \"\",\n \"connectorModel\": \"\",\n \"available\": \"\",\n \"linkUp\": \"\",\n \"minBandwidthLimit\": \"\",\n \"maxBandwidthLimit\": \"\"\n },\n {\n \"ifIndex\": \"\",\n \"connectorLabel\": \"\",\n \"speed\": \"\",\n \"macAddress\": \"\",\n \"ipAddress\": \"\",\n \"netmask\": \"\",\n \"gateway\": \"\",\n \"dhcpServer\": \"\",\n \"connectorType\": \"\",\n \"connectorVendor\": \"\",\n \"connectorModel\": \"\",\n \"available\": \"\",\n \"linkUp\": \"\",\n \"minBandwidthLimit\": \"\",\n \"maxBandwidthLimit\": \"\"\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/status", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/status", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/status", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get network status information about a specific network interface on this device. - interface 1", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/interfaces/status/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "status", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get network interface status." }, "response": [ { "name": "OK.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/interfaces/status/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "status", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"ifIndex\": \"\",\n \"connectorLabel\": \"\",\n \"speed\": \"\",\n \"macAddress\": \"\",\n \"ipAddress\": \"\",\n \"netmask\": \"\",\n \"gateway\": \"\",\n \"dhcpServer\": \"\",\n \"connectorType\": \"\",\n \"connectorVendor\": \"\",\n \"connectorModel\": \"\",\n \"available\": \"\",\n \"linkUp\": \"\",\n \"minBandwidthLimit\": \"\",\n \"maxBandwidthLimit\": \"\"\n}" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/status/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "status", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/status/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "status", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/status/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "status", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/status/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "status", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get network status information about a specific network interface on this device. Interface 2", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/interfaces/status/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "status", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get network interface status." }, "response": [ { "name": "OK.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/interfaces/status/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "status", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"ifIndex\": \"\",\n \"connectorLabel\": \"\",\n \"speed\": \"\",\n \"macAddress\": \"\",\n \"ipAddress\": \"\",\n \"netmask\": \"\",\n \"gateway\": \"\",\n \"dhcpServer\": \"\",\n \"connectorType\": \"\",\n \"connectorVendor\": \"\",\n \"connectorModel\": \"\",\n \"available\": \"\",\n \"linkUp\": \"\",\n \"minBandwidthLimit\": \"\",\n \"maxBandwidthLimit\": \"\"\n}" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/status/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "status", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/status/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "status", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/status/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "status", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/status/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "status", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "statistics", "item": [ { "name": "Get network interfaces statistics.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/interfaces/statistics", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the network interfaces statistics on this device." }, "response": [ { "name": "OK.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/interfaces/statistics", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"ifIndex\": \"\",\n \"connectorLabel\": \"\",\n \"bitsReceived\": \"\",\n \"packetsReceived\": \"\",\n \"bytesReceived\": \"\",\n \"errorsReceived\": \"\",\n \"droppedPacketsReceived\": \"\",\n \"packetCollisionsReceived\": \"\",\n \"lengthErrorsReceived\": \"\",\n \"overflowErrorsReceived\": \"\",\n \"crcErrorsReceived\": \"\",\n \"frameErrorsReceived\": \"\",\n \"fifoErrorsReceived\": \"\",\n \"missedPacketsReceived\": \"\",\n \"unicastPacketsReceived\": \"\",\n \"multicastPacketsReceived\": \"\",\n \"broadcastPacketsReceived\": \"\",\n \"64BytePacketsReceived\": \"\",\n \"65To127BytePacketsReceived\": \"\",\n \"128To255BytePacketsReceived\": \"\",\n \"256To511BytePacketsReceived\": \"\",\n \"512To1023BytePacketsReceived\": \"\",\n \"1024To1518BytePacketsReceived\": \"\",\n \"1519ToMaxBytePacketsReceived\": \"\",\n \"bitsTransmitted\": \"\",\n \"packetsTransmitted\": \"\",\n \"bytesTransmitted\": \"\",\n \"errorsTransmitted\": \"\",\n \"droppedPacketsTransmitted\": \"\",\n \"abortedPacketsTransmitted\": \"\",\n \"carrierErrorsTransmitted\": \"\",\n \"fifoErrorsTransmitted\": \"\",\n \"heartbeatErrorsTransmitted\": \"\",\n \"windowErrorsTransmitted\": \"\",\n \"unicastPacketsTransmitted\": \"\",\n \"multicastPacketsTransmitted\": \"\",\n \"broadcastPacketsTransmitted\": \"\",\n \"64BytePacketsTransmitted\": \"\",\n \"65To127BytePacketsTransmitted\": \"\",\n \"128To255BytePacketsTransmitted\": \"\",\n \"256To511BytePacketsTransmitted\": \"\",\n \"512To1023BytePacketsTransmitted\": \"\",\n \"1024To1518BytePacketsTransmitted\": \"\",\n \"1519ToMaxBytePacketsTransmitted\": \"\",\n \"timestamp\": \"\"\n },\n {\n \"ifIndex\": \"\",\n \"connectorLabel\": \"\",\n \"bitsReceived\": \"\",\n \"packetsReceived\": \"\",\n \"bytesReceived\": \"\",\n \"errorsReceived\": \"\",\n \"droppedPacketsReceived\": \"\",\n \"packetCollisionsReceived\": \"\",\n \"lengthErrorsReceived\": \"\",\n \"overflowErrorsReceived\": \"\",\n \"crcErrorsReceived\": \"\",\n \"frameErrorsReceived\": \"\",\n \"fifoErrorsReceived\": \"\",\n \"missedPacketsReceived\": \"\",\n \"unicastPacketsReceived\": \"\",\n \"multicastPacketsReceived\": \"\",\n \"broadcastPacketsReceived\": \"\",\n \"64BytePacketsReceived\": \"\",\n \"65To127BytePacketsReceived\": \"\",\n \"128To255BytePacketsReceived\": \"\",\n \"256To511BytePacketsReceived\": \"\",\n \"512To1023BytePacketsReceived\": \"\",\n \"1024To1518BytePacketsReceived\": \"\",\n \"1519ToMaxBytePacketsReceived\": \"\",\n \"bitsTransmitted\": \"\",\n \"packetsTransmitted\": \"\",\n \"bytesTransmitted\": \"\",\n \"errorsTransmitted\": \"\",\n \"droppedPacketsTransmitted\": \"\",\n \"abortedPacketsTransmitted\": \"\",\n \"carrierErrorsTransmitted\": \"\",\n \"fifoErrorsTransmitted\": \"\",\n \"heartbeatErrorsTransmitted\": \"\",\n \"windowErrorsTransmitted\": \"\",\n \"unicastPacketsTransmitted\": \"\",\n \"multicastPacketsTransmitted\": \"\",\n \"broadcastPacketsTransmitted\": \"\",\n \"64BytePacketsTransmitted\": \"\",\n \"65To127BytePacketsTransmitted\": \"\",\n \"128To255BytePacketsTransmitted\": \"\",\n \"256To511BytePacketsTransmitted\": \"\",\n \"512To1023BytePacketsTransmitted\": \"\",\n \"1024To1518BytePacketsTransmitted\": \"\",\n \"1519ToMaxBytePacketsTransmitted\": \"\",\n \"timestamp\": \"\"\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/statistics", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/statistics", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/statistics", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get network interface statistics. Interface 1", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/interfaces/statistics/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "statistics", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the network interface statistics for a network interface on this device." }, "response": [ { "name": "OK.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/interfaces/statistics/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "statistics", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"ifIndex\": \"\",\n \"connectorLabel\": \"\",\n \"bitsReceived\": \"\",\n \"packetsReceived\": \"\",\n \"bytesReceived\": \"\",\n \"errorsReceived\": \"\",\n \"droppedPacketsReceived\": \"\",\n \"packetCollisionsReceived\": \"\",\n \"lengthErrorsReceived\": \"\",\n \"overflowErrorsReceived\": \"\",\n \"crcErrorsReceived\": \"\",\n \"frameErrorsReceived\": \"\",\n \"fifoErrorsReceived\": \"\",\n \"missedPacketsReceived\": \"\",\n \"unicastPacketsReceived\": \"\",\n \"multicastPacketsReceived\": \"\",\n \"broadcastPacketsReceived\": \"\",\n \"64BytePacketsReceived\": \"\",\n \"65To127BytePacketsReceived\": \"\",\n \"128To255BytePacketsReceived\": \"\",\n \"256To511BytePacketsReceived\": \"\",\n \"512To1023BytePacketsReceived\": \"\",\n \"1024To1518BytePacketsReceived\": \"\",\n \"1519ToMaxBytePacketsReceived\": \"\",\n \"bitsTransmitted\": \"\",\n \"packetsTransmitted\": \"\",\n \"bytesTransmitted\": \"\",\n \"errorsTransmitted\": \"\",\n \"droppedPacketsTransmitted\": \"\",\n \"abortedPacketsTransmitted\": \"\",\n \"carrierErrorsTransmitted\": \"\",\n \"fifoErrorsTransmitted\": \"\",\n \"heartbeatErrorsTransmitted\": \"\",\n \"windowErrorsTransmitted\": \"\",\n \"unicastPacketsTransmitted\": \"\",\n \"multicastPacketsTransmitted\": \"\",\n \"broadcastPacketsTransmitted\": \"\",\n \"64BytePacketsTransmitted\": \"\",\n \"65To127BytePacketsTransmitted\": \"\",\n \"128To255BytePacketsTransmitted\": \"\",\n \"256To511BytePacketsTransmitted\": \"\",\n \"512To1023BytePacketsTransmitted\": \"\",\n \"1024To1518BytePacketsTransmitted\": \"\",\n \"1519ToMaxBytePacketsTransmitted\": \"\",\n \"timestamp\": \"\"\n}" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/statistics/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "statistics", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/statistics/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "statistics", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/statistics/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "statistics", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/statistics/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "statistics", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get network interface statistics. Interface 2", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/interfaces/statistics/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "statistics", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the network interface statistics for a network interface on this device." }, "response": [ { "name": "OK.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/interfaces/statistics/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "statistics", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"ifIndex\": \"\",\n \"connectorLabel\": \"\",\n \"bitsReceived\": \"\",\n \"packetsReceived\": \"\",\n \"bytesReceived\": \"\",\n \"errorsReceived\": \"\",\n \"droppedPacketsReceived\": \"\",\n \"packetCollisionsReceived\": \"\",\n \"lengthErrorsReceived\": \"\",\n \"overflowErrorsReceived\": \"\",\n \"crcErrorsReceived\": \"\",\n \"frameErrorsReceived\": \"\",\n \"fifoErrorsReceived\": \"\",\n \"missedPacketsReceived\": \"\",\n \"unicastPacketsReceived\": \"\",\n \"multicastPacketsReceived\": \"\",\n \"broadcastPacketsReceived\": \"\",\n \"64BytePacketsReceived\": \"\",\n \"65To127BytePacketsReceived\": \"\",\n \"128To255BytePacketsReceived\": \"\",\n \"256To511BytePacketsReceived\": \"\",\n \"512To1023BytePacketsReceived\": \"\",\n \"1024To1518BytePacketsReceived\": \"\",\n \"1519ToMaxBytePacketsReceived\": \"\",\n \"bitsTransmitted\": \"\",\n \"packetsTransmitted\": \"\",\n \"bytesTransmitted\": \"\",\n \"errorsTransmitted\": \"\",\n \"droppedPacketsTransmitted\": \"\",\n \"abortedPacketsTransmitted\": \"\",\n \"carrierErrorsTransmitted\": \"\",\n \"fifoErrorsTransmitted\": \"\",\n \"heartbeatErrorsTransmitted\": \"\",\n \"windowErrorsTransmitted\": \"\",\n \"unicastPacketsTransmitted\": \"\",\n \"multicastPacketsTransmitted\": \"\",\n \"broadcastPacketsTransmitted\": \"\",\n \"64BytePacketsTransmitted\": \"\",\n \"65To127BytePacketsTransmitted\": \"\",\n \"128To255BytePacketsTransmitted\": \"\",\n \"256To511BytePacketsTransmitted\": \"\",\n \"512To1023BytePacketsTransmitted\": \"\",\n \"1024To1518BytePacketsTransmitted\": \"\",\n \"1519ToMaxBytePacketsTransmitted\": \"\",\n \"timestamp\": \"\"\n}" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/statistics/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "statistics", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/statistics/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "statistics", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/statistics/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "statistics", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/statistics/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "statistics", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get interface routing table. interface 1", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/interfaces/routing/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "routing", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the network interface IP routing table for a network interface on this device." }, "response": [ { "name": "OK.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/interfaces/routing/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "routing", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"destination\": \"\",\n \"gateway\": \"\",\n \"netmask\": \"\"\n },\n {\n \"destination\": \"\",\n \"gateway\": \"\",\n \"netmask\": \"\"\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/routing/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "routing", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/routing/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "routing", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/routing/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "routing", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/routing/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "routing", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get interface routing table. Interface 2", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/interfaces/routing/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "routing", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the network interface IP routing table for a network interface on this device." }, "response": [ { "name": "OK.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/interfaces/routing/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "routing", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"destination\": \"\",\n \"gateway\": \"\",\n \"netmask\": \"\"\n },\n {\n \"destination\": \"\",\n \"gateway\": \"\",\n \"netmask\": \"\"\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/routing/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "routing", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/routing/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "routing", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/routing/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "routing", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/interfaces/routing/:ifIndex", "host": [ "{{baseUrl}}" ], "path": [ "interfaces", "routing", ":ifIndex" ], "variable": [ { "key": "ifIndex", "value": "", "description": "(Required) A network interface identifier." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "presets", "item": [ { "name": "{presetId}", "item": [ { "name": "Get preset.", "event": [ { "listen": "test", "script": { "exec": [ "pm.collectionVariables.set(\"ETag-Presets-ID\", pm.response.headers.get(\"Etag\"))" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/presets/:presetId", "host": [ "{{baseUrl}}" ], "path": [ "presets", ":presetId" ], "variable": [ { "key": "presetId", "value": "", "description": "(Required) The ID of a specific preset." } ] }, "description": "Get the preset information on this device." }, "response": [ { "name": "OK.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/presets/:presetId", "host": [ "{{baseUrl}}" ], "path": [ "presets", ":presetId" ], "variable": [ { "key": "presetId", "value": "", "description": "(Required) The ID of a specific preset." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"presetId\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"connections\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n}" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/presets/:presetId", "host": [ "{{baseUrl}}" ], "path": [ "presets", ":presetId" ], "variable": [ { "key": "presetId", "value": "", "description": "(Required) The ID of a specific preset." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/presets/:presetId", "host": [ "{{baseUrl}}" ], "path": [ "presets", ":presetId" ], "variable": [ { "key": "presetId", "value": "", "description": "(Required) The ID of a specific preset." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/presets/:presetId", "host": [ "{{baseUrl}}" ], "path": [ "presets", ":presetId" ], "variable": [ { "key": "presetId", "value": "", "description": "(Required) The ID of a specific preset." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/presets/:presetId", "host": [ "{{baseUrl}}" ], "path": [ "presets", ":presetId" ], "variable": [ { "key": "presetId", "value": "", "description": "(Required) The ID of a specific preset." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "selected", "item": [ { "name": "Get selected preset.", "event": [ { "listen": "test", "script": { "exec": [ "pm.collectionVariables.set(\"ETag-Presets-Selected\", pm.response.headers.get(\"Etag\"))" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/presets/selected", "host": [ "{{baseUrl}}" ], "path": [ "presets", "selected" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get information associated with the currently selected (active) preset." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/presets/selected", "host": [ "{{baseUrl}}" ], "path": [ "presets", "selected" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "\"\"" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/presets/selected", "host": [ "{{baseUrl}}" ], "path": [ "presets", "selected" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/presets/selected", "host": [ "{{baseUrl}}" ], "path": [ "presets", "selected" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/presets/selected", "host": [ "{{baseUrl}}" ], "path": [ "presets", "selected" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/presets/selected", "host": [ "{{baseUrl}}" ], "path": [ "presets", "selected" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Set selected preset.", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "If-Match", "value": "{{ETag-Presets-Selected}}", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"presetId\": \"\",\n \"accessMode\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/presets/selected", "host": [ "{{baseUrl}}" ], "path": [ "presets", "selected" ], "variable": [ { "key": "presetId", "value": "", "description": "(Required) The ID of a specific preset." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Change to a different preset, making this preset the selected preset." }, "response": [ { "name": "No Content", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"presetId\": \"\",\n \"accessMode\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/presets/selected", "host": [ "{{baseUrl}}" ], "path": [ "presets", "selected" ], "variable": [ { "key": "presetId", "value": "", "description": "(Required) The ID of a specific preset." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Bad Request", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"presetId\": \"\",\n \"accessMode\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/presets/selected", "host": [ "{{baseUrl}}" ], "path": [ "presets", "selected" ], "variable": [ { "key": "presetId", "value": "", "description": "(Required) The ID of a specific preset." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorised", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"presetId\": \"\",\n \"accessMode\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/presets/selected", "host": [ "{{baseUrl}}" ], "path": [ "presets", "selected" ], "variable": [ { "key": "presetId", "value": "", "description": "(Required) The ID of a specific preset." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"presetId\": \"\",\n \"accessMode\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/presets/selected", "host": [ "{{baseUrl}}" ], "path": [ "presets", "selected" ], "variable": [ { "key": "presetId", "value": "", "description": "(Required) The ID of a specific preset." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Precondition Failure", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"presetId\": \"\",\n \"accessMode\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/presets/selected", "host": [ "{{baseUrl}}" ], "path": [ "presets", "selected" ], "variable": [ { "key": "presetId", "value": "", "description": "(Required) The ID of a specific preset." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Precondition Failed", "code": 412, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"presetId\": \"\",\n \"accessMode\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/presets/selected", "host": [ "{{baseUrl}}" ], "path": [ "presets", "selected" ], "variable": [ { "key": "presetId", "value": "", "description": "(Required) The ID of a specific preset." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"presetId\": \"\",\n \"accessMode\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/presets/selected", "host": [ "{{baseUrl}}" ], "path": [ "presets", "selected" ], "variable": [ { "key": "presetId", "value": "", "description": "(Required) The ID of a specific preset." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get presets.", "event": [ { "listen": "test", "script": { "exec": [ "pm.collectionVariables.set(\"ETag-Presets\", pm.response.headers.get(\"Etag\"))" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/presets", "host": [ "{{baseUrl}}" ], "path": [ "presets" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get all preset information on this device." }, "response": [ { "name": "OK.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/presets", "host": [ "{{baseUrl}}" ], "path": [ "presets" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"presetId\": {\n \"value\": \"\"\n },\n \"name\": \"\",\n \"description\": \"\",\n \"connections\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"presetId\": {\n \"value\": \"\"\n },\n \"name\": \"\",\n \"description\": \"\",\n \"connections\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/presets", "host": [ "{{baseUrl}}" ], "path": [ "presets" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/presets", "host": [ "{{baseUrl}}" ], "path": [ "presets" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/presets", "host": [ "{{baseUrl}}" ], "path": [ "presets" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/presets", "host": [ "{{baseUrl}}" ], "path": [ "presets" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get preset connection status.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/presets/connectionStatus", "host": [ "{{baseUrl}}" ], "path": [ "presets", "connectionStatus" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the connection status information for the currently selected preset. Only implmented for RX device type." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/presets/connectionStatus", "host": [ "{{baseUrl}}" ], "path": [ "presets", "connectionStatus" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n \"\",\n \"\"\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/presets/connectionStatus", "host": [ "{{baseUrl}}" ], "path": [ "presets", "connectionStatus" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/presets/connectionStatus", "host": [ "{{baseUrl}}" ], "path": [ "presets", "connectionStatus" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/presets/connectionStatus", "host": [ "{{baseUrl}}" ], "path": [ "presets", "connectionStatus" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/presets/connectionStatus", "host": [ "{{baseUrl}}" ], "path": [ "presets", "connectionStatus" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get template preset.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/presets/template/:uuid", "host": [ "{{baseUrl}}" ], "path": [ "presets", "template", ":uuid" ], "variable": [ { "key": "uuid", "value": "", "description": "(Required) The universal unique identifier of a device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Obtain a template preset connection list suitable for connecting to the device associated with the supplied uuid." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/presets/template/:uuid", "host": [ "{{baseUrl}}" ], "path": [ "presets", "template", ":uuid" ], "variable": [ { "key": "uuid", "value": "", "description": "(Required) The universal unique identifier of a device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"connections\": [\n {\n \"default\": \"\",\n \"sources\": [\n {\n \"portId\": {\n \"value\": \"\"\n },\n \"connectorLabel\": {\n \"value\": \"\"\n }\n },\n {\n \"portId\": {\n \"value\": \"\"\n },\n \"connectorLabel\": {\n \"value\": \"\"\n }\n }\n ]\n },\n {\n \"default\": \"\",\n \"sources\": [\n {\n \"portId\": {\n \"value\": \"\"\n },\n \"connectorLabel\": {\n \"value\": \"\"\n }\n },\n {\n \"portId\": {\n \"value\": \"\"\n },\n \"connectorLabel\": {\n \"value\": \"\"\n }\n }\n ]\n }\n ]\n}" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/presets/template/:uuid", "host": [ "{{baseUrl}}" ], "path": [ "presets", "template", ":uuid" ], "variable": [ { "key": "uuid", "value": "", "description": "(Required) The universal unique identifier of a device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorised", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/presets/template/:uuid", "host": [ "{{baseUrl}}" ], "path": [ "presets", "template", ":uuid" ], "variable": [ { "key": "uuid", "value": "", "description": "(Required) The universal unique identifier of a device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/presets/template/:uuid", "host": [ "{{baseUrl}}" ], "path": [ "presets", "template", ":uuid" ], "variable": [ { "key": "uuid", "value": "", "description": "(Required) The universal unique identifier of a device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/presets/template/:uuid", "host": [ "{{baseUrl}}" ], "path": [ "presets", "template", ":uuid" ], "variable": [ { "key": "uuid", "value": "", "description": "(Required) The universal unique identifier of a device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/presets/template/:uuid", "host": [ "{{baseUrl}}" ], "path": [ "presets", "template", ":uuid" ], "variable": [ { "key": "uuid", "value": "", "description": "(Required) The universal unique identifier of a device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "settings", "item": [ { "name": "general", "item": [ { "name": "Get general settings", "event": [ { "listen": "test", "script": { "exec": [ "pm.collectionVariables.set(\"ETag-Settings\", pm.response.headers.get(\"Etag\"))" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/settings/general", "host": [ "{{baseUrl}}" ], "path": [ "settings", "general" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the general settings for the device." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/settings/general", "host": [ "{{baseUrl}}" ], "path": [ "settings", "general" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "\"\"" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/settings/general", "host": [ "{{baseUrl}}" ], "path": [ "settings", "general" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/settings/general", "host": [ "{{baseUrl}}" ], "path": [ "settings", "general" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/settings/general", "host": [ "{{baseUrl}}" ], "path": [ "settings", "general" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Modify general settings.", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "If-Match", "value": "{{ETag-Settings}}", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"autoLogoutTime\": \"\",\n \"name\": {\n \"value\": \"\"\n },\n \"description\": {\n \"value\": \"\"\n },\n \"location\": {\n \"value\": \"\"\n },\n \"restrictRemoteUsers\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/settings/general", "host": [ "{{baseUrl}}" ], "path": [ "settings", "general" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Modify the general settings for the device." }, "response": [ { "name": "No Content", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"autoLogoutTime\": \"\",\n \"name\": {\n \"value\": \"\"\n },\n \"description\": {\n \"value\": \"\"\n },\n \"location\": {\n \"value\": \"\"\n },\n \"restrictRemoteUsers\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/settings/general", "host": [ "{{baseUrl}}" ], "path": [ "settings", "general" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Bad Request", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"autoLogoutTime\": \"\",\n \"name\": {\n \"value\": \"\"\n },\n \"description\": {\n \"value\": \"\"\n },\n \"location\": {\n \"value\": \"\"\n },\n \"restrictRemoteUsers\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/settings/general", "host": [ "{{baseUrl}}" ], "path": [ "settings", "general" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorised", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"autoLogoutTime\": \"\",\n \"name\": {\n \"value\": \"\"\n },\n \"description\": {\n \"value\": \"\"\n },\n \"location\": {\n \"value\": \"\"\n },\n \"restrictRemoteUsers\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/settings/general", "host": [ "{{baseUrl}}" ], "path": [ "settings", "general" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Precondition Failure", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"autoLogoutTime\": \"\",\n \"name\": {\n \"value\": \"\"\n },\n \"description\": {\n \"value\": \"\"\n },\n \"location\": {\n \"value\": \"\"\n },\n \"restrictRemoteUsers\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/settings/general", "host": [ "{{baseUrl}}" ], "path": [ "settings", "general" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Precondition Failed", "code": 412, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"autoLogoutTime\": \"\",\n \"name\": {\n \"value\": \"\"\n },\n \"description\": {\n \"value\": \"\"\n },\n \"location\": {\n \"value\": \"\"\n },\n \"restrictRemoteUsers\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/settings/general", "host": [ "{{baseUrl}}" ], "path": [ "settings", "general" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"autoLogoutTime\": \"\",\n \"name\": {\n \"value\": \"\"\n },\n \"description\": {\n \"value\": \"\"\n },\n \"location\": {\n \"value\": \"\"\n },\n \"restrictRemoteUsers\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/settings/general", "host": [ "{{baseUrl}}" ], "path": [ "settings", "general" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "network", "item": [ { "name": "Get network settings.", "event": [ { "listen": "test", "script": { "exec": [ "pm.collectionVariables.set(\"ETag-Settings-Network\", pm.response.headers.get(\"Etag\"))" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/settings/network", "host": [ "{{baseUrl}}" ], "path": [ "settings", "network" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the network settings for the device." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/settings/network", "host": [ "{{baseUrl}}" ], "path": [ "settings", "network" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "\"\"" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/settings/network", "host": [ "{{baseUrl}}" ], "path": [ "settings", "network" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/settings/network", "host": [ "{{baseUrl}}" ], "path": [ "settings", "network" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/settings/network", "host": [ "{{baseUrl}}" ], "path": [ "settings", "network" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Modify network settings.", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "If-Match", "value": "{{ETag-Settings-Network}}", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"domainStatic\": \"\",\n \"dnsServerStaticAddresses\": [\n \"\",\n \"\"\n ],\n \"managementServerStaticAddresses\": [\n \"\",\n \"\"\n ],\n \"ntpServerStaticAddresses\": [\n \"\",\n \"\"\n ],\n \"ntpServerEnabled\": \"\",\n \"ntpServerKeyId\": \"\",\n \"ntpServerKeyValue\": \"\",\n \"managementServerEnabled\": \"\",\n \"independentNetworks\": \"\",\n \"routeOfLastResort\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/settings/network", "host": [ "{{baseUrl}}" ], "path": [ "settings", "network" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Modify the network settings for the device." }, "response": [ { "name": "No Content", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"domainStatic\": \"\",\n \"dnsServerStaticAddresses\": [\n \"\",\n \"\"\n ],\n \"managementServerStaticAddresses\": [\n \"\",\n \"\"\n ],\n \"ntpServerStaticAddresses\": [\n \"\",\n \"\"\n ],\n \"ntpServerEnabled\": \"\",\n \"ntpServerKeyId\": \"\",\n \"ntpServerKeyValue\": \"\",\n \"managementServerEnabled\": \"\",\n \"independentNetworks\": \"\",\n \"routeOfLastResort\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/settings/network", "host": [ "{{baseUrl}}" ], "path": [ "settings", "network" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Bad Request", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"domainStatic\": \"\",\n \"dnsServerStaticAddresses\": [\n \"\",\n \"\"\n ],\n \"managementServerStaticAddresses\": [\n \"\",\n \"\"\n ],\n \"ntpServerStaticAddresses\": [\n \"\",\n \"\"\n ],\n \"ntpServerEnabled\": \"\",\n \"ntpServerKeyId\": \"\",\n \"ntpServerKeyValue\": \"\",\n \"managementServerEnabled\": \"\",\n \"independentNetworks\": \"\",\n \"routeOfLastResort\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/settings/network", "host": [ "{{baseUrl}}" ], "path": [ "settings", "network" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorised", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"domainStatic\": \"\",\n \"dnsServerStaticAddresses\": [\n \"\",\n \"\"\n ],\n \"managementServerStaticAddresses\": [\n \"\",\n \"\"\n ],\n \"ntpServerStaticAddresses\": [\n \"\",\n \"\"\n ],\n \"ntpServerEnabled\": \"\",\n \"ntpServerKeyId\": \"\",\n \"ntpServerKeyValue\": \"\",\n \"managementServerEnabled\": \"\",\n \"independentNetworks\": \"\",\n \"routeOfLastResort\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/settings/network", "host": [ "{{baseUrl}}" ], "path": [ "settings", "network" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Precondition Failure", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"domainStatic\": \"\",\n \"dnsServerStaticAddresses\": [\n \"\",\n \"\"\n ],\n \"managementServerStaticAddresses\": [\n \"\",\n \"\"\n ],\n \"ntpServerStaticAddresses\": [\n \"\",\n \"\"\n ],\n \"ntpServerEnabled\": \"\",\n \"ntpServerKeyId\": \"\",\n \"ntpServerKeyValue\": \"\",\n \"managementServerEnabled\": \"\",\n \"independentNetworks\": \"\",\n \"routeOfLastResort\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/settings/network", "host": [ "{{baseUrl}}" ], "path": [ "settings", "network" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Precondition Failed", "code": 412, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"domainStatic\": \"\",\n \"dnsServerStaticAddresses\": [\n \"\",\n \"\"\n ],\n \"managementServerStaticAddresses\": [\n \"\",\n \"\"\n ],\n \"ntpServerStaticAddresses\": [\n \"\",\n \"\"\n ],\n \"ntpServerEnabled\": \"\",\n \"ntpServerKeyId\": \"\",\n \"ntpServerKeyValue\": \"\",\n \"managementServerEnabled\": \"\",\n \"independentNetworks\": \"\",\n \"routeOfLastResort\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/settings/network", "host": [ "{{baseUrl}}" ], "path": [ "settings", "network" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"domainStatic\": \"\",\n \"dnsServerStaticAddresses\": [\n \"\",\n \"\"\n ],\n \"managementServerStaticAddresses\": [\n \"\",\n \"\"\n ],\n \"ntpServerStaticAddresses\": [\n \"\",\n \"\"\n ],\n \"ntpServerEnabled\": \"\",\n \"ntpServerKeyId\": \"\",\n \"ntpServerKeyValue\": \"\",\n \"managementServerEnabled\": \"\",\n \"independentNetworks\": \"\",\n \"routeOfLastResort\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/settings/network", "host": [ "{{baseUrl}}" ], "path": [ "settings", "network" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "ui/{userId}", "item": [ { "name": "Get UI settings.", "event": [ { "listen": "test", "script": { "exec": [ "pm.collectionVariables.set(\"ETag-Settings-UI\", pm.response.headers.get(\"Etag\"))" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/settings/ui/:userId", "host": [ "{{baseUrl}}" ], "path": [ "settings", "ui", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." } ] }, "description": "Get UI settings for a specified user." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/settings/ui/:userId", "host": [ "{{baseUrl}}" ], "path": [ "settings", "ui", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "\"\"" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/settings/ui/:userId", "host": [ "{{baseUrl}}" ], "path": [ "settings", "ui", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/settings/ui/:userId", "host": [ "{{baseUrl}}" ], "path": [ "settings", "ui", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/settings/ui/:userId", "host": [ "{{baseUrl}}" ], "path": [ "settings", "ui", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/settings/ui/:userId", "host": [ "{{baseUrl}}" ], "path": [ "settings", "ui", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Set UI settings.", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "If-Match", "value": "{{ETag-Settings-UI}}", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"hotkeys\": {\n \"showOsd\": {\n \"value\": \"\"\n },\n \"mouseShowOsd\": {\n \"value\": \"\"\n },\n \"disconnect\": {\n \"value\": \"\"\n },\n \"previousPreset\": {\n \"value\": \"\"\n },\n \"nextPreset\": {\n \"value\": \"\"\n },\n \"lastPreset\": {\n \"value\": \"\"\n },\n \"preset0\": {\n \"value\": \"\"\n },\n \"preset1\": {\n \"value\": \"\"\n },\n \"preset2\": {\n \"value\": \"\"\n },\n \"preset3\": {\n \"value\": \"\"\n },\n \"preset4\": {\n \"value\": \"\"\n },\n \"preset5\": {\n \"value\": \"\"\n },\n \"preset6\": {\n \"value\": \"\"\n },\n \"preset7\": {\n \"value\": \"\"\n },\n \"preset8\": {\n \"value\": \"\"\n },\n \"preset9\": {\n \"value\": \"\"\n },\n \"extendedPresets\": {\n \"value\": \"\"\n }\n },\n \"touchShowOsd\": {\n \"enable\": {\n \"value\": \"\"\n },\n \"x\": {\n \"value\": \"\"\n },\n \"y\": {\n \"value\": \"\"\n },\n \"width\": {\n \"value\": \"\"\n }\n },\n \"osdMargins\": {\n \"top\": {\n \"value\": \"\"\n },\n \"right\": {\n \"value\": \"\"\n },\n \"bottom\": {\n \"value\": \"\"\n },\n \"left\": {\n \"value\": \"\"\n }\n },\n \"connectionNotifications\": {\n \"border\": {\n \"value\": \"\"\n },\n \"message\": {\n \"value\": \"\"\n },\n \"enabled\": {\n \"value\": \"\"\n },\n \"translations\": {\n \"value\": \"\"\n }\n },\n \"userId\": {\n \"value\": \"\"\n },\n \"type\": {\n \"value\": \"\"\n },\n \"language\": \"\",\n \"keyboardLayout\": \"\",\n \"ledBrightness\": {\n \"value\": \"\"\n },\n \"osdTimeout\": \"\",\n \"notificationPosition\": {\n \"value\": \"\"\n },\n \"notificationTimeout\": \"\",\n \"bannerPosition\": {\n \"value\": \"\"\n },\n \"bannerTimeout\": \"\",\n \"frontPanelTimeout\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/settings/ui/:userId", "host": [ "{{baseUrl}}" ], "path": [ "settings", "ui", ":userId" ], "variable": [ { "key": "userId", "value": "" } ] }, "description": "Set UI settings for specified user." }, "response": [ { "name": "No Content", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"hotkeys\": {\n \"showOsd\": {\n \"value\": \"\"\n },\n \"mouseShowOsd\": {\n \"value\": \"\"\n },\n \"disconnect\": {\n \"value\": \"\"\n },\n \"previousPreset\": {\n \"value\": \"\"\n },\n \"nextPreset\": {\n \"value\": \"\"\n },\n \"lastPreset\": {\n \"value\": \"\"\n },\n \"preset0\": {\n \"value\": \"\"\n },\n \"preset1\": {\n \"value\": \"\"\n },\n \"preset2\": {\n \"value\": \"\"\n },\n \"preset3\": {\n \"value\": \"\"\n },\n \"preset4\": {\n \"value\": \"\"\n },\n \"preset5\": {\n \"value\": \"\"\n },\n \"preset6\": {\n \"value\": \"\"\n },\n \"preset7\": {\n \"value\": \"\"\n },\n \"preset8\": {\n \"value\": \"\"\n },\n \"preset9\": {\n \"value\": \"\"\n },\n \"extendedPresets\": {\n \"value\": \"\"\n }\n },\n \"touchShowOsd\": {\n \"enable\": {\n \"value\": \"\"\n },\n \"x\": {\n \"value\": \"\"\n },\n \"y\": {\n \"value\": \"\"\n },\n \"width\": {\n \"value\": \"\"\n }\n },\n \"osdMargins\": {\n \"top\": {\n \"value\": \"\"\n },\n \"right\": {\n \"value\": \"\"\n },\n \"bottom\": {\n \"value\": \"\"\n },\n \"left\": {\n \"value\": \"\"\n }\n },\n \"connectionNotifications\": {\n \"border\": {\n \"value\": \"\"\n },\n \"message\": {\n \"value\": \"\"\n },\n \"enabled\": {\n \"value\": \"\"\n },\n \"translations\": {\n \"value\": \"\"\n }\n },\n \"userId\": {\n \"value\": \"\"\n },\n \"type\": {\n \"value\": \"\"\n },\n \"language\": \"\",\n \"keyboardLayout\": \"\",\n \"ledBrightness\": {\n \"value\": \"\"\n },\n \"osdTimeout\": \"\",\n \"notificationPosition\": {\n \"value\": \"\"\n },\n \"notificationTimeout\": \"\",\n \"bannerPosition\": {\n \"value\": \"\"\n },\n \"bannerTimeout\": \"\",\n \"frontPanelTimeout\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/settings/ui/:userId", "host": [ "{{baseUrl}}" ], "path": [ "settings", "ui", ":userId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Bad Request", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"hotkeys\": {\n \"showOsd\": {\n \"value\": \"\"\n },\n \"mouseShowOsd\": {\n \"value\": \"\"\n },\n \"disconnect\": {\n \"value\": \"\"\n },\n \"previousPreset\": {\n \"value\": \"\"\n },\n \"nextPreset\": {\n \"value\": \"\"\n },\n \"lastPreset\": {\n \"value\": \"\"\n },\n \"preset0\": {\n \"value\": \"\"\n },\n \"preset1\": {\n \"value\": \"\"\n },\n \"preset2\": {\n \"value\": \"\"\n },\n \"preset3\": {\n \"value\": \"\"\n },\n \"preset4\": {\n \"value\": \"\"\n },\n \"preset5\": {\n \"value\": \"\"\n },\n \"preset6\": {\n \"value\": \"\"\n },\n \"preset7\": {\n \"value\": \"\"\n },\n \"preset8\": {\n \"value\": \"\"\n },\n \"preset9\": {\n \"value\": \"\"\n },\n \"extendedPresets\": {\n \"value\": \"\"\n }\n },\n \"touchShowOsd\": {\n \"enable\": {\n \"value\": \"\"\n },\n \"x\": {\n \"value\": \"\"\n },\n \"y\": {\n \"value\": \"\"\n },\n \"width\": {\n \"value\": \"\"\n }\n },\n \"osdMargins\": {\n \"top\": {\n \"value\": \"\"\n },\n \"right\": {\n \"value\": \"\"\n },\n \"bottom\": {\n \"value\": \"\"\n },\n \"left\": {\n \"value\": \"\"\n }\n },\n \"connectionNotifications\": {\n \"border\": {\n \"value\": \"\"\n },\n \"message\": {\n \"value\": \"\"\n },\n \"enabled\": {\n \"value\": \"\"\n },\n \"translations\": {\n \"value\": \"\"\n }\n },\n \"userId\": {\n \"value\": \"\"\n },\n \"type\": {\n \"value\": \"\"\n },\n \"language\": \"\",\n \"keyboardLayout\": \"\",\n \"ledBrightness\": {\n \"value\": \"\"\n },\n \"osdTimeout\": \"\",\n \"notificationPosition\": {\n \"value\": \"\"\n },\n \"notificationTimeout\": \"\",\n \"bannerPosition\": {\n \"value\": \"\"\n },\n \"bannerTimeout\": \"\",\n \"frontPanelTimeout\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/settings/ui/:userId", "host": [ "{{baseUrl}}" ], "path": [ "settings", "ui", ":userId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorised", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"hotkeys\": {\n \"showOsd\": {\n \"value\": \"\"\n },\n \"mouseShowOsd\": {\n \"value\": \"\"\n },\n \"disconnect\": {\n \"value\": \"\"\n },\n \"previousPreset\": {\n \"value\": \"\"\n },\n \"nextPreset\": {\n \"value\": \"\"\n },\n \"lastPreset\": {\n \"value\": \"\"\n },\n \"preset0\": {\n \"value\": \"\"\n },\n \"preset1\": {\n \"value\": \"\"\n },\n \"preset2\": {\n \"value\": \"\"\n },\n \"preset3\": {\n \"value\": \"\"\n },\n \"preset4\": {\n \"value\": \"\"\n },\n \"preset5\": {\n \"value\": \"\"\n },\n \"preset6\": {\n \"value\": \"\"\n },\n \"preset7\": {\n \"value\": \"\"\n },\n \"preset8\": {\n \"value\": \"\"\n },\n \"preset9\": {\n \"value\": \"\"\n },\n \"extendedPresets\": {\n \"value\": \"\"\n }\n },\n \"touchShowOsd\": {\n \"enable\": {\n \"value\": \"\"\n },\n \"x\": {\n \"value\": \"\"\n },\n \"y\": {\n \"value\": \"\"\n },\n \"width\": {\n \"value\": \"\"\n }\n },\n \"osdMargins\": {\n \"top\": {\n \"value\": \"\"\n },\n \"right\": {\n \"value\": \"\"\n },\n \"bottom\": {\n \"value\": \"\"\n },\n \"left\": {\n \"value\": \"\"\n }\n },\n \"connectionNotifications\": {\n \"border\": {\n \"value\": \"\"\n },\n \"message\": {\n \"value\": \"\"\n },\n \"enabled\": {\n \"value\": \"\"\n },\n \"translations\": {\n \"value\": \"\"\n }\n },\n \"userId\": {\n \"value\": \"\"\n },\n \"type\": {\n \"value\": \"\"\n },\n \"language\": \"\",\n \"keyboardLayout\": \"\",\n \"ledBrightness\": {\n \"value\": \"\"\n },\n \"osdTimeout\": \"\",\n \"notificationPosition\": {\n \"value\": \"\"\n },\n \"notificationTimeout\": \"\",\n \"bannerPosition\": {\n \"value\": \"\"\n },\n \"bannerTimeout\": \"\",\n \"frontPanelTimeout\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/settings/ui/:userId", "host": [ "{{baseUrl}}" ], "path": [ "settings", "ui", ":userId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"hotkeys\": {\n \"showOsd\": {\n \"value\": \"\"\n },\n \"mouseShowOsd\": {\n \"value\": \"\"\n },\n \"disconnect\": {\n \"value\": \"\"\n },\n \"previousPreset\": {\n \"value\": \"\"\n },\n \"nextPreset\": {\n \"value\": \"\"\n },\n \"lastPreset\": {\n \"value\": \"\"\n },\n \"preset0\": {\n \"value\": \"\"\n },\n \"preset1\": {\n \"value\": \"\"\n },\n \"preset2\": {\n \"value\": \"\"\n },\n \"preset3\": {\n \"value\": \"\"\n },\n \"preset4\": {\n \"value\": \"\"\n },\n \"preset5\": {\n \"value\": \"\"\n },\n \"preset6\": {\n \"value\": \"\"\n },\n \"preset7\": {\n \"value\": \"\"\n },\n \"preset8\": {\n \"value\": \"\"\n },\n \"preset9\": {\n \"value\": \"\"\n },\n \"extendedPresets\": {\n \"value\": \"\"\n }\n },\n \"touchShowOsd\": {\n \"enable\": {\n \"value\": \"\"\n },\n \"x\": {\n \"value\": \"\"\n },\n \"y\": {\n \"value\": \"\"\n },\n \"width\": {\n \"value\": \"\"\n }\n },\n \"osdMargins\": {\n \"top\": {\n \"value\": \"\"\n },\n \"right\": {\n \"value\": \"\"\n },\n \"bottom\": {\n \"value\": \"\"\n },\n \"left\": {\n \"value\": \"\"\n }\n },\n \"connectionNotifications\": {\n \"border\": {\n \"value\": \"\"\n },\n \"message\": {\n \"value\": \"\"\n },\n \"enabled\": {\n \"value\": \"\"\n },\n \"translations\": {\n \"value\": \"\"\n }\n },\n \"userId\": {\n \"value\": \"\"\n },\n \"type\": {\n \"value\": \"\"\n },\n \"language\": \"\",\n \"keyboardLayout\": \"\",\n \"ledBrightness\": {\n \"value\": \"\"\n },\n \"osdTimeout\": \"\",\n \"notificationPosition\": {\n \"value\": \"\"\n },\n \"notificationTimeout\": \"\",\n \"bannerPosition\": {\n \"value\": \"\"\n },\n \"bannerTimeout\": \"\",\n \"frontPanelTimeout\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/settings/ui/:userId", "host": [ "{{baseUrl}}" ], "path": [ "settings", "ui", ":userId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Precondition Failure", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"hotkeys\": {\n \"showOsd\": {\n \"value\": \"\"\n },\n \"mouseShowOsd\": {\n \"value\": \"\"\n },\n \"disconnect\": {\n \"value\": \"\"\n },\n \"previousPreset\": {\n \"value\": \"\"\n },\n \"nextPreset\": {\n \"value\": \"\"\n },\n \"lastPreset\": {\n \"value\": \"\"\n },\n \"preset0\": {\n \"value\": \"\"\n },\n \"preset1\": {\n \"value\": \"\"\n },\n \"preset2\": {\n \"value\": \"\"\n },\n \"preset3\": {\n \"value\": \"\"\n },\n \"preset4\": {\n \"value\": \"\"\n },\n \"preset5\": {\n \"value\": \"\"\n },\n \"preset6\": {\n \"value\": \"\"\n },\n \"preset7\": {\n \"value\": \"\"\n },\n \"preset8\": {\n \"value\": \"\"\n },\n \"preset9\": {\n \"value\": \"\"\n },\n \"extendedPresets\": {\n \"value\": \"\"\n }\n },\n \"touchShowOsd\": {\n \"enable\": {\n \"value\": \"\"\n },\n \"x\": {\n \"value\": \"\"\n },\n \"y\": {\n \"value\": \"\"\n },\n \"width\": {\n \"value\": \"\"\n }\n },\n \"osdMargins\": {\n \"top\": {\n \"value\": \"\"\n },\n \"right\": {\n \"value\": \"\"\n },\n \"bottom\": {\n \"value\": \"\"\n },\n \"left\": {\n \"value\": \"\"\n }\n },\n \"connectionNotifications\": {\n \"border\": {\n \"value\": \"\"\n },\n \"message\": {\n \"value\": \"\"\n },\n \"enabled\": {\n \"value\": \"\"\n },\n \"translations\": {\n \"value\": \"\"\n }\n },\n \"userId\": {\n \"value\": \"\"\n },\n \"type\": {\n \"value\": \"\"\n },\n \"language\": \"\",\n \"keyboardLayout\": \"\",\n \"ledBrightness\": {\n \"value\": \"\"\n },\n \"osdTimeout\": \"\",\n \"notificationPosition\": {\n \"value\": \"\"\n },\n \"notificationTimeout\": \"\",\n \"bannerPosition\": {\n \"value\": \"\"\n },\n \"bannerTimeout\": \"\",\n \"frontPanelTimeout\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/settings/ui/:userId", "host": [ "{{baseUrl}}" ], "path": [ "settings", "ui", ":userId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Precondition Failed", "code": 412, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"hotkeys\": {\n \"showOsd\": {\n \"value\": \"\"\n },\n \"mouseShowOsd\": {\n \"value\": \"\"\n },\n \"disconnect\": {\n \"value\": \"\"\n },\n \"previousPreset\": {\n \"value\": \"\"\n },\n \"nextPreset\": {\n \"value\": \"\"\n },\n \"lastPreset\": {\n \"value\": \"\"\n },\n \"preset0\": {\n \"value\": \"\"\n },\n \"preset1\": {\n \"value\": \"\"\n },\n \"preset2\": {\n \"value\": \"\"\n },\n \"preset3\": {\n \"value\": \"\"\n },\n \"preset4\": {\n \"value\": \"\"\n },\n \"preset5\": {\n \"value\": \"\"\n },\n \"preset6\": {\n \"value\": \"\"\n },\n \"preset7\": {\n \"value\": \"\"\n },\n \"preset8\": {\n \"value\": \"\"\n },\n \"preset9\": {\n \"value\": \"\"\n },\n \"extendedPresets\": {\n \"value\": \"\"\n }\n },\n \"touchShowOsd\": {\n \"enable\": {\n \"value\": \"\"\n },\n \"x\": {\n \"value\": \"\"\n },\n \"y\": {\n \"value\": \"\"\n },\n \"width\": {\n \"value\": \"\"\n }\n },\n \"osdMargins\": {\n \"top\": {\n \"value\": \"\"\n },\n \"right\": {\n \"value\": \"\"\n },\n \"bottom\": {\n \"value\": \"\"\n },\n \"left\": {\n \"value\": \"\"\n }\n },\n \"connectionNotifications\": {\n \"border\": {\n \"value\": \"\"\n },\n \"message\": {\n \"value\": \"\"\n },\n \"enabled\": {\n \"value\": \"\"\n },\n \"translations\": {\n \"value\": \"\"\n }\n },\n \"userId\": {\n \"value\": \"\"\n },\n \"type\": {\n \"value\": \"\"\n },\n \"language\": \"\",\n \"keyboardLayout\": \"\",\n \"ledBrightness\": {\n \"value\": \"\"\n },\n \"osdTimeout\": \"\",\n \"notificationPosition\": {\n \"value\": \"\"\n },\n \"notificationTimeout\": \"\",\n \"bannerPosition\": {\n \"value\": \"\"\n },\n \"bannerTimeout\": \"\",\n \"frontPanelTimeout\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/settings/ui/:userId", "host": [ "{{baseUrl}}" ], "path": [ "settings", "ui", ":userId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"hotkeys\": {\n \"showOsd\": {\n \"value\": \"\"\n },\n \"mouseShowOsd\": {\n \"value\": \"\"\n },\n \"disconnect\": {\n \"value\": \"\"\n },\n \"previousPreset\": {\n \"value\": \"\"\n },\n \"nextPreset\": {\n \"value\": \"\"\n },\n \"lastPreset\": {\n \"value\": \"\"\n },\n \"preset0\": {\n \"value\": \"\"\n },\n \"preset1\": {\n \"value\": \"\"\n },\n \"preset2\": {\n \"value\": \"\"\n },\n \"preset3\": {\n \"value\": \"\"\n },\n \"preset4\": {\n \"value\": \"\"\n },\n \"preset5\": {\n \"value\": \"\"\n },\n \"preset6\": {\n \"value\": \"\"\n },\n \"preset7\": {\n \"value\": \"\"\n },\n \"preset8\": {\n \"value\": \"\"\n },\n \"preset9\": {\n \"value\": \"\"\n },\n \"extendedPresets\": {\n \"value\": \"\"\n }\n },\n \"touchShowOsd\": {\n \"enable\": {\n \"value\": \"\"\n },\n \"x\": {\n \"value\": \"\"\n },\n \"y\": {\n \"value\": \"\"\n },\n \"width\": {\n \"value\": \"\"\n }\n },\n \"osdMargins\": {\n \"top\": {\n \"value\": \"\"\n },\n \"right\": {\n \"value\": \"\"\n },\n \"bottom\": {\n \"value\": \"\"\n },\n \"left\": {\n \"value\": \"\"\n }\n },\n \"connectionNotifications\": {\n \"border\": {\n \"value\": \"\"\n },\n \"message\": {\n \"value\": \"\"\n },\n \"enabled\": {\n \"value\": \"\"\n },\n \"translations\": {\n \"value\": \"\"\n }\n },\n \"userId\": {\n \"value\": \"\"\n },\n \"type\": {\n \"value\": \"\"\n },\n \"language\": \"\",\n \"keyboardLayout\": \"\",\n \"ledBrightness\": {\n \"value\": \"\"\n },\n \"osdTimeout\": \"\",\n \"notificationPosition\": {\n \"value\": \"\"\n },\n \"notificationTimeout\": \"\",\n \"bannerPosition\": {\n \"value\": \"\"\n },\n \"bannerTimeout\": \"\",\n \"frontPanelTimeout\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/settings/ui/:userId", "host": [ "{{baseUrl}}" ], "path": [ "settings", "ui", ":userId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] } ] }, { "name": "sinks", "item": [ { "name": "audio", "item": [ { "name": "{portId}", "item": [ { "name": "Get audio sink.", "event": [ { "listen": "test", "script": { "exec": [ "pm.collectionVariables.set(\"ETag-Sinks-Audio\", pm.response.headers.get(\"Etag\"))" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/audio/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." } ] }, "description": "Get a specific audio sink port." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/audio/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "\"\"" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/audio/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/audio/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/audio/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/audio/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Modify audio sink.", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "If-Match", "value": "{{ETag-Sinks-Audio}}", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sinks/audio/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." } ] }, "description": "Modify the audio sink settings." }, "response": [ { "name": "No Content", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sinks/audio/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Bad Request", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sinks/audio/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorised", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sinks/audio/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sinks/audio/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Precondition Failure", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sinks/audio/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Precondition Failed", "code": 412, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sinks/audio/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sinks/audio/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "statistics", "item": [ { "name": "Get all audio sink statistics.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/audio/statistics", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the statistics for all audio sinks." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/audio/statistics", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"portId\": \"\",\n \"connectorLabel\": \"\",\n \"packetsTransmitted\": \"\",\n \"packetsReceived\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"timestamp\": \"\"\n },\n {\n \"portId\": \"\",\n \"connectorLabel\": \"\",\n \"packetsTransmitted\": \"\",\n \"packetsReceived\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"timestamp\": \"\"\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/audio/statistics", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/audio/statistics", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/audio/statistics", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get audio sink statistics.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/audio/statistics/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", "statistics", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the statistics for a specific audio sink port." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/audio/statistics/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", "statistics", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"portId\": \"\",\n \"connectorLabel\": \"\",\n \"packetsTransmitted\": \"\",\n \"packetsReceived\": [\n {\n \"connectorLabel\": \"\",\n \"packets\": \"\"\n },\n {\n \"connectorLabel\": \"\",\n \"packets\": \"\"\n }\n ],\n \"timestamp\": \"\"\n}" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/audio/statistics/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", "statistics", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/audio/statistics/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", "statistics", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/audio/statistics/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", "statistics", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/audio/statistics/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", "statistics", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "status", "item": [ { "name": "Get all audio sink status.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/audio/status", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the status information for all audio sinks." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/audio/status", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"connectorLabel\": {\n \"value\": \"\"\n },\n \"decoding\": {\n \"value\": \"\"\n },\n \"encoding\": {\n \"value\": \"\"\n },\n \"port\": {\n \"value\": \"\"\n },\n \"portId\": {\n \"value\": \"\"\n },\n \"reception\": {\n \"value\": \"\"\n },\n \"state\": {\n \"value\": \"\"\n },\n \"status\": {\n \"value\": \"\"\n },\n \"transmission\": {\n \"value\": \"\"\n }\n },\n {\n \"connectorLabel\": {\n \"value\": \"\"\n },\n \"decoding\": {\n \"value\": \"\"\n },\n \"encoding\": {\n \"value\": \"\"\n },\n \"port\": {\n \"value\": \"\"\n },\n \"portId\": {\n \"value\": \"\"\n },\n \"reception\": {\n \"value\": \"\"\n },\n \"state\": {\n \"value\": \"\"\n },\n \"status\": {\n \"value\": \"\"\n },\n \"transmission\": {\n \"value\": \"\"\n }\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/audio/status", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/audio/status", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/audio/status", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get audio sink status.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/audio/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", "status", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the status information for a specific audio sink." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/audio/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", "status", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"connectorLabel\": \"\",\n \"decoding\": {\n \"enabled\": \"\",\n \"muted\": \"\",\n \"samplesPerPacket\": \"\",\n \"numberOfChannels\": \"\",\n \"codec\": \"\"\n },\n \"encoding\": {\n \"enabled\": \"\",\n \"muted\": \"\",\n \"samplesPerPacket\": \"\",\n \"numberOfChannels\": \"\",\n \"codec\": \"\"\n },\n \"port\": {\n \"value\": \"\"\n },\n \"portId\": \"\",\n \"reception\": {\n \"stopped\": \"\",\n \"locked\": \"\",\n \"networkInterface\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"state\": \"\",\n \"status\": \"\",\n \"transmission\": {\n \"stopped\": \"\",\n \"networkInterface\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n}" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/audio/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", "status", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/audio/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", "status", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/audio/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", "status", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/audio/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", "status", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get all audio sinks.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/audio", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get a list of all the supported audio sink ports for the device." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/audio", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"type\": \"\",\n \"ports\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"type\": \"\",\n \"ports\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/audio", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/audio", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/audio", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get audio sink connected devices.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/audio/connectedDevices/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", "connectedDevices", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the devices connected to the audio sink." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/audio/connectedDevices/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", "connectedDevices", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"manufacturer\": \"\",\n \"model\": \"\",\n \"serialNumber\": \"\",\n \"manufactureDate\": \"\",\n \"edidVersion\": \"\",\n \"edidDetails\": [\n {\n \"supported\": \"\",\n \"preferred\": \"\",\n \"generated\": \"\",\n \"edidMode\": \"\"\n },\n {\n \"supported\": \"\",\n \"preferred\": \"\",\n \"generated\": \"\",\n \"edidMode\": \"\"\n }\n ],\n \"characteristics\": {\n \"maxBitsPerColour\": \"\",\n \"dynamicRanges\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"encodings\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"colourimetry\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"dynamicRangeMasterings\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n },\n {\n \"manufacturer\": \"\",\n \"model\": \"\",\n \"serialNumber\": \"\",\n \"manufactureDate\": \"\",\n \"edidVersion\": \"\",\n \"edidDetails\": [\n {\n \"supported\": \"\",\n \"preferred\": \"\",\n \"generated\": \"\",\n \"edidMode\": \"\"\n },\n {\n \"supported\": \"\",\n \"preferred\": \"\",\n \"generated\": \"\",\n \"edidMode\": \"\"\n }\n ],\n \"characteristics\": {\n \"maxBitsPerColour\": \"\",\n \"dynamicRanges\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"encodings\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"colourimetry\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"dynamicRangeMasterings\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/audio/connectedDevices/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", "connectedDevices", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/audio/connectedDevices/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", "connectedDevices", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/audio/connectedDevices/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", "connectedDevices", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/audio/connectedDevices/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "audio", "connectedDevices", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "serial", "item": [ { "name": "{portId}", "item": [ { "name": "Get serial sink.", "event": [ { "listen": "test", "script": { "exec": [ "pm.collectionVariables.set(\"ETag-Sinks-Serial\", pm.response.headers.get(\"Etag\"))" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/serial/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "serial", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." } ] }, "description": "Get a specific serial sink port." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/serial/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "serial", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "\"\"" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/serial/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "serial", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/serial/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "serial", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/serial/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "serial", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/serial/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "serial", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Modify serial sink.", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "If-Match", "value": "{{ETag-Sinks-Serial}}", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sinks/serial/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "serial", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." } ] }, "description": "Modify the serial sink settings." }, "response": [ { "name": "No Content", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sinks/serial/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "serial", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Bad Request", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sinks/serial/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "serial", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorised", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sinks/serial/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "serial", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sinks/serial/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "serial", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Precondition Failure", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sinks/serial/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "serial", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Precondition Failed", "code": 412, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sinks/serial/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "serial", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sinks/serial/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "serial", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "status", "item": [ { "name": "Get all serial sinks status.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/serial/status", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "serial", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the status information for all serial sink ports." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/serial/status", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "serial", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"type\": \"\",\n \"ports\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"type\": \"\",\n \"ports\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/serial/status", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "serial", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/serial/status", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "serial", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/serial/status", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "serial", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get serial sink status.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/serial/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "serial", "status", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the status information for a specific serial sink port." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/serial/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "serial", "status", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"connectorLabel\": \"\",\n \"portId\": \"\",\n \"state\": \"\",\n \"status\": \"\"\n}" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/serial/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "serial", "status", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/serial/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "serial", "status", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/serial/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "serial", "status", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/serial/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "serial", "status", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get all serial sinks.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/serial", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "serial" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get a list of all the supported serial sink ports for the device." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/serial", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "serial" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"type\": \"\",\n \"ports\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"type\": \"\",\n \"ports\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/serial", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "serial" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/serial", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "serial" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/serial", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "serial" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "usb", "item": [ { "name": "{portId}", "item": [ { "name": "Get USB sink.", "event": [ { "listen": "test", "script": { "exec": [ "pm.collectionVariables.set(\"ETag-Sinks-USB\", pm.response.headers.get(\"Etag\"))" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/usb/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." } ] }, "description": "Get a specific USB sink port." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/usb/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "\"\"" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/usb/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/usb/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/usb/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/usb/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Modify USB sink.", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "If-Match", "value": "{{ETag-Sinks-USB}}", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"hidOnly\": \"\",\n \"disableMassStorage\": \"\",\n \"security\": \"\",\n \"connectorVideoMap\": [\n \"\",\n \"\"\n ],\n \"connectorReservations\": [\n {\n \"disableMerge\": \"\",\n \"sourceVirtualHubPortNumber\": \"\"\n },\n {\n \"disableMerge\": \"\",\n \"sourceVirtualHubPortNumber\": \"\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sinks/usb/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." } ] }, "description": "Modify the USB sink settings." }, "response": [ { "name": "No Content", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"hidOnly\": \"\",\n \"disableMassStorage\": \"\",\n \"security\": \"\",\n \"connectorVideoMap\": [\n \"\",\n \"\"\n ],\n \"connectorReservations\": [\n {\n \"disableMerge\": \"\",\n \"sourceVirtualHubPortNumber\": \"\"\n },\n {\n \"disableMerge\": \"\",\n \"sourceVirtualHubPortNumber\": \"\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sinks/usb/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Bad Request", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"hidOnly\": \"\",\n \"disableMassStorage\": \"\",\n \"security\": \"\",\n \"connectorVideoMap\": [\n \"\",\n \"\"\n ],\n \"connectorReservations\": [\n {\n \"disableMerge\": \"\",\n \"sourceVirtualHubPortNumber\": \"\"\n },\n {\n \"disableMerge\": \"\",\n \"sourceVirtualHubPortNumber\": \"\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sinks/usb/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorised", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"hidOnly\": \"\",\n \"disableMassStorage\": \"\",\n \"security\": \"\",\n \"connectorVideoMap\": [\n \"\",\n \"\"\n ],\n \"connectorReservations\": [\n {\n \"disableMerge\": \"\",\n \"sourceVirtualHubPortNumber\": \"\"\n },\n {\n \"disableMerge\": \"\",\n \"sourceVirtualHubPortNumber\": \"\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sinks/usb/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"hidOnly\": \"\",\n \"disableMassStorage\": \"\",\n \"security\": \"\",\n \"connectorVideoMap\": [\n \"\",\n \"\"\n ],\n \"connectorReservations\": [\n {\n \"disableMerge\": \"\",\n \"sourceVirtualHubPortNumber\": \"\"\n },\n {\n \"disableMerge\": \"\",\n \"sourceVirtualHubPortNumber\": \"\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sinks/usb/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Precondition Failure", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"hidOnly\": \"\",\n \"disableMassStorage\": \"\",\n \"security\": \"\",\n \"connectorVideoMap\": [\n \"\",\n \"\"\n ],\n \"connectorReservations\": [\n {\n \"disableMerge\": \"\",\n \"sourceVirtualHubPortNumber\": \"\"\n },\n {\n \"disableMerge\": \"\",\n \"sourceVirtualHubPortNumber\": \"\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sinks/usb/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Precondition Failed", "code": 412, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"hidOnly\": \"\",\n \"disableMassStorage\": \"\",\n \"security\": \"\",\n \"connectorVideoMap\": [\n \"\",\n \"\"\n ],\n \"connectorReservations\": [\n {\n \"disableMerge\": \"\",\n \"sourceVirtualHubPortNumber\": \"\"\n },\n {\n \"disableMerge\": \"\",\n \"sourceVirtualHubPortNumber\": \"\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sinks/usb/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"hidOnly\": \"\",\n \"disableMassStorage\": \"\",\n \"security\": \"\",\n \"connectorVideoMap\": [\n \"\",\n \"\"\n ],\n \"connectorReservations\": [\n {\n \"disableMerge\": \"\",\n \"sourceVirtualHubPortNumber\": \"\"\n },\n {\n \"disableMerge\": \"\",\n \"sourceVirtualHubPortNumber\": \"\"\n }\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sinks/usb/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "statistics", "item": [ { "name": "Get all USB sink statistics.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/usb/statistics", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the statistics for all USB sinks." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/usb/statistics", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"portId\": \"\",\n \"connectorLabel\": \"\",\n \"packetsTransmitted\": \"\",\n \"packetsReceived\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"timestamp\": \"\"\n },\n {\n \"portId\": \"\",\n \"connectorLabel\": \"\",\n \"packetsTransmitted\": \"\",\n \"packetsReceived\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"timestamp\": \"\"\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/usb/statistics", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/usb/statistics", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/usb/statistics", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get USB sink statistics.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/usb/statistics/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", "statistics", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the statistics for a specific USB sink port." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/usb/statistics/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", "statistics", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"portId\": \"\",\n \"connectorLabel\": \"\",\n \"packetsTransmitted\": \"\",\n \"packetsReceived\": [\n {\n \"connectorLabel\": \"\",\n \"packets\": \"\"\n },\n {\n \"connectorLabel\": \"\",\n \"packets\": \"\"\n }\n ],\n \"timestamp\": \"\"\n}" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/usb/statistics/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", "statistics", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/usb/statistics/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", "statistics", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/usb/statistics/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", "statistics", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/usb/statistics/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", "statistics", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "status", "item": [ { "name": "Get all USB sinks status.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/usb/status", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the status information for all USB sink ports." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/usb/status", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"type\": \"\",\n \"ports\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"type\": \"\",\n \"ports\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/usb/status", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/usb/status", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/usb/status", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get USB sink status.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/usb/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", "status", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the status information for a specific USB sink port." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/usb/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", "status", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"connectorLabel\": \"\",\n \"port\": {\n \"connected\": \"\"\n },\n \"portId\": \"\",\n \"reception\": {\n \"stopped\": \"\",\n \"networkInterface\": [\n {\n \"connectorLabel\": {\n \"value\": \"\"\n },\n \"enabled\": {\n \"value\": \"\"\n },\n \"sourceIpAddressFilterEnabled\": {\n \"value\": \"\"\n },\n \"destinationIpAddressFilterEnabled\": {\n \"value\": \"\"\n },\n \"sourcePortFilterEnabled\": {\n \"value\": \"\"\n },\n \"sourceIpAddress\": {\n \"value\": \"\"\n },\n \"destinationIpAddress\": {\n \"value\": \"\"\n },\n \"sourcePort\": {\n \"value\": \"\"\n },\n \"destinationPort\": {\n \"value\": \"\"\n }\n },\n {\n \"connectorLabel\": {\n \"value\": \"\"\n },\n \"enabled\": {\n \"value\": \"\"\n },\n \"sourceIpAddressFilterEnabled\": {\n \"value\": \"\"\n },\n \"destinationIpAddressFilterEnabled\": {\n \"value\": \"\"\n },\n \"sourcePortFilterEnabled\": {\n \"value\": \"\"\n },\n \"sourceIpAddress\": {\n \"value\": \"\"\n },\n \"destinationIpAddress\": {\n \"value\": \"\"\n },\n \"sourcePort\": {\n \"value\": \"\"\n },\n \"destinationPort\": {\n \"value\": \"\"\n }\n }\n ]\n },\n \"state\": \"\",\n \"status\": \"\",\n \"transmission\": {\n \"stopped\": \"\",\n \"networkInterface\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n}" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/usb/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", "status", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/usb/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", "status", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/usb/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", "status", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/usb/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", "status", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get all USB sinks.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/usb", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get a list of all the supported USB sink ports for the device." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/usb", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"type\": \"\",\n \"ports\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"type\": \"\",\n \"ports\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/usb", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/usb", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/usb", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get USB sink connected devices.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/usb/connectedDevices/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", "connectedDevices", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get a list of devices connected to the USB sink." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/usb/connectedDevices/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", "connectedDevices", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"manufacturer\": \"\",\n \"model\": \"\",\n \"deviceType\": \"\",\n \"inputAttributes\": \"\",\n \"protocolVersion\": \"\",\n \"speed\": \"\",\n \"maxPower\": \"\",\n \"connector\": \"\"\n },\n {\n \"manufacturer\": \"\",\n \"model\": \"\",\n \"deviceType\": \"\",\n \"inputAttributes\": \"\",\n \"protocolVersion\": \"\",\n \"speed\": \"\",\n \"maxPower\": \"\",\n \"connector\": \"\"\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/usb/connectedDevices/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", "connectedDevices", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/usb/connectedDevices/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", "connectedDevices", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/usb/connectedDevices/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", "connectedDevices", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/usb/connectedDevices/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "usb", "connectedDevices", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "video", "item": [ { "name": "{portId}", "item": [ { "name": "Get video sink.", "event": [ { "listen": "test", "script": { "exec": [ "pm.collectionVariables.set(\"ETag-Sinks-Video\", pm.response.headers.get(\"Etag\"))" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/video/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." } ] }, "description": "Get a specific USB sink port." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/video/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "\"\"" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/video/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/video/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/video/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/video/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Modify video sink.", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "If-Match", "value": "{{ETag-Sinks-Video}}", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"compatibilityCheck\": \"\",\n \"freezeImageOnLoss\": \"\",\n \"frameRateSwitching\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sinks/video/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." } ] }, "description": "Modify the video sink settings." }, "response": [ { "name": "No Content", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"compatibilityCheck\": \"\",\n \"freezeImageOnLoss\": \"\",\n \"frameRateSwitching\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sinks/video/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Bad Request", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"compatibilityCheck\": \"\",\n \"freezeImageOnLoss\": \"\",\n \"frameRateSwitching\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sinks/video/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorised", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"compatibilityCheck\": \"\",\n \"freezeImageOnLoss\": \"\",\n \"frameRateSwitching\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sinks/video/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"compatibilityCheck\": \"\",\n \"freezeImageOnLoss\": \"\",\n \"frameRateSwitching\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sinks/video/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Precondition Failure", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"compatibilityCheck\": \"\",\n \"freezeImageOnLoss\": \"\",\n \"frameRateSwitching\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sinks/video/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Precondition Failed", "code": 412, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"compatibilityCheck\": \"\",\n \"freezeImageOnLoss\": \"\",\n \"frameRateSwitching\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sinks/video/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"compatibilityCheck\": \"\",\n \"freezeImageOnLoss\": \"\",\n \"frameRateSwitching\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sinks/video/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "statistics", "item": [ { "name": "Get all video sink statistics.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/video/statistics", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the statistics for all video sinks." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/video/statistics", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"portId\": \"\",\n \"connectorLabel\": \"\",\n \"framePeriod\": \"\",\n \"frames\": \"\",\n \"receivedPackets\": \"\",\n \"expectedPackets\": \"\",\n \"packetsStream\": [\n [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n ],\n \"codec\": \"\",\n \"timestamp\": \"\",\n \"afzSubMode\": \"\"\n },\n {\n \"portId\": \"\",\n \"connectorLabel\": \"\",\n \"framePeriod\": \"\",\n \"frames\": \"\",\n \"receivedPackets\": \"\",\n \"expectedPackets\": \"\",\n \"packetsStream\": [\n [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n ],\n \"codec\": \"\",\n \"timestamp\": \"\",\n \"afzSubMode\": \"\"\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/video/statistics", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/video/statistics", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/video/statistics", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get video sink statistics.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/video/statistics/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", "statistics", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the statistics for a specific video sink port." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/video/statistics/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", "statistics", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"portId\": \"\",\n \"connectorLabel\": \"\",\n \"framePeriod\": \"\",\n \"frames\": \"\",\n \"receivedPackets\": \"\",\n \"expectedPackets\": \"\",\n \"packetsStream\": [\n [\n {\n \"connectorLabel\": {\n \"value\": \"\"\n },\n \"packets\": \"\"\n },\n {\n \"connectorLabel\": {\n \"value\": \"\"\n },\n \"packets\": \"\"\n }\n ],\n [\n {\n \"connectorLabel\": {\n \"value\": \"\"\n },\n \"packets\": \"\"\n },\n {\n \"connectorLabel\": {\n \"value\": \"\"\n },\n \"packets\": \"\"\n }\n ]\n ],\n \"codec\": \"\",\n \"timestamp\": \"\",\n \"afzSubMode\": \"\"\n}" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/video/statistics/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", "statistics", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/video/statistics/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", "statistics", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/video/statistics/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", "statistics", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/video/statistics/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", "statistics", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "status", "item": [ { "name": "Get all video sinks status.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/video/status", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get all the status information for all video sink ports." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/video/status", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"type\": \"\",\n \"ports\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"type\": \"\",\n \"ports\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/video/status", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/video/status", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/video/status", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get video sink status.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/video/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", "status", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the status information for a specific video sink port." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/video/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", "status", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"connectorLabel\": \"\",\n \"decoding\": {\n \"enabled\": \"\",\n \"imageHidden\": \"\",\n \"overlayEnabled\": \"\",\n \"osdEnabled\": \"\",\n \"mirroring\": \"\",\n \"highResSingleHeadMode\": \"\",\n \"hdrMetaDataEnabled\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"period\": \"\",\n \"segmentsPerLine\": \"\",\n \"segmentIncrement\": \"\",\n \"pixelsPerSegment\": \"\",\n \"pixelsPerLastSegment\": \"\",\n \"bytesPerSegment\": \"\",\n \"bytesPerLastSegment\": \"\",\n \"codec\": \"\",\n \"afzSubMode\": \"\",\n \"maxAfz\": \"\",\n \"numberOfExpanders\": \"\",\n \"numberOfFrameStores\": \"\",\n \"uncompressedBytesPerSegment\": \"\"\n },\n \"port\": {\n \"value\": \"\"\n },\n \"portId\": \"\",\n \"reception\": {\n \"teaming\": \"\",\n \"stopped\": \"\",\n \"locked\": \"\",\n \"frameStoreFilterEnabled\": \"\",\n \"frameStoreNumber\": \"\",\n \"lockMode\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"period\": \"\",\n \"stream\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"state\": \"\",\n \"status\": \"\"\n}" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/video/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", "status", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/video/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", "status", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/video/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", "status", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/video/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", "status", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get all video sinks.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/video", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get a list of all the supported video sink ports for the device." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/video", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"type\": \"\",\n \"ports\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"type\": \"\",\n \"ports\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/video", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/video", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/video", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get video sink connected devices.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/video/connectedDevices/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", "connectedDevices", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the devices connected to the video sink." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/video/connectedDevices/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", "connectedDevices", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"manufacturer\": \"\",\n \"model\": \"\",\n \"serialNumber\": \"\",\n \"manufactureDate\": \"\",\n \"edidVersion\": \"\",\n \"edidDetails\": [\n {\n \"supported\": \"\",\n \"preferred\": \"\",\n \"generated\": \"\",\n \"edidMode\": \"\"\n },\n {\n \"supported\": \"\",\n \"preferred\": \"\",\n \"generated\": \"\",\n \"edidMode\": \"\"\n }\n ],\n \"characteristics\": {\n \"maxBitsPerColour\": \"\",\n \"dynamicRanges\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"encodings\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"colourimetry\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"dynamicRangeMasterings\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n },\n {\n \"manufacturer\": \"\",\n \"model\": \"\",\n \"serialNumber\": \"\",\n \"manufactureDate\": \"\",\n \"edidVersion\": \"\",\n \"edidDetails\": [\n {\n \"supported\": \"\",\n \"preferred\": \"\",\n \"generated\": \"\",\n \"edidMode\": \"\"\n },\n {\n \"supported\": \"\",\n \"preferred\": \"\",\n \"generated\": \"\",\n \"edidMode\": \"\"\n }\n ],\n \"characteristics\": {\n \"maxBitsPerColour\": \"\",\n \"dynamicRanges\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"encodings\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"colourimetry\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"dynamicRangeMasterings\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/video/connectedDevices/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", "connectedDevices", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/video/connectedDevices/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", "connectedDevices", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/video/connectedDevices/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", "connectedDevices", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/video/connectedDevices/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "video", "connectedDevices", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get all sinks.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks", "host": [ "{{baseUrl}}" ], "path": [ "sinks" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get a list of all the supported sink ports for the device." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks", "host": [ "{{baseUrl}}" ], "path": [ "sinks" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"type\": \"\",\n \"ports\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"type\": \"\",\n \"ports\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks", "host": [ "{{baseUrl}}" ], "path": [ "sinks" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks", "host": [ "{{baseUrl}}" ], "path": [ "sinks" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks", "host": [ "{{baseUrl}}" ], "path": [ "sinks" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get all sinks status.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/status", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get a list of the status information for all the sink ports for this device." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sinks/status", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"type\": \"\",\n \"ports\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"type\": \"\",\n \"ports\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/status", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/status", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sinks/status", "host": [ "{{baseUrl}}" ], "path": [ "sinks", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "sources", "item": [ { "name": "audio", "item": [ { "name": "{portId}", "item": [ { "name": "Get audio source.", "event": [ { "listen": "test", "script": { "exec": [ "pm.collectionVariables.set(\"ETag-Sources-Audio\", pm.response.headers.get(\"Etag\"))" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/audio/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." } ] }, "description": "Get a specific audio source port." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/audio/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "\"\"" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/audio/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/audio/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/audio/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/audio/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Modify audio source.", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "If-Match", "value": "{{ETag-Sources-Audio}}", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"edidSourceUuid\": \"\",\n \"enabled\": \"\",\n \"qualityMode\": \"\",\n \"edidOptimisation\": \"\",\n \"edidSourceFixed\": \"\",\n \"multicastAddresses\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sources/audio/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." } ] }, "description": "Modify the audio source settings." }, "response": [ { "name": "No Content", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"edidSourceUuid\": \"\",\n \"enabled\": \"\",\n \"qualityMode\": \"\",\n \"edidOptimisation\": \"\",\n \"edidSourceFixed\": \"\",\n \"multicastAddresses\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sources/audio/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Bad Request", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"edidSourceUuid\": \"\",\n \"enabled\": \"\",\n \"qualityMode\": \"\",\n \"edidOptimisation\": \"\",\n \"edidSourceFixed\": \"\",\n \"multicastAddresses\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sources/audio/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorised", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"edidSourceUuid\": \"\",\n \"enabled\": \"\",\n \"qualityMode\": \"\",\n \"edidOptimisation\": \"\",\n \"edidSourceFixed\": \"\",\n \"multicastAddresses\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sources/audio/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"edidSourceUuid\": \"\",\n \"enabled\": \"\",\n \"qualityMode\": \"\",\n \"edidOptimisation\": \"\",\n \"edidSourceFixed\": \"\",\n \"multicastAddresses\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sources/audio/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Precondition Failure", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"edidSourceUuid\": \"\",\n \"enabled\": \"\",\n \"qualityMode\": \"\",\n \"edidOptimisation\": \"\",\n \"edidSourceFixed\": \"\",\n \"multicastAddresses\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sources/audio/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Precondition Failed", "code": 412, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"edidSourceUuid\": \"\",\n \"enabled\": \"\",\n \"qualityMode\": \"\",\n \"edidOptimisation\": \"\",\n \"edidSourceFixed\": \"\",\n \"multicastAddresses\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sources/audio/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"edidSourceUuid\": \"\",\n \"enabled\": \"\",\n \"qualityMode\": \"\",\n \"edidOptimisation\": \"\",\n \"edidSourceFixed\": \"\",\n \"multicastAddresses\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sources/audio/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "statistics", "item": [ { "name": "Get all audio source statistics.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/audio/statistics", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the statistics for all audio sources." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/audio/statistics", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"portId\": \"\",\n \"connectorLabel\": \"\",\n \"packetsTransmitted\": \"\",\n \"packetsReceived\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"timestamp\": \"\"\n },\n {\n \"portId\": \"\",\n \"connectorLabel\": \"\",\n \"packetsTransmitted\": \"\",\n \"packetsReceived\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"timestamp\": \"\"\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/audio/statistics", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/audio/statistics", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/audio/statistics", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get audio source statistics.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/audio/statistics/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", "statistics", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the statistics for a specific audio source." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/audio/statistics/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", "statistics", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"portId\": \"\",\n \"connectorLabel\": \"\",\n \"packetsTransmitted\": \"\",\n \"packetsReceived\": [\n {\n \"connectorLabel\": \"\",\n \"packets\": \"\"\n },\n {\n \"connectorLabel\": \"\",\n \"packets\": \"\"\n }\n ],\n \"timestamp\": \"\"\n}" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/audio/statistics/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", "statistics", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/audio/statistics/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", "statistics", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/audio/statistics/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", "statistics", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/audio/statistics/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", "statistics", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "status", "item": [ { "name": "Get all audio source status.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/audio/status", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the status information for all audio sources." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/audio/status", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"connectorLabel\": {\n \"value\": \"\"\n },\n \"decoding\": {\n \"value\": \"\"\n },\n \"encoding\": {\n \"value\": \"\"\n },\n \"port\": {\n \"value\": \"\"\n },\n \"portId\": {\n \"value\": \"\"\n },\n \"reception\": {\n \"value\": \"\"\n },\n \"state\": {\n \"value\": \"\"\n },\n \"status\": {\n \"value\": \"\"\n },\n \"transmission\": {\n \"value\": \"\"\n }\n },\n {\n \"connectorLabel\": {\n \"value\": \"\"\n },\n \"decoding\": {\n \"value\": \"\"\n },\n \"encoding\": {\n \"value\": \"\"\n },\n \"port\": {\n \"value\": \"\"\n },\n \"portId\": {\n \"value\": \"\"\n },\n \"reception\": {\n \"value\": \"\"\n },\n \"state\": {\n \"value\": \"\"\n },\n \"status\": {\n \"value\": \"\"\n },\n \"transmission\": {\n \"value\": \"\"\n }\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/audio/status", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/audio/status", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/audio/status", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get audio source status.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/audio/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", "status", ":portId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the status information for a specific audio source." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/audio/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", "status", ":portId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"connectorLabel\": \"\",\n \"decoding\": {\n \"enabled\": \"\",\n \"muted\": \"\",\n \"samplesPerPacket\": \"\",\n \"numberOfChannels\": \"\",\n \"codec\": \"\"\n },\n \"encoding\": {\n \"enabled\": \"\",\n \"muted\": \"\",\n \"samplesPerPacket\": \"\",\n \"numberOfChannels\": \"\",\n \"codec\": \"\"\n },\n \"port\": {\n \"value\": \"\"\n },\n \"portId\": \"\",\n \"reception\": {\n \"stopped\": \"\",\n \"locked\": \"\",\n \"networkInterface\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"state\": \"\",\n \"status\": \"\",\n \"transmission\": {\n \"stopped\": \"\",\n \"networkInterface\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n}" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/audio/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", "status", ":portId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/audio/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", "status", ":portId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/audio/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", "status", ":portId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/audio/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", "status", ":portId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get all audio sources.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/audio", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get a list of all the supported audio source ports for the device." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/audio", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"type\": \"\",\n \"ports\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"type\": \"\",\n \"ports\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/audio", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/audio", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/audio", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get audio source supported EDID modes.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/audio/supportedEdidModes/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", "supportedEdidModes", ":portId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the supported EDID modes for a specific audio source." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/audio/supportedEdidModes/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", "supportedEdidModes", ":portId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"class\": \"\",\n \"modes\": [\n \"\",\n \"\"\n ]\n },\n {\n \"class\": \"\",\n \"modes\": [\n \"\",\n \"\"\n ]\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/audio/supportedEdidModes/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", "supportedEdidModes", ":portId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/audio/supportedEdidModes/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", "supportedEdidModes", ":portId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/audio/supportedEdidModes/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", "supportedEdidModes", ":portId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/audio/supportedEdidModes/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "audio", "supportedEdidModes", ":portId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "serial", "item": [ { "name": "{portId}", "item": [ { "name": "Get serial source.", "event": [ { "listen": "test", "script": { "exec": [ "pm.collectionVariables.set(\"ETag-Sources-Serial\", pm.response.headers.get(\"Etag\"))" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/serial/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "serial", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." } ] }, "description": "Get a specific serial source port." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/serial/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "serial", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "\"\"" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/serial/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "serial", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/serial/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "serial", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/serial/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "serial", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/serial/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "serial", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Modify serial source.", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "If-Match", "value": "{{ETag-Sources-Serial}}", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"parity\": \"\",\n \"dataBits\": \"\",\n \"stopBits\": \"\",\n \"speed\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sources/serial/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "serial", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." } ] }, "description": "Modify the serial source settings." }, "response": [ { "name": "No Content", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"parity\": \"\",\n \"dataBits\": \"\",\n \"stopBits\": \"\",\n \"speed\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sources/serial/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "serial", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Bad Request", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"parity\": \"\",\n \"dataBits\": \"\",\n \"stopBits\": \"\",\n \"speed\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sources/serial/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "serial", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorised", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"parity\": \"\",\n \"dataBits\": \"\",\n \"stopBits\": \"\",\n \"speed\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sources/serial/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "serial", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"parity\": \"\",\n \"dataBits\": \"\",\n \"stopBits\": \"\",\n \"speed\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sources/serial/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "serial", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Precondition Failure", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"parity\": \"\",\n \"dataBits\": \"\",\n \"stopBits\": \"\",\n \"speed\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sources/serial/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "serial", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Precondition Failed", "code": 412, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"parity\": \"\",\n \"dataBits\": \"\",\n \"stopBits\": \"\",\n \"speed\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sources/serial/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "serial", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"parity\": \"\",\n \"dataBits\": \"\",\n \"stopBits\": \"\",\n \"speed\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sources/serial/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "serial", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get all serial sources.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/serial", "host": [ "{{baseUrl}}" ], "path": [ "sources", "serial" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get a list of all the supported serial source ports for the device." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/serial", "host": [ "{{baseUrl}}" ], "path": [ "sources", "serial" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"type\": \"\",\n \"ports\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"type\": \"\",\n \"ports\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/serial", "host": [ "{{baseUrl}}" ], "path": [ "sources", "serial" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/serial", "host": [ "{{baseUrl}}" ], "path": [ "sources", "serial" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/serial", "host": [ "{{baseUrl}}" ], "path": [ "sources", "serial" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "usb", "item": [ { "name": "{portId}", "item": [ { "name": "Get USB source.", "event": [ { "listen": "test", "script": { "exec": [ "pm.collectionVariables.set(\"ETag-Sources-USB\", pm.response.headers.get(\"Etag\"))" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/usb/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." } ] }, "description": "Get a specific USB source port." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/usb/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "\"\"" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/usb/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/usb/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/usb/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/usb/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Modify USB source.", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "If-Match", "value": "{{ETag-Sources-USB}}", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"virtualKeyboard\": \"\",\n \"maxHubSize\": \"\",\n \"security\": \"\",\n \"primaryEmulatedPort\": \"\",\n \"rateLimit\": \"\",\n \"numReservedVirtualHubPorts\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sources/usb/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." } ] }, "description": "Modify the USB source settings." }, "response": [ { "name": "No Content", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"virtualKeyboard\": \"\",\n \"maxHubSize\": \"\",\n \"security\": \"\",\n \"primaryEmulatedPort\": \"\",\n \"rateLimit\": \"\",\n \"numReservedVirtualHubPorts\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sources/usb/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Bad Request", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"virtualKeyboard\": \"\",\n \"maxHubSize\": \"\",\n \"security\": \"\",\n \"primaryEmulatedPort\": \"\",\n \"rateLimit\": \"\",\n \"numReservedVirtualHubPorts\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sources/usb/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorised", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"virtualKeyboard\": \"\",\n \"maxHubSize\": \"\",\n \"security\": \"\",\n \"primaryEmulatedPort\": \"\",\n \"rateLimit\": \"\",\n \"numReservedVirtualHubPorts\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sources/usb/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"virtualKeyboard\": \"\",\n \"maxHubSize\": \"\",\n \"security\": \"\",\n \"primaryEmulatedPort\": \"\",\n \"rateLimit\": \"\",\n \"numReservedVirtualHubPorts\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sources/usb/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Precondition Failure", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"virtualKeyboard\": \"\",\n \"maxHubSize\": \"\",\n \"security\": \"\",\n \"primaryEmulatedPort\": \"\",\n \"rateLimit\": \"\",\n \"numReservedVirtualHubPorts\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sources/usb/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Precondition Failed", "code": 412, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"virtualKeyboard\": \"\",\n \"maxHubSize\": \"\",\n \"security\": \"\",\n \"primaryEmulatedPort\": \"\",\n \"rateLimit\": \"\",\n \"numReservedVirtualHubPorts\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sources/usb/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\",\n \"virtualKeyboard\": \"\",\n \"maxHubSize\": \"\",\n \"security\": \"\",\n \"primaryEmulatedPort\": \"\",\n \"rateLimit\": \"\",\n \"numReservedVirtualHubPorts\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sources/usb/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "statistics", "item": [ { "name": "Get all USB source statistics.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/usb/statistics", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the statistics for all USB sources." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/usb/statistics", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"portId\": \"\",\n \"connectorLabel\": \"\",\n \"packetsTransmitted\": \"\",\n \"packetsReceived\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"timestamp\": \"\"\n },\n {\n \"portId\": \"\",\n \"connectorLabel\": \"\",\n \"packetsTransmitted\": \"\",\n \"packetsReceived\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"timestamp\": \"\"\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/usb/statistics", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/usb/statistics", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/usb/statistics", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get USB source statistics.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/usb/statistics/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb", "statistics", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the statistics for a specific USB source." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/usb/statistics/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb", "statistics", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"portId\": \"\",\n \"connectorLabel\": \"\",\n \"packetsTransmitted\": \"\",\n \"packetsReceived\": [\n {\n \"connectorLabel\": \"\",\n \"packets\": \"\"\n },\n {\n \"connectorLabel\": \"\",\n \"packets\": \"\"\n }\n ],\n \"timestamp\": \"\"\n}" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/usb/statistics/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb", "statistics", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/usb/statistics/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb", "statistics", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/usb/statistics/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb", "statistics", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/usb/statistics/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb", "statistics", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "status", "item": [ { "name": "Get all USB source status.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/usb/status", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the status information for all USB sources." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/usb/status", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"connectorLabel\": {\n \"value\": \"\"\n },\n \"port\": {\n \"value\": \"\"\n },\n \"portId\": {\n \"value\": \"\"\n },\n \"reception\": {\n \"value\": \"\"\n },\n \"state\": {\n \"value\": \"\"\n },\n \"status\": {\n \"value\": \"\"\n },\n \"transmission\": {\n \"value\": \"\"\n }\n },\n {\n \"connectorLabel\": {\n \"value\": \"\"\n },\n \"port\": {\n \"value\": \"\"\n },\n \"portId\": {\n \"value\": \"\"\n },\n \"reception\": {\n \"value\": \"\"\n },\n \"state\": {\n \"value\": \"\"\n },\n \"status\": {\n \"value\": \"\"\n },\n \"transmission\": {\n \"value\": \"\"\n }\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/usb/status", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/usb/status", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/usb/status", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get USB source status.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/usb/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb", "status", ":portId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the status information for a specific USB source." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/usb/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb", "status", ":portId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"connectorLabel\": \"\",\n \"port\": {\n \"connected\": \"\"\n },\n \"portId\": \"\",\n \"reception\": {\n \"stopped\": \"\",\n \"networkInterface\": [\n {\n \"connectorLabel\": {\n \"value\": \"\"\n },\n \"enabled\": {\n \"value\": \"\"\n },\n \"sourceIpAddressFilterEnabled\": {\n \"value\": \"\"\n },\n \"destinationIpAddressFilterEnabled\": {\n \"value\": \"\"\n },\n \"sourcePortFilterEnabled\": {\n \"value\": \"\"\n },\n \"sourceIpAddress\": {\n \"value\": \"\"\n },\n \"destinationIpAddress\": {\n \"value\": \"\"\n },\n \"sourcePort\": {\n \"value\": \"\"\n },\n \"destinationPort\": {\n \"value\": \"\"\n }\n },\n {\n \"connectorLabel\": {\n \"value\": \"\"\n },\n \"enabled\": {\n \"value\": \"\"\n },\n \"sourceIpAddressFilterEnabled\": {\n \"value\": \"\"\n },\n \"destinationIpAddressFilterEnabled\": {\n \"value\": \"\"\n },\n \"sourcePortFilterEnabled\": {\n \"value\": \"\"\n },\n \"sourceIpAddress\": {\n \"value\": \"\"\n },\n \"destinationIpAddress\": {\n \"value\": \"\"\n },\n \"sourcePort\": {\n \"value\": \"\"\n },\n \"destinationPort\": {\n \"value\": \"\"\n }\n }\n ]\n },\n \"state\": \"\",\n \"status\": \"\",\n \"transmission\": {\n \"stopped\": \"\",\n \"networkInterface\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n}" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/usb/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb", "status", ":portId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/usb/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb", "status", ":portId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/usb/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb", "status", ":portId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/usb/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb", "status", ":portId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get all USB sources.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/usb", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get a list of all the supported USB source ports for the device." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/usb", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"type\": \"\",\n \"ports\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"type\": \"\",\n \"ports\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/usb", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/usb", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/usb", "host": [ "{{baseUrl}}" ], "path": [ "sources", "usb" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "video", "item": [ { "name": "{portId}", "item": [ { "name": "Get video sources.", "event": [ { "listen": "test", "script": { "exec": [ "pm.collectionVariables.set(\"ETag-Sources-Video\", pm.response.headers.get(\"Etag\"))" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/video/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." } ] }, "description": "Get a specific USB sink port." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/video/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"portId\": \"\",\n \"connectorLabel\": \"\",\n \"connectorLabelNumbers\": [\n \"\",\n \"\"\n ],\n \"capabilities\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"connected\": \"\",\n \"edidSourceUuid\": {\n \"value\": \"\"\n },\n \"supportedBitsPerPixel\": [\n \"\",\n \"\"\n ],\n \"enabled\": \"\",\n \"frameSkipping\": \"\",\n \"backgroundRefresh\": \"\",\n \"magicEye\": {\n \"enabled\": \"\",\n \"overrides\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"edidOptimisation\": \"\",\n \"edidSourceFixed\": \"\",\n \"edidSourceDynamicRangeFixed\": \"\",\n \"maxBitsPerPixel\": \"\",\n \"compressionType\": \"\",\n \"minCompression\": \"\",\n \"maxCompression\": \"\",\n \"multicastAddresses\": [\n \"\",\n \"\"\n ],\n \"overrides\": -48975247\n}" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/video/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/video/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/video/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/video/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Modify video source.", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "If-Match", "value": "{{ETag-Sources-Video}}", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"magicEye\": {\n \"enabled\": \"\",\n \"overrides\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"edidSourceUuid\": {\n \"value\": \"\"\n },\n \"supportedBitsPerPixel\": [\n \"\",\n \"\"\n ],\n \"enabled\": \"\",\n \"frameSkipping\": \"\",\n \"backgroundRefresh\": \"\",\n \"edidOptimisation\": \"\",\n \"edidSourceFixed\": \"\",\n \"edidSourceDynamicRangeFixed\": \"\",\n \"maxBitsPerPixel\": \"\",\n \"compressionType\": \"\",\n \"minCompression\": \"\",\n \"maxCompression\": \"\",\n \"multicastAddresses\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sources/video/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." } ] }, "description": "Modify the video source settings." }, "response": [ { "name": "No Content", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"magicEye\": {\n \"enabled\": \"\",\n \"overrides\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"edidSourceUuid\": {\n \"value\": \"\"\n },\n \"supportedBitsPerPixel\": [\n \"\",\n \"\"\n ],\n \"enabled\": \"\",\n \"frameSkipping\": \"\",\n \"backgroundRefresh\": \"\",\n \"edidOptimisation\": \"\",\n \"edidSourceFixed\": \"\",\n \"edidSourceDynamicRangeFixed\": \"\",\n \"maxBitsPerPixel\": \"\",\n \"compressionType\": \"\",\n \"minCompression\": \"\",\n \"maxCompression\": \"\",\n \"multicastAddresses\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sources/video/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Bad Request", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"magicEye\": {\n \"enabled\": \"\",\n \"overrides\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"edidSourceUuid\": {\n \"value\": \"\"\n },\n \"supportedBitsPerPixel\": [\n \"\",\n \"\"\n ],\n \"enabled\": \"\",\n \"frameSkipping\": \"\",\n \"backgroundRefresh\": \"\",\n \"edidOptimisation\": \"\",\n \"edidSourceFixed\": \"\",\n \"edidSourceDynamicRangeFixed\": \"\",\n \"maxBitsPerPixel\": \"\",\n \"compressionType\": \"\",\n \"minCompression\": \"\",\n \"maxCompression\": \"\",\n \"multicastAddresses\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sources/video/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorised", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"magicEye\": {\n \"enabled\": \"\",\n \"overrides\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"edidSourceUuid\": {\n \"value\": \"\"\n },\n \"supportedBitsPerPixel\": [\n \"\",\n \"\"\n ],\n \"enabled\": \"\",\n \"frameSkipping\": \"\",\n \"backgroundRefresh\": \"\",\n \"edidOptimisation\": \"\",\n \"edidSourceFixed\": \"\",\n \"edidSourceDynamicRangeFixed\": \"\",\n \"maxBitsPerPixel\": \"\",\n \"compressionType\": \"\",\n \"minCompression\": \"\",\n \"maxCompression\": \"\",\n \"multicastAddresses\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sources/video/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"magicEye\": {\n \"enabled\": \"\",\n \"overrides\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"edidSourceUuid\": {\n \"value\": \"\"\n },\n \"supportedBitsPerPixel\": [\n \"\",\n \"\"\n ],\n \"enabled\": \"\",\n \"frameSkipping\": \"\",\n \"backgroundRefresh\": \"\",\n \"edidOptimisation\": \"\",\n \"edidSourceFixed\": \"\",\n \"edidSourceDynamicRangeFixed\": \"\",\n \"maxBitsPerPixel\": \"\",\n \"compressionType\": \"\",\n \"minCompression\": \"\",\n \"maxCompression\": \"\",\n \"multicastAddresses\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sources/video/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Precondition Failure", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"magicEye\": {\n \"enabled\": \"\",\n \"overrides\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"edidSourceUuid\": {\n \"value\": \"\"\n },\n \"supportedBitsPerPixel\": [\n \"\",\n \"\"\n ],\n \"enabled\": \"\",\n \"frameSkipping\": \"\",\n \"backgroundRefresh\": \"\",\n \"edidOptimisation\": \"\",\n \"edidSourceFixed\": \"\",\n \"edidSourceDynamicRangeFixed\": \"\",\n \"maxBitsPerPixel\": \"\",\n \"compressionType\": \"\",\n \"minCompression\": \"\",\n \"maxCompression\": \"\",\n \"multicastAddresses\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sources/video/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Precondition Failed", "code": 412, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"magicEye\": {\n \"enabled\": \"\",\n \"overrides\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"edidSourceUuid\": {\n \"value\": \"\"\n },\n \"supportedBitsPerPixel\": [\n \"\",\n \"\"\n ],\n \"enabled\": \"\",\n \"frameSkipping\": \"\",\n \"backgroundRefresh\": \"\",\n \"edidOptimisation\": \"\",\n \"edidSourceFixed\": \"\",\n \"edidSourceDynamicRangeFixed\": \"\",\n \"maxBitsPerPixel\": \"\",\n \"compressionType\": \"\",\n \"minCompression\": \"\",\n \"maxCompression\": \"\",\n \"multicastAddresses\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sources/video/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"magicEye\": {\n \"enabled\": \"\",\n \"overrides\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"edidSourceUuid\": {\n \"value\": \"\"\n },\n \"supportedBitsPerPixel\": [\n \"\",\n \"\"\n ],\n \"enabled\": \"\",\n \"frameSkipping\": \"\",\n \"backgroundRefresh\": \"\",\n \"edidOptimisation\": \"\",\n \"edidSourceFixed\": \"\",\n \"edidSourceDynamicRangeFixed\": \"\",\n \"maxBitsPerPixel\": \"\",\n \"compressionType\": \"\",\n \"minCompression\": \"\",\n \"maxCompression\": \"\",\n \"multicastAddresses\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sources/video/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "statistics", "item": [ { "name": "Get all video source statistics.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/video/statistics", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the statistics for all video sources." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/video/statistics", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"portId\": \"\",\n \"connectorLabel\": \"\",\n \"frames\": \"\",\n \"droppedFrames\": \"\",\n \"packets\": \"\",\n \"packetsStream\": [\n \"\",\n \"\"\n ],\n \"codec\": \"\",\n \"timestamp\": \"\",\n \"afzSubMode\": \"\"\n },\n {\n \"portId\": \"\",\n \"connectorLabel\": \"\",\n \"frames\": \"\",\n \"droppedFrames\": \"\",\n \"packets\": \"\",\n \"packetsStream\": [\n \"\",\n \"\"\n ],\n \"codec\": \"\",\n \"timestamp\": \"\",\n \"afzSubMode\": \"\"\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/video/statistics", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/video/statistics", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/video/statistics", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", "statistics" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get video source statistics.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/video/statistics/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", "statistics", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the statistics for a specific video source." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/video/statistics/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", "statistics", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"portId\": \"\",\n \"connectorLabel\": \"\",\n \"frames\": \"\",\n \"droppedFrames\": \"\",\n \"packets\": \"\",\n \"packetsStream\": [\n \"\",\n \"\"\n ],\n \"codec\": \"\",\n \"timestamp\": \"\",\n \"afzSubMode\": \"\"\n}" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/video/statistics/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", "statistics", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/video/statistics/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", "statistics", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/video/statistics/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", "statistics", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/video/statistics/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", "statistics", ":portId" ], "variable": [ { "key": "portId", "value": "", "description": "(Required) An identifier used to reference a specific port on the device." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "status", "item": [ { "name": "Get all video source status.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/video/status", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the status information for all video sources." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/video/status", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"connectorLabel\": \"\",\n \"port\": {\n \"value\": \"\"\n },\n \"encoding\": {\n \"enabled\": \"\",\n \"highResSingleHeadMode\": \"\",\n \"hdrMetaDataEnabled\": \"\",\n \"pixelBufferFull\": \"\",\n \"segmentsPerLine\": \"\",\n \"segmentIncrement\": \"\",\n \"pixelsPerSegment\": \"\",\n \"pixelsPerLastSegment\": \"\",\n \"bytesPerSegment\": \"\",\n \"bytesPerLastSegment\": \"\",\n \"codec\": {\n \"value\": \"\"\n },\n \"segmentCompareEnabled\": \"\",\n \"maximumSegmentCompareLevel\": \"\",\n \"segmentRefreshEnabled\": \"\",\n \"segmentRefreshPeriod\": \"\",\n \"transmitMode\": \"\",\n \"afzSubMode\": {\n \"value\": \"\"\n },\n \"maxAfz\": {\n \"value\": \"\"\n },\n \"numberOfCompressors\": \"\",\n \"numberOfFrameStores\": {\n \"value\": \"\"\n },\n \"uncompressedBytesPerSegment\": {\n \"value\": \"\"\n }\n },\n \"transmission\": {\n \"teaming\": \"\",\n \"stopped\": \"\",\n \"stream\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n },\n {\n \"connectorLabel\": \"\",\n \"port\": {\n \"value\": \"\"\n },\n \"encoding\": {\n \"enabled\": \"\",\n \"highResSingleHeadMode\": \"\",\n \"hdrMetaDataEnabled\": \"\",\n \"pixelBufferFull\": \"\",\n \"segmentsPerLine\": \"\",\n \"segmentIncrement\": \"\",\n \"pixelsPerSegment\": \"\",\n \"pixelsPerLastSegment\": \"\",\n \"bytesPerSegment\": \"\",\n \"bytesPerLastSegment\": \"\",\n \"codec\": {\n \"value\": \"\"\n },\n \"segmentCompareEnabled\": \"\",\n \"maximumSegmentCompareLevel\": \"\",\n \"segmentRefreshEnabled\": \"\",\n \"segmentRefreshPeriod\": \"\",\n \"transmitMode\": \"\",\n \"afzSubMode\": {\n \"value\": \"\"\n },\n \"maxAfz\": {\n \"value\": \"\"\n },\n \"numberOfCompressors\": \"\",\n \"numberOfFrameStores\": {\n \"value\": \"\"\n },\n \"uncompressedBytesPerSegment\": {\n \"value\": \"\"\n }\n },\n \"transmission\": {\n \"teaming\": \"\",\n \"stopped\": \"\",\n \"stream\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/video/status", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/video/status", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/video/status", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get video source status.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/video/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", "status", ":portId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the status information for a specific video source." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/video/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", "status", ":portId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"connectorLabel\": \"\",\n \"port\": {\n \"linkRate\": {\n \"value\": \"\"\n },\n \"numLanes\": {\n \"value\": \"\"\n }\n },\n \"encoding\": {\n \"enabled\": \"\",\n \"highResSingleHeadMode\": \"\",\n \"hdrMetaDataEnabled\": \"\",\n \"pixelBufferFull\": \"\",\n \"segmentsPerLine\": \"\",\n \"segmentIncrement\": \"\",\n \"pixelsPerSegment\": \"\",\n \"pixelsPerLastSegment\": \"\",\n \"bytesPerSegment\": \"\",\n \"bytesPerLastSegment\": \"\",\n \"codec\": \"\",\n \"segmentCompareEnabled\": \"\",\n \"maximumSegmentCompareLevel\": \"\",\n \"segmentRefreshEnabled\": \"\",\n \"segmentRefreshPeriod\": \"\",\n \"transmitMode\": \"\",\n \"afzSubMode\": \"\",\n \"maxAfz\": \"\",\n \"numberOfCompressors\": \"\",\n \"numberOfFrameStores\": \"\",\n \"uncompressedBytesPerSegment\": \"\"\n },\n \"transmission\": {\n \"teaming\": \"\",\n \"stopped\": \"\",\n \"stream\": [\n {\n \"rateLimit\": \"\",\n \"networkInterface\": {\n \"value\": \"\"\n }\n },\n {\n \"rateLimit\": \"\",\n \"networkInterface\": {\n \"value\": \"\"\n }\n }\n ]\n }\n}" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/video/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", "status", ":portId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/video/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", "status", ":portId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/video/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", "status", ":portId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/video/status/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", "status", ":portId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get all video sources.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/video", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get a list of all the supported video sources ports for the device." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/video", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"type\": \"\",\n \"ports\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"type\": \"\",\n \"ports\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/video", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/video", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/video", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get video source supported EDID modes.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/video/supportedEdidModes/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", "supportedEdidModes", ":portId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the supported EDID modes for a specific video source." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/video/supportedEdidModes/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", "supportedEdidModes", ":portId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"class\": \"\",\n \"modes\": [\n \"\",\n \"\"\n ]\n },\n {\n \"class\": \"\",\n \"modes\": [\n \"\",\n \"\"\n ]\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/video/supportedEdidModes/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", "supportedEdidModes", ":portId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/video/supportedEdidModes/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", "supportedEdidModes", ":portId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/video/supportedEdidModes/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", "supportedEdidModes", ":portId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/video/supportedEdidModes/:portId", "host": [ "{{baseUrl}}" ], "path": [ "sources", "video", "supportedEdidModes", ":portId" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get all sources.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources", "host": [ "{{baseUrl}}" ], "path": [ "sources" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get a list of all the supported source ports for the device." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources", "host": [ "{{baseUrl}}" ], "path": [ "sources" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"type\": \"\",\n \"ports\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"type\": \"\",\n \"ports\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources", "host": [ "{{baseUrl}}" ], "path": [ "sources" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources", "host": [ "{{baseUrl}}" ], "path": [ "sources" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources", "host": [ "{{baseUrl}}" ], "path": [ "sources" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get all sources status.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/status", "host": [ "{{baseUrl}}" ], "path": [ "sources", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get a list of the status information for all the source ports for this device." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sources/status", "host": [ "{{baseUrl}}" ], "path": [ "sources", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"type\": \"\",\n \"ports\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"type\": \"\",\n \"ports\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/status", "host": [ "{{baseUrl}}" ], "path": [ "sources", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/status", "host": [ "{{baseUrl}}" ], "path": [ "sources", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/sources/status", "host": [ "{{baseUrl}}" ], "path": [ "sources", "status" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "system", "item": [ { "name": "access", "item": [ { "name": "Modify access password.", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"password\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/access", "host": [ "{{baseUrl}}" ], "path": [ "system", "access" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Modify the access password for the device." }, "response": [ { "name": "No Content", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"password\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/access", "host": [ "{{baseUrl}}" ], "path": [ "system", "access" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Bad Request", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"password\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/access", "host": [ "{{baseUrl}}" ], "path": [ "system", "access" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"password\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/access", "host": [ "{{baseUrl}}" ], "path": [ "system", "access" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"password\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/access", "host": [ "{{baseUrl}}" ], "path": [ "system", "access" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"password\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/access", "host": [ "{{baseUrl}}" ], "path": [ "system", "access" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get the access token for the device.", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"password\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/access", "host": [ "{{baseUrl}}" ], "path": [ "system", "access" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "response": [ { "name": "OK.", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"password\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/access", "host": [ "{{baseUrl}}" ], "path": [ "system", "access" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"accessToken\": \"\"\n}" }, { "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"password\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/access", "host": [ "{{baseUrl}}" ], "path": [ "system", "access" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden (The user is not an Administrator).", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"password\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/access", "host": [ "{{baseUrl}}" ], "path": [ "system", "access" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"password\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/access", "host": [ "{{baseUrl}}" ], "path": [ "system", "access" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"password\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/access", "host": [ "{{baseUrl}}" ], "path": [ "system", "access" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"password\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/access", "host": [ "{{baseUrl}}" ], "path": [ "system", "access" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "identify", "item": [ { "name": "Get identify status.", "event": [ { "listen": "test", "script": { "exec": [ "pm.collectionVariables.set(\"ETag-Identify\", pm.response.headers.get(\"Etag\"))" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/system/identify", "host": [ "{{baseUrl}}" ], "path": [ "system", "identify" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get whether the device is currently identifying itself." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/system/identify", "host": [ "{{baseUrl}}" ], "path": [ "system", "identify" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"enabled\": \"\"\n}" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/system/identify", "host": [ "{{baseUrl}}" ], "path": [ "system", "identify" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/system/identify", "host": [ "{{baseUrl}}" ], "path": [ "system", "identify" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/system/identify", "host": [ "{{baseUrl}}" ], "path": [ "system", "identify" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Modify device identify state. ON", "request": { "method": "PUT", "header": [ { "key": "If-Match", "value": "{{ETag-Identify}}", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": true\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/identify", "host": [ "{{baseUrl}}" ], "path": [ "system", "identify" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Modify whether the device should identify itself." }, "response": [ { "name": "No Content", "originalRequest": { "method": "PUT", "header": [ { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/identify", "host": [ "{{baseUrl}}" ], "path": [ "system", "identify" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Bad Request", "originalRequest": { "method": "PUT", "header": [ { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/identify", "host": [ "{{baseUrl}}" ], "path": [ "system", "identify" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "PUT", "header": [ { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/identify", "host": [ "{{baseUrl}}" ], "path": [ "system", "identify" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "PUT", "header": [ { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/identify", "host": [ "{{baseUrl}}" ], "path": [ "system", "identify" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Modify device identify state.", "originalRequest": { "method": "PUT", "header": [ { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/identify", "host": [ "{{baseUrl}}" ], "path": [ "system", "identify" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "_postman_previewlanguage": null, "header": null, "cookie": [], "body": null } ] }, { "name": "Modify device identify state. OFF", "request": { "method": "PUT", "header": [ { "key": "If-Match", "value": "{{ETag-Identify}}", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": false\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/identify?If-Match={{ETag-Identify}}", "host": [ "{{baseUrl}}" ], "path": [ "system", "identify" ], "query": [ { "key": "If-Match", "value": "{{ETag-Identify}}", "description": "(Required) ETag for the client's copy of the data response." } ] }, "description": "Modify whether the device should identify itself." }, "response": [ { "name": "No Content", "originalRequest": { "method": "PUT", "header": [ { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/identify", "host": [ "{{baseUrl}}" ], "path": [ "system", "identify" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Bad Request", "originalRequest": { "method": "PUT", "header": [ { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/identify", "host": [ "{{baseUrl}}" ], "path": [ "system", "identify" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "PUT", "header": [ { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/identify", "host": [ "{{baseUrl}}" ], "path": [ "system", "identify" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "PUT", "header": [ { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/identify", "host": [ "{{baseUrl}}" ], "path": [ "system", "identify" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Modify device identify state.", "originalRequest": { "method": "PUT", "header": [ { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"enabled\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/identify", "host": [ "{{baseUrl}}" ], "path": [ "system", "identify" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "_postman_previewlanguage": null, "header": null, "cookie": [], "body": null } ] } ] }, { "name": "upgradeImages", "item": [ { "name": "Get system upgrade images.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/system/upgradeImages", "host": [ "{{baseUrl}}" ], "path": [ "system", "upgradeImages" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get a list of available system images from a connected USB device. Only images that match the family for the device will be provided." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/system/upgradeImages", "host": [ "{{baseUrl}}" ], "path": [ "system", "upgradeImages" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n \"\",\n \"\"\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/system/upgradeImages", "host": [ "{{baseUrl}}" ], "path": [ "system", "upgradeImages" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/system/upgradeImages", "host": [ "{{baseUrl}}" ], "path": [ "system", "upgradeImages" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/system/upgradeImages", "host": [ "{{baseUrl}}" ], "path": [ "system", "upgradeImages" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/system/upgradeImages", "host": [ "{{baseUrl}}" ], "path": [ "system", "upgradeImages" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get system upgrade images.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/system/upgradeImages/:family", "host": [ "{{baseUrl}}" ], "path": [ "system", "upgradeImages", ":family" ], "variable": [ { "key": "family", "value": "", "description": "(Required) The product family associated with a collection of device models." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get a list of available system images from a connected USB device. Only images that match the supplied family will be provided." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/system/upgradeImages/:family", "host": [ "{{baseUrl}}" ], "path": [ "system", "upgradeImages", ":family" ], "variable": [ { "key": "family", "value": "", "description": "(Required) The product family associated with a collection of device models." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n \"\",\n \"\"\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/system/upgradeImages/:family", "host": [ "{{baseUrl}}" ], "path": [ "system", "upgradeImages", ":family" ], "variable": [ { "key": "family", "value": "", "description": "(Required) The product family associated with a collection of device models." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/system/upgradeImages/:family", "host": [ "{{baseUrl}}" ], "path": [ "system", "upgradeImages", ":family" ], "variable": [ { "key": "family", "value": "", "description": "(Required) The product family associated with a collection of device models." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/system/upgradeImages/:family", "host": [ "{{baseUrl}}" ], "path": [ "system", "upgradeImages", ":family" ], "variable": [ { "key": "family", "value": "", "description": "(Required) The product family associated with a collection of device models." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/system/upgradeImages/:family", "host": [ "{{baseUrl}}" ], "path": [ "system", "upgradeImages", ":family" ], "variable": [ { "key": "family", "value": "", "description": "(Required) The product family associated with a collection of device models." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Disable automatic configuration.", "request": { "method": "POST", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/system/disableAutoConfiguration", "host": [ "{{baseUrl}}" ], "path": [ "system", "disableAutoConfiguration" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Request the device abort a current auto-configuration operation. If the device is not currently auto-configuring, the request will be ignored and success indicated in the response." }, "response": [ { "name": "No Content", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/system/disableAutoConfiguration", "host": [ "{{baseUrl}}" ], "path": [ "system", "disableAutoConfiguration" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorised", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/system/disableAutoConfiguration", "host": [ "{{baseUrl}}" ], "path": [ "system", "disableAutoConfiguration" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/system/disableAutoConfiguration", "host": [ "{{baseUrl}}" ], "path": [ "system", "disableAutoConfiguration" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get system information.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/system/info", "host": [ "{{baseUrl}}" ], "path": [ "system", "info" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the system information for the device." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/system/info", "host": [ "{{baseUrl}}" ], "path": [ "system", "info" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"boardRevision\": \"\",\n \"bootMode\": {\n \"value\": \"\"\n },\n \"brandName\": \"\",\n \"configurationMode\": {\n \"value\": \"\"\n },\n \"deviceId\": \"\",\n \"family\": \"\",\n \"maxPresets\": \"\",\n \"model\": {\n \"value\": \"\"\n },\n \"pcbId\": \"\",\n \"serialNumber\": {\n \"value\": \"\"\n },\n \"socType\": \"\",\n \"softwareCompatibleId\": \"\",\n \"softwareVersion\": \"\",\n \"type\": {\n \"value\": \"\"\n },\n \"unitType\": \"\"\n}" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/system/info", "host": [ "{{baseUrl}}" ], "path": [ "system", "info" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/system/info", "host": [ "{{baseUrl}}" ], "path": [ "system", "info" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get system image info.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/system/imageInfo", "host": [ "{{baseUrl}}" ], "path": [ "system", "imageInfo" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get information for the system images present on the device." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/system/imageInfo", "host": [ "{{baseUrl}}" ], "path": [ "system", "imageInfo" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"imageType\": \"\",\n \"version\": \"\",\n \"buildDate\": \"\",\n \"valid\": \"\",\n \"active\": \"\",\n \"preferred\": \"\",\n \"imageId\": \"\"\n },\n {\n \"imageType\": \"\",\n \"version\": \"\",\n \"buildDate\": \"\",\n \"valid\": \"\",\n \"active\": \"\",\n \"preferred\": \"\",\n \"imageId\": \"\"\n }\n]" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/system/imageInfo", "host": [ "{{baseUrl}}" ], "path": [ "system", "imageInfo" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get system notifications.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/system/notifications", "host": [ "{{baseUrl}}" ], "path": [ "system", "notifications" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the currently raised system notifications." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/system/notifications", "host": [ "{{baseUrl}}" ], "path": [ "system", "notifications" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"type\": \"\",\n \"severity\": \"\",\n \"message\": \"\",\n \"data\": {\n \"type\": {\n \"value\": \"\"\n },\n \"sourceId\": {\n \"value\": \"\"\n },\n \"sinkId\": {\n \"value\": \"\"\n },\n \"connectionType\": {\n \"value\": \"\"\n },\n \"found\": {\n \"value\": \"\"\n }\n },\n \"key\": \"\"\n },\n {\n \"type\": \"\",\n \"severity\": \"\",\n \"message\": \"\",\n \"data\": {\n \"type\": {\n \"value\": \"\"\n },\n \"sourceId\": {\n \"value\": \"\"\n },\n \"sinkId\": {\n \"value\": \"\"\n },\n \"connectionType\": {\n \"value\": \"\"\n },\n \"found\": {\n \"value\": \"\"\n }\n },\n \"key\": \"\"\n }\n]" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/system/notifications", "host": [ "{{baseUrl}}" ], "path": [ "system", "notifications" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/system/notifications", "host": [ "{{baseUrl}}" ], "path": [ "system", "notifications" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get system platform components.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/system/platformComponents", "host": [ "{{baseUrl}}" ], "path": [ "system", "platformComponents" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get information about the platform components that may be present on the physical device." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/system/platformComponents", "host": [ "{{baseUrl}}" ], "path": [ "system", "platformComponents" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"name\": \"\",\n \"instance\": \"\",\n \"version\": \"\"\n },\n {\n \"name\": \"\",\n \"instance\": \"\",\n \"version\": \"\"\n }\n]" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/system/platformComponents", "host": [ "{{baseUrl}}" ], "path": [ "system", "platformComponents" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Request system reboot.", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/system/reboot", "host": [ "{{baseUrl}}" ], "path": [ "system", "reboot" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Request the device perform a system reboot." }, "response": [ { "name": "No Content", "originalRequest": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/system/reboot", "host": [ "{{baseUrl}}" ], "path": [ "system", "reboot" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorised", "originalRequest": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/system/reboot", "host": [ "{{baseUrl}}" ], "path": [ "system", "reboot" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/system/reboot", "host": [ "{{baseUrl}}" ], "path": [ "system", "reboot" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/system/reboot", "host": [ "{{baseUrl}}" ], "path": [ "system", "reboot" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Request system restore.", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/system/restore", "host": [ "{{baseUrl}}" ], "path": [ "system", "restore" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Request the device to restore to its default configuration on the next system boot." }, "response": [ { "name": "No Content", "originalRequest": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/system/restore", "host": [ "{{baseUrl}}" ], "path": [ "system", "restore" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorised", "originalRequest": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/system/restore", "host": [ "{{baseUrl}}" ], "path": [ "system", "restore" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/system/restore", "host": [ "{{baseUrl}}" ], "path": [ "system", "restore" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/system/restore", "host": [ "{{baseUrl}}" ], "path": [ "system", "restore" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Set system image use.", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"imageId\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/switch", "host": [ "{{baseUrl}}" ], "path": [ "system", "switch" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Set the system image to use on the next boot." }, "response": [ { "name": "No Content", "originalRequest": { "method": "PUT", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"imageId\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/switch", "host": [ "{{baseUrl}}" ], "path": [ "system", "switch" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Bad Request", "originalRequest": { "method": "PUT", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"imageId\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/switch", "host": [ "{{baseUrl}}" ], "path": [ "system", "switch" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorised", "originalRequest": { "method": "PUT", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"imageId\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/switch", "host": [ "{{baseUrl}}" ], "path": [ "system", "switch" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "PUT", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"imageId\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/switch", "host": [ "{{baseUrl}}" ], "path": [ "system", "switch" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "PUT", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"imageId\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/switch", "host": [ "{{baseUrl}}" ], "path": [ "system", "switch" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get system timing.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/system/timing", "host": [ "{{baseUrl}}" ], "path": [ "system", "timing" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get information relating to system timing." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/system/timing", "host": [ "{{baseUrl}}" ], "path": [ "system", "timing" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"timeOfDay\": \"\",\n \"uptime\": \"\",\n \"bootToken\": \"\"\n}" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/system/timing", "host": [ "{{baseUrl}}" ], "path": [ "system", "timing" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/system/timing", "host": [ "{{baseUrl}}" ], "path": [ "system", "timing" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get system upgrade status.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/system/upgradeStatus", "host": [ "{{baseUrl}}" ], "path": [ "system", "upgradeStatus" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the status of a system upgrade operation." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/system/upgradeStatus", "host": [ "{{baseUrl}}" ], "path": [ "system", "upgradeStatus" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"upgradeState\": \"\",\n \"errorMessage\": \"\"\n}" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/system/upgradeStatus", "host": [ "{{baseUrl}}" ], "path": [ "system", "upgradeStatus" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/system/upgradeStatus", "host": [ "{{baseUrl}}" ], "path": [ "system", "upgradeStatus" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/system/upgradeStatus", "host": [ "{{baseUrl}}" ], "path": [ "system", "upgradeStatus" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Perform system upgrade via URL or file.", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"upgradePath\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/upgrade", "host": [ "{{baseUrl}}" ], "path": [ "system", "upgrade" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Request a system upgrade of the device. The system image may be obtained from a web server or using a supplied file, depending on the requestBody supplied." }, "response": [ { "name": "No Content", "originalRequest": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"upgradePath\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/upgrade", "host": [ "{{baseUrl}}" ], "path": [ "system", "upgrade" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"upgradePath\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/upgrade", "host": [ "{{baseUrl}}" ], "path": [ "system", "upgrade" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorised", "originalRequest": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"upgradePath\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/upgrade", "host": [ "{{baseUrl}}" ], "path": [ "system", "upgrade" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"upgradePath\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/upgrade", "host": [ "{{baseUrl}}" ], "path": [ "system", "upgrade" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"upgradePath\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/system/upgrade", "host": [ "{{baseUrl}}" ], "path": [ "system", "upgrade" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "users", "item": [ { "name": "general", "item": [ { "name": "{userId}", "item": [ { "name": "Get users general.", "event": [ { "listen": "test", "script": { "exec": [ "pm.collectionVariables.set(\"ETag-General-User\", pm.response.headers.get(\"Etag\"))" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/users/general/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "general", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." } ] }, "description": "Get the general user settings for a specific user on the device." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/users/general/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "general", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "\"\"" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/users/general/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "general", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/users/general/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "general", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/users/general/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "general", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/users/general/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "general", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Modify general user settings.", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "If-Match", "value": "{{ETag-General-User}}", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"password\": \"\",\n \"isAdmin\": \"\",\n \"username\": \"\",\n \"sessionId\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/general/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "general", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." } ] }, "description": "Modify the general settings for the user on the device. This operation may be performed by a user with admin privileges or by the specified user. It is only permissible to change the isAdmin property if the request is being performed by an admin." }, "response": [ { "name": "No Content", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"password\": \"\",\n \"isAdmin\": \"\",\n \"username\": \"\",\n \"sessionId\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/general/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "general", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Bad Request", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"password\": \"\",\n \"isAdmin\": \"\",\n \"username\": \"\",\n \"sessionId\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/general/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "general", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorised", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"password\": \"\",\n \"isAdmin\": \"\",\n \"username\": \"\",\n \"sessionId\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/general/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "general", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"password\": \"\",\n \"isAdmin\": \"\",\n \"username\": \"\",\n \"sessionId\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/general/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "general", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Precondition Failure", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"password\": \"\",\n \"isAdmin\": \"\",\n \"username\": \"\",\n \"sessionId\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/general/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "general", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Precondition Failed", "code": 412, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"password\": \"\",\n \"isAdmin\": \"\",\n \"username\": \"\",\n \"sessionId\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/general/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "general", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"password\": \"\",\n \"isAdmin\": \"\",\n \"username\": \"\",\n \"sessionId\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/general/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "general", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get users general.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/users/general", "host": [ "{{baseUrl}}" ], "path": [ "users", "general" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the general user settings for all users on the device." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/users/general", "host": [ "{{baseUrl}}" ], "path": [ "users", "general" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n \"\",\n \"\"\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/users/general", "host": [ "{{baseUrl}}" ], "path": [ "users", "general" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/users/general", "host": [ "{{baseUrl}}" ], "path": [ "users", "general" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/users/general", "host": [ "{{baseUrl}}" ], "path": [ "users", "general" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "presets/{userId}", "item": [ { "name": "{presetId}", "item": [ { "name": "Get user preset.", "event": [ { "listen": "test", "script": { "exec": [ "pm.collectionVariables.set(\"ETag-User-Presets-ID\", pm.response.headers.get(\"Etag\"))" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/users/presets/:userId/:presetId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presets", ":userId", ":presetId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "presetId", "value": "", "description": "(Required) The ID of a specific preset." } ] }, "description": "Get information for the specified preset for the specified user." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/users/presets/:userId/:presetId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presets", ":userId", ":presetId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "presetId", "value": "", "description": "(Required) The ID of a specific preset." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"exclusive\": \"\",\n \"hotkeyNumber\": \"\",\n \"presetId\": \"\",\n \"private\": \"\",\n \"shared\": \"\",\n \"userId\": \"\",\n \"viewOnly\": \"\"\n}" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/users/presets/:userId/:presetId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presets", ":userId", ":presetId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "presetId", "value": "", "description": "(Required) The ID of a specific preset." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/users/presets/:userId/:presetId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presets", ":userId", ":presetId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "presetId", "value": "", "description": "(Required) The ID of a specific preset." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/users/presets/:userId/:presetId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presets", ":userId", ":presetId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "presetId", "value": "", "description": "(Required) The ID of a specific preset." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/users/presets/:userId/:presetId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presets", ":userId", ":presetId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "presetId", "value": "", "description": "(Required) The ID of a specific preset." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Modify user preset.", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"viewOnly\": \"\",\n \"shared\": \"\",\n \"exclusive\": \"\",\n \"private\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/presets/:userId/:presetId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presets", ":userId", ":presetId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "presetId", "value": "", "description": "(Required) The ID of a specific preset." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Modify the information for a specific user preset." }, "response": [ { "name": "No Content", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"viewOnly\": \"\",\n \"shared\": \"\",\n \"exclusive\": \"\",\n \"private\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/presets/:userId/:presetId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presets", ":userId", ":presetId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "presetId", "value": "", "description": "(Required) The ID of a specific preset." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Bad Request", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"viewOnly\": \"\",\n \"shared\": \"\",\n \"exclusive\": \"\",\n \"private\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/presets/:userId/:presetId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presets", ":userId", ":presetId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "presetId", "value": "", "description": "(Required) The ID of a specific preset." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorised", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"viewOnly\": \"\",\n \"shared\": \"\",\n \"exclusive\": \"\",\n \"private\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/presets/:userId/:presetId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presets", ":userId", ":presetId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "presetId", "value": "", "description": "(Required) The ID of a specific preset." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"viewOnly\": \"\",\n \"shared\": \"\",\n \"exclusive\": \"\",\n \"private\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/presets/:userId/:presetId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presets", ":userId", ":presetId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "presetId", "value": "", "description": "(Required) The ID of a specific preset." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"viewOnly\": \"\",\n \"shared\": \"\",\n \"exclusive\": \"\",\n \"private\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/presets/:userId/:presetId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presets", ":userId", ":presetId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "presetId", "value": "", "description": "(Required) The ID of a specific preset." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "PATCH", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"viewOnly\": \"\",\n \"shared\": \"\",\n \"exclusive\": \"\",\n \"private\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/presets/:userId/:presetId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presets", ":userId", ":presetId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "presetId", "value": "", "description": "(Required) The ID of a specific preset." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Delete user preset.", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "DELETE", "header": [ { "key": "If-Match", "value": "{{ETag-User-Presets-ID}}", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/users/presets/:userId/:presetId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presets", ":userId", ":presetId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "presetId", "value": "", "description": "(Required) The ID of a specific preset." } ] }, "description": "Delete the specified user preset information." }, "response": [ { "name": "No Content", "originalRequest": { "method": "DELETE", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/users/presets/:userId/:presetId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presets", ":userId", ":presetId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "presetId", "value": "", "description": "(Required) The ID of a specific preset." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorised", "originalRequest": { "method": "DELETE", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/users/presets/:userId/:presetId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presets", ":userId", ":presetId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "presetId", "value": "", "description": "(Required) The ID of a specific preset." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "DELETE", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/users/presets/:userId/:presetId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presets", ":userId", ":presetId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "presetId", "value": "", "description": "(Required) The ID of a specific preset." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/users/presets/:userId/:presetId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presets", ":userId", ":presetId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "presetId", "value": "", "description": "(Required) The ID of a specific preset." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "DELETE", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/users/presets/:userId/:presetId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presets", ":userId", ":presetId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "presetId", "value": "", "description": "(Required) The ID of a specific preset." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get all user presets.", "event": [ { "listen": "test", "script": { "exec": [ "pm.collectionVariables.set(\"ETag-User-Presets\", pm.response.headers.get(\"Etag\"))" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/users/presets/{{userid}}", "host": [ "{{baseUrl}}" ], "path": [ "users", "presets", "{{userid}}" ] }, "description": "Get all the presets for the specified user." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/users/presets/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presets", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"hotkeyNumber\": {\n \"value\": \"\"\n },\n \"presetId\": {\n \"value\": \"\"\n },\n \"userId\": \"\",\n \"exclusive\": \"irure Exce\",\n \"private\": \"reprehenderit laborum\",\n \"shared\": 35473054.3822833,\n \"viewOnly\": \"laborum sint\"\n },\n {\n \"hotkeyNumber\": {\n \"value\": \"\"\n },\n \"presetId\": {\n \"value\": \"\"\n },\n \"userId\": \"\",\n \"exclusive\": true,\n \"private\": -55050113,\n \"shared\": -40860743,\n \"viewOnly\": -48268444.52228687\n }\n]" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/users/presets/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presets", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/users/presets/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presets", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/users/presets/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presets", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/users/presets/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presets", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Add user preset.", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "If-Match", "value": "{{ETag-User-Presets}}", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"presetId\": \"\",\n \"hotkeyNumber\": \"\",\n \"viewOnly\": \"\",\n \"shared\": \"\",\n \"exclusive\": \"\",\n \"private\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/presets/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presets", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." } ] }, "description": "Add a new preset for the specified user." }, "response": [ { "name": "No Content", "originalRequest": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"presetId\": \"\",\n \"hotkeyNumber\": \"\",\n \"viewOnly\": \"\",\n \"shared\": \"\",\n \"exclusive\": \"\",\n \"private\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/presets/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presets", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"presetId\": \"\",\n \"hotkeyNumber\": \"\",\n \"viewOnly\": \"\",\n \"shared\": \"\",\n \"exclusive\": \"\",\n \"private\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/presets/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presets", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorised", "originalRequest": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"presetId\": \"\",\n \"hotkeyNumber\": \"\",\n \"viewOnly\": \"\",\n \"shared\": \"\",\n \"exclusive\": \"\",\n \"private\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/presets/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presets", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"presetId\": \"\",\n \"hotkeyNumber\": \"\",\n \"viewOnly\": \"\",\n \"shared\": \"\",\n \"exclusive\": \"\",\n \"private\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/presets/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presets", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"presetId\": \"\",\n \"hotkeyNumber\": \"\",\n \"viewOnly\": \"\",\n \"shared\": \"\",\n \"exclusive\": \"\",\n \"private\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/presets/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presets", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"presetId\": \"\",\n \"hotkeyNumber\": \"\",\n \"viewOnly\": \"\",\n \"shared\": \"\",\n \"exclusive\": \"\",\n \"private\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/presets/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presets", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Modify device access token.", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"uuid\": \"\",\n \"accessToken\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/devices/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "devices", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Modify the user access token required to access a TX device type." }, "response": [ { "name": "No Content", "originalRequest": { "method": "PUT", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"uuid\": \"\",\n \"accessToken\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/devices/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "devices", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Bad Request", "originalRequest": { "method": "PUT", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"uuid\": \"\",\n \"accessToken\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/devices/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "devices", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorised", "originalRequest": { "method": "PUT", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"uuid\": \"\",\n \"accessToken\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/devices/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "devices", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "PUT", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"uuid\": \"\",\n \"accessToken\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/devices/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "devices", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "PUT", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"uuid\": \"\",\n \"accessToken\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/devices/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "devices", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "PUT", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"uuid\": \"\",\n \"accessToken\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/devices/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "devices", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Login as user ID. No Password Is Admin", "event": [ { "listen": "test", "script": { "exec": [ "var jsonData = JSON.parse(responseBody);\r", "pm.collectionVariables.set(\"token\", jsonData.authToken);" ], "type": "text/javascript", "packages": {} } } ], "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"password\": \"\",\n \"isAdmin\": true\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/login/{{userid}}", "host": [ "{{baseUrl}}" ], "path": [ "users", "login", "{{userid}}" ] }, "description": "Log into the device as the user ID and obtain a JWT to be used for bearer based security operations." }, "response": [ { "name": "Ok.", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"password\": \"\",\n \"isAdmin\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/login/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "login", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"authToken\": \"\"\n}" }, { "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"password\": \"\",\n \"isAdmin\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/login/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "login", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorised", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"password\": \"\",\n \"isAdmin\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/login/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "login", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden (The user is not an Administrator).", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"password\": \"\",\n \"isAdmin\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/login/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "login", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"password\": \"\",\n \"isAdmin\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/login/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "login", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"password\": \"\",\n \"isAdmin\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/login/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "login", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "{\n \"password\": \"\",\n \"isAdmin\": \"\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/login/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "login", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Set order of user's presets.", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "[\n {\n \"presetId\": \"\",\n \"hotkeyNumber\": \"\"\n },\n {\n \"presetId\": \"\",\n \"hotkeyNumber\": \"\"\n }\n]", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/presetOrder/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presetOrder", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Set the mapping of hotkey number to preset id, thus defining the order that the presets are displayed on the selection screen." }, "response": [ { "name": "No Content", "originalRequest": { "method": "PUT", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "[\n {\n \"presetId\": \"\",\n \"hotkeyNumber\": \"\"\n },\n {\n \"presetId\": \"\",\n \"hotkeyNumber\": \"\"\n }\n]", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/presetOrder/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presetOrder", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Bad Request", "originalRequest": { "method": "PUT", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "[\n {\n \"presetId\": \"\",\n \"hotkeyNumber\": \"\"\n },\n {\n \"presetId\": \"\",\n \"hotkeyNumber\": \"\"\n }\n]", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/presetOrder/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presetOrder", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorised", "originalRequest": { "method": "PUT", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "[\n {\n \"presetId\": \"\",\n \"hotkeyNumber\": \"\"\n },\n {\n \"presetId\": \"\",\n \"hotkeyNumber\": \"\"\n }\n]", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/presetOrder/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presetOrder", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "PUT", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "[\n {\n \"presetId\": \"\",\n \"hotkeyNumber\": \"\"\n },\n {\n \"presetId\": \"\",\n \"hotkeyNumber\": \"\"\n }\n]", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/presetOrder/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presetOrder", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "PUT", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "[\n {\n \"presetId\": \"\",\n \"hotkeyNumber\": \"\"\n },\n {\n \"presetId\": \"\",\n \"hotkeyNumber\": \"\"\n }\n]", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/presetOrder/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presetOrder", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "PUT", "header": [ { "key": "Authorization", "value": "Bearer ", "description": "Added as a part of security scheme: bearer" }, { "key": "If-Match", "value": "", "description": "(Required) ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "body": { "mode": "raw", "raw": "[\n {\n \"presetId\": \"\",\n \"hotkeyNumber\": \"\"\n },\n {\n \"presetId\": \"\",\n \"hotkeyNumber\": \"\"\n }\n]", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/users/presetOrder/:userId", "host": [ "{{baseUrl}}" ], "path": [ "users", "presetOrder", ":userId" ], "variable": [ { "key": "userId", "value": "", "description": "(Required) The ID of a specific user." }, { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get application OSD information.", "request": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/applications/osd", "host": [ "{{baseUrl}}" ], "path": [ "applications", "osd" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] }, "description": "Get the OSD application information for this device." }, "response": [ { "name": "OK.", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/applications/osd", "host": [ "{{baseUrl}}" ], "path": [ "applications", "osd" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "ETag", "value": "", "description": "The RFC7232 ETag header field in a response provides the current entity-tag for the selected resource." }, { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"languages\": [\n \"\",\n \"\"\n ],\n \"keyboardLayouts\": [\n \"\",\n \"\"\n ],\n \"touchLaunchOsdActive\": \"\"\n}" }, { "name": "Not Modified", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/applications/osd", "host": [ "{{baseUrl}}" ], "path": [ "applications", "osd" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Modified", "code": 304, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/applications/osd", "host": [ "{{baseUrl}}" ], "path": [ "applications", "osd" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "key": "If-None-Match", "value": "", "description": "ETag for the client's copy of the data response." }, { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/applications/osd", "host": [ "{{baseUrl}}" ], "path": [ "applications", "osd" ], "variable": [ { "key": "host", "value": "{{host}}", "description": "The host name or IP address of the device." } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{token}}", "type": "string" } ] }, "event": [ { "listen": "prerequest", "script": { "type": "text/javascript", "packages": {}, "exec": [ "" ] } }, { "listen": "test", "script": { "type": "text/javascript", "packages": {}, "exec": [ "" ] } } ], "variable": [ { "key": "host", "value": "device.example", "type": "any" }, { "key": "baseUrl", "value": "https://{{IP}}/api", "type": "string" }, { "key": "token", "value": "", "type": "string" }, { "key": "userid", "value": "1", "type": "string" }, { "key": "ETag-Identify", "value": "" }, { "key": "ETag-Devices", "value": "", "type": "string" }, { "key": "ETag-Devices-UUID", "value": "", "type": "string" }, { "key": "ETag-OSD", "value": "", "type": "string" }, { "key": "ETag-Dump", "value": "", "type": "string" }, { "key": "ETag-IGMP", "value": "", "type": "string" }, { "key": "ETag-Logging", "value": "", "type": "string" }, { "key": "ETag-Ping", "value": "", "type": "string" }, { "key": "ETag-Remote", "value": "", "type": "string" }, { "key": "ETag-Routing-If-Index", "value": "", "type": "string" }, { "key": "ETag-Int-Settings-If-Index", "value": "", "type": "string" }, { "key": "ETag-Int-Status", "value": "", "type": "string" }, { "key": "ETag-Presets", "value": "", "type": "string" }, { "key": "ETag-Presets-ID", "value": "", "type": "string" }, { "key": "ETag-Presets-Selected", "value": "", "type": "string" }, { "key": "ETag-Settings", "value": "", "type": "string" }, { "key": "ETag-Settings-Network", "value": "", "type": "string" }, { "key": "ETag-Settings-UI", "value": "", "type": "string" }, { "key": "ETag-Sinks-Audio", "value": "", "type": "string" }, { "key": "ETag-Sources-Audio", "value": "", "type": "string" }, { "key": "ETag-Sinks-Serial", "value": "", "type": "string" }, { "key": "ETag-Sources-Serial", "value": "", "type": "string" }, { "key": "ETag-Sinks-USB", "value": "", "type": "string" }, { "key": "ETag-Sources-USB", "value": "", "type": "string" }, { "key": "ETag-Sinks-Video", "value": "", "type": "string" }, { "key": "ETag-Sources-Video", "value": "", "type": "string" }, { "key": "ETag-General-User", "value": "", "type": "string" }, { "key": "ETag-User-Presets", "value": "", "type": "string" }, { "key": "ETag-User-Presets-ID", "value": "", "type": "string" } ] }