{ "item": [ { "id": "60900846-a94b-4d87-b251-ffbb87098e88", "name": "Auth", "description": { "content": "Авторизация.\n", "type": "text/plain" }, "item": [ { "id": "1f8e2bbe-a0b7-41b9-9951-fff82650d17a", "name": "Получение токена", "request": { "name": "Получение токена", "description": { "content": "Получение токена по паре логин - пароль.", "type": "text/plain" }, "url": { "path": [ "account", "token", "generation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "{\n \"username\": \"\",\n \"password\": \"\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "language": "json" } } } }, "response": [ { "id": "22b00056-c9d1-4b88-a298-6ba8071bccdf", "name": "Успешное выполнение", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"password\": \"password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "\"jwt\"", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "74ac0921-1c56-4a92-a5eb-bf387392318c", "name": "Неверный запрос - входные данные содержат ошибки\n", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"password\": \"password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "68088e0d-f089-4600-a0f9-789ec8441f59", "name": "Ошибка доступа - токен отсутствует или невалиден\n", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"password\": \"password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "91314bce-5619-4095-bc7f-f0665b70ded5", "name": "Необходима оплата", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"password\": \"password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "dc8b0ec7-b398-44d5-8b32-31a74b093fab", "name": "Действие запрещено - уровень прав доступа не позволяет совершить данное действие\n", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"password\": \"password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "55664ec5-8bb1-4d23-a8a4-ed7047c917f7", "name": "Запрашиваемая сущность не найдена", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"password\": \"password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "00c970a6-b61f-4b34-b555-615c78f93641", "name": "Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"password\": \"password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "language": "json" } } } }, "status": "Method Not Allowed", "code": 405, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "7f7f5f90-f120-4238-b5c8-b1f17a5cb8dd", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"password\": \"password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "language": "json" } } } }, "status": "Not Acceptable", "code": 406, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "376210dc-79f2-4d76-be8b-85af761b1b41", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"password\": \"password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "language": "json" } } } }, "status": "Unsupported Media Type", "code": 415, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "300d469e-8dda-4215-b068-be85960a1655", "name": "Превышено количество запросов", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"password\": \"password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "language": "json" } } } }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "be129e69-f233-4e65-96f2-0a76c84dc3c6", "name": "Внутренняя ошибка сервера", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"password\": \"password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7cfad50f-5280-4012-847c-9779799b22a2", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"password\": \"password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "language": "json" } } } }, "status": "Not Implemented", "code": 501, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "c4cda848-174e-4eda-a531-5f6ab132255a", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"password\": \"password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "language": "json" } } } }, "status": "Bad Gateway", "code": 502, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "7ab92ebd-c2e2-4879-8267-68a3d7f43872", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"password\": \"password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "language": "json" } } } }, "status": "Service Unavailable", "code": 503, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "7c9ceff3-749d-4eb5-972c-f2e5269fb5f2", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"password\": \"password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "language": "json" } } } }, "status": "Gateway Timeout", "code": 504, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "26b9df6d-3d2f-469c-9c1b-d20b994e5a64", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"password\": \"password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "28d459e4-6e73-47f0-9809-16cbffc1cc36", "name": "Проверка токена", "request": { "name": "Проверка токена", "description": { "content": "Проверка токена.", "type": "text/plain" }, "url": { "path": [ "account", "token", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } } }, "response": [ { "id": "cfa1a9ea-1439-4985-acfb-1fc13cdb4569", "name": "Успешное выполнение", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "jwt", "options": { "raw": { "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"valid\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "aa287a6a-7475-488f-8e16-a7e6f21159fc", "name": "Неверный запрос - входные данные содержат ошибки\n", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "jwt", "options": { "raw": { "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "60caf94e-44bf-476b-a0b1-d4484286e826", "name": "Ошибка доступа - токен отсутствует или невалиден\n", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "jwt", "options": { "raw": { "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6c3868e3-2c15-4c6d-bf58-e6a9ccdc1102", "name": "Необходима оплата", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "jwt", "options": { "raw": { "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b072eadf-c7f6-467f-ace0-4719faea7d73", "name": "Действие запрещено - уровень прав доступа не позволяет совершить данное действие\n", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "jwt", "options": { "raw": { "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a5dc0d8a-0cc9-4956-90cd-fd0931a7531e", "name": "Запрашиваемая сущность не найдена", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "jwt", "options": { "raw": { "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4edde075-e80a-4804-b54b-f140e0c71a61", "name": "Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "jwt", "options": { "raw": { "language": "json" } } } }, "status": "Method Not Allowed", "code": 405, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "0caacfa7-3d64-4616-98f6-53c9efcd3899", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "jwt", "options": { "raw": { "language": "json" } } } }, "status": "Not Acceptable", "code": 406, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "566c1808-5afd-4ad7-9d87-a766a31ec011", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "jwt", "options": { "raw": { "language": "json" } } } }, "status": "Unsupported Media Type", "code": 415, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "f30cdbf7-ae90-44f5-8f32-1ba417c13962", "name": "Превышено количество запросов", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "jwt", "options": { "raw": { "language": "json" } } } }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a5535936-24f0-4941-9554-7887bbac7280", "name": "Внутренняя ошибка сервера", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "jwt", "options": { "raw": { "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c6726212-9c82-4d01-97f0-c73ed60a8bf0", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "jwt", "options": { "raw": { "language": "json" } } } }, "status": "Not Implemented", "code": 501, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "53b5a110-8376-495d-bf7c-11449c8b42ca", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "jwt", "options": { "raw": { "language": "json" } } } }, "status": "Bad Gateway", "code": 502, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "3764d29a-ee46-421e-9eb1-f3ebb8be2978", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "jwt", "options": { "raw": { "language": "json" } } } }, "status": "Service Unavailable", "code": 503, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "b6a5b4ad-f60e-4485-a043-476e4aa2b02e", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "jwt", "options": { "raw": { "language": "json" } } } }, "status": "Gateway Timeout", "code": 504, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "a7234ad9-de74-4954-9349-0b4d7177f802", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "jwt", "options": { "raw": { "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "81b40840-9820-4e45-98b0-9ee767450d0e", "name": "Смена пароля", "request": { "name": "Смена пароля", "description": { "content": "Смена пароля на новый и получение нового токена.", "type": "text/plain" }, "url": { "path": [ "account", "password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "{\n \"current_password\": \"\",\n \"new_password\": \"\"\n}", "options": { "raw": { "language": "json" } } } }, "response": [ { "id": "44bd0552-fc9a-49c1-9b39-15cbf6e8bb25", "name": "Успешное выполнение", "originalRequest": { "url": { "path": [ "account", "password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"current_password\": \"password\",\n \"new_password\": \"password\"\n}", "options": { "raw": { "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "\"jwt\"", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b8d8fd69-f2ca-4365-a859-d7f56c355f36", "name": "Неверный запрос - входные данные содержат ошибки\n", "originalRequest": { "url": { "path": [ "account", "password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"current_password\": \"password\",\n \"new_password\": \"password\"\n}", "options": { "raw": { "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1f5f1957-43f4-4e58-b4d8-53dc05977c2d", "name": "Ошибка доступа - токен отсутствует или невалиден\n", "originalRequest": { "url": { "path": [ "account", "password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"current_password\": \"password\",\n \"new_password\": \"password\"\n}", "options": { "raw": { "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f6fa47f4-c337-4a88-8727-376b340db266", "name": "Необходима оплата", "originalRequest": { "url": { "path": [ "account", "password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"current_password\": \"password\",\n \"new_password\": \"password\"\n}", "options": { "raw": { "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9f70abbb-9950-4f78-8233-2cb93f7491a9", "name": "Действие запрещено - уровень прав доступа не позволяет совершить данное действие\n", "originalRequest": { "url": { "path": [ "account", "password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"current_password\": \"password\",\n \"new_password\": \"password\"\n}", "options": { "raw": { "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "efcba643-4ede-47b0-8059-add5fe6dcd02", "name": "Запрашиваемая сущность не найдена", "originalRequest": { "url": { "path": [ "account", "password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"current_password\": \"password\",\n \"new_password\": \"password\"\n}", "options": { "raw": { "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "902ddf47-463e-4a01-a285-bb1bbe2beb25", "name": "Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "account", "password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"current_password\": \"password\",\n \"new_password\": \"password\"\n}", "options": { "raw": { "language": "json" } } } }, "status": "Method Not Allowed", "code": 405, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "9a283e29-985e-46db-9fc8-2d6061f4c380", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "account", "password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"current_password\": \"password\",\n \"new_password\": \"password\"\n}", "options": { "raw": { "language": "json" } } } }, "status": "Not Acceptable", "code": 406, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "4c0bec39-418f-40a6-a432-b111aa5f6d99", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "account", "password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"current_password\": \"password\",\n \"new_password\": \"password\"\n}", "options": { "raw": { "language": "json" } } } }, "status": "Unsupported Media Type", "code": 415, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "ed968f27-99d0-4ebe-a74a-8f0ecb9cf8f1", "name": "Превышено количество запросов", "originalRequest": { "url": { "path": [ "account", "password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"current_password\": \"password\",\n \"new_password\": \"password\"\n}", "options": { "raw": { "language": "json" } } } }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "45993373-f06d-4481-a0cf-967eb8cacb52", "name": "Внутренняя ошибка сервера", "originalRequest": { "url": { "path": [ "account", "password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"current_password\": \"password\",\n \"new_password\": \"password\"\n}", "options": { "raw": { "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "05be111e-2ee0-4f41-affe-0f4e5afeb3d0", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "account", "password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"current_password\": \"password\",\n \"new_password\": \"password\"\n}", "options": { "raw": { "language": "json" } } } }, "status": "Not Implemented", "code": 501, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "8f5be8fd-2d1d-440c-82c8-6e92e9f9aee0", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "account", "password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"current_password\": \"password\",\n \"new_password\": \"password\"\n}", "options": { "raw": { "language": "json" } } } }, "status": "Bad Gateway", "code": 502, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "f49bda05-a8b6-4a65-bd1b-591201ef922b", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "account", "password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"current_password\": \"password\",\n \"new_password\": \"password\"\n}", "options": { "raw": { "language": "json" } } } }, "status": "Service Unavailable", "code": 503, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "b5a012f3-c227-40d3-9d03-87c6d4273c89", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "account", "password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"current_password\": \"password\",\n \"new_password\": \"password\"\n}", "options": { "raw": { "language": "json" } } } }, "status": "Gateway Timeout", "code": 504, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "19be65dc-dabd-40d4-9a18-66fcd62fc41c", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "account", "password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"current_password\": \"password\",\n \"new_password\": \"password\"\n}", "options": { "raw": { "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ], "event": [] }, { "id": "4372553f-d04f-48d9-bdd2-0de27eee3bd4", "name": "Info", "description": { "content": "Информация об аккаунте.\n", "type": "text/plain" }, "item": [ { "id": "32e7354f-7368-4c98-aad9-555b84c85807", "name": "Информация об аккаунте", "request": { "name": "Информация об аккаунте", "description": { "content": "Получение информации об аккаунте.", "type": "text/plain" }, "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null }, "response": [ { "id": "58511009-33b5-49da-8492-130a54deb5d2", "name": "Успешное выполнение", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d5ad9cb0-f794-4304-8bf8-110bcc9453c8", "name": "Неверный запрос - входные данные содержат ошибки\n", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "95c19091-bc2f-48d4-b3e8-114fd1a6371f", "name": "Ошибка доступа - токен отсутствует или невалиден\n", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "37694de7-8345-49df-85ed-1e7cf154d6b3", "name": "Необходима оплата", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e600a904-4528-46ed-8396-8100cc693347", "name": "Действие запрещено - уровень прав доступа не позволяет совершить данное действие\n", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "49bacbbe-0931-4a65-b812-16a87e52c1b9", "name": "Запрашиваемая сущность не найдена", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "09274827-75ad-48ed-aa07-cfad435c6780", "name": "Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Method Not Allowed", "code": 405, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "8d7aa3c6-321d-43ff-8a45-07e85d73b9b6", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Acceptable", "code": 406, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "aee90ecd-c55b-4c5c-a38f-e5a805b1c4f3", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Unsupported Media Type", "code": 415, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "fe822d72-e851-431f-a1bf-0505da648bc4", "name": "Превышено количество запросов", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4ef00655-ddc5-46a2-a407-175471fdb610", "name": "Внутренняя ошибка сервера", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f91bd235-4c2d-4104-b82c-1387a17c357a", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Implemented", "code": 501, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "182d14f2-a9fa-4477-ad69-09464a25a464", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Bad Gateway", "code": 502, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "e95e63ea-7677-4a31-b476-4f4ce160994d", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Service Unavailable", "code": 503, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "421a2a81-2071-4c16-bea9-7e4315da285c", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Gateway Timeout", "code": 504, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "8a07c609-19ba-4893-952f-0d2d521bc326", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "b3bf9157-8879-4a94-8046-31797b461e78", "name": "Обновление пользователя", "request": { "name": "Обновление пользователя", "description": { "content": "Обновление информации о пользователе.", "type": "text/plain" }, "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "auth": null, "body": { "mode": "raw", "raw": "{\n \"username\": \"\",\n \"company_key\": \"\",\n \"name\": null,\n \"email\": null,\n \"phone\": null,\n \"timezone\": 0\n}", "options": { "raw": { "language": "json" } } } }, "response": [ { "id": "7b6d9ec9-fbd3-4098-9c7b-9b74e1383d31", "name": "Успешное выполнение", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "options": { "raw": { "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4c8785b3-6639-4569-aa01-984d04784c8f", "name": "Неверный запрос - входные данные содержат ошибки\n", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "options": { "raw": { "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "aa9a1fc6-b515-42f3-a6dd-ae5de2c84087", "name": "Ошибка доступа - токен отсутствует или невалиден\n", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "options": { "raw": { "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "714ff3da-f8be-45f8-8add-f2796b36a5e8", "name": "Необходима оплата", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "options": { "raw": { "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2e635b7d-9fa1-4658-bd4f-0a5cf3e517de", "name": "Действие запрещено - уровень прав доступа не позволяет совершить данное действие\n", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "options": { "raw": { "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "169b3f79-4070-4257-ba3b-3c013ad47237", "name": "Запрашиваемая сущность не найдена", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "options": { "raw": { "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "36933681-70b6-4a27-bd9b-589180f457b4", "name": "Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "options": { "raw": { "language": "json" } } } }, "status": "Method Not Allowed", "code": 405, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "be54ea3a-a143-4784-8891-231308fb19f2", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "options": { "raw": { "language": "json" } } } }, "status": "Not Acceptable", "code": 406, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "05e92232-338e-49d3-9f7d-7e598a8f7969", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "options": { "raw": { "language": "json" } } } }, "status": "Unsupported Media Type", "code": 415, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "bc3ca700-0555-41ba-b4ea-4ba961255443", "name": "Превышено количество запросов", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "options": { "raw": { "language": "json" } } } }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8d606de9-759e-4522-b6e0-05ac5e8d6618", "name": "Внутренняя ошибка сервера", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "options": { "raw": { "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4b4c7bd7-61f4-4287-b892-f585fd77da0d", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "options": { "raw": { "language": "json" } } } }, "status": "Not Implemented", "code": 501, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "0212a825-0cfc-4d62-afe6-db34528f2885", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "options": { "raw": { "language": "json" } } } }, "status": "Bad Gateway", "code": 502, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "16eda095-c04f-4601-bf65-59c134fc326d", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "options": { "raw": { "language": "json" } } } }, "status": "Service Unavailable", "code": 503, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "89d2fa5c-61dd-49f7-8173-7528537da420", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "options": { "raw": { "language": "json" } } } }, "status": "Gateway Timeout", "code": 504, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "fdb07e46-cac5-4f4e-9658-e8d8e20e135a", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "options": { "raw": { "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ], "event": [] }, { "id": "3d4f8df1-8450-4126-8ad6-8c6828b68309", "name": "Statistics", "description": { "content": "Статистика.\n", "type": "text/plain" }, "item": [ { "id": "83f5c2d9-9bef-42c9-b423-795377d1bea5", "name": "Статистика за период", "request": { "name": "Статистика за период", "description": { "content": "Статистика за период. Если период не указывается - возвращается статистика за текущий месяц - с начала месяца по текущий день (не включая его). Если дата \"с\" не указана - берется начало текущего месяца. Если дата \"по\" не указана - берется вчерашний день (не включая его).\n", "type": "text/plain" }, "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "key": "from", "value": "", "description": "Дата в формате YYYY-MM-DD, начиная с которой будет производится выгрузка данных." }, { "disabled": false, "key": "to", "value": "", "description": "Дата в формате YYYY-MM-DD, по которую включительно будет производится выгрузка данных." } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null }, "response": [ { "id": "04d95cf0-0070-4a58-b890-cde593f502a5", "name": "Успешное выполнение", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "from", "value": "2022-06-22" }, { "key": "to", "value": "2022-06-22" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"username\": \"my_username_for_login\",\n \"dates\": [\n {\n \"date\": \"2023-12-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2023-12-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2023-12-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2023-12-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2023-12-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2023-12-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2023-12-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2023-12-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2023-12-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2023-12-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2023-12-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2023-12-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2023-12-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2023-12-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2023-12-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2023-12-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2023-12-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2023-12-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2023-12-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2023-12-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f4f498a5-d838-4713-8ab1-eb1364a6c08d", "name": "Неверный запрос - входные данные содержат ошибки\n", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "from", "value": "2022-06-22" }, { "key": "to", "value": "2022-06-22" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c098cff5-701d-4361-94cc-cc0969a8ec30", "name": "Ошибка доступа - токен отсутствует или невалиден\n", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "from", "value": "2022-06-22" }, { "key": "to", "value": "2022-06-22" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4669bdfe-ffe4-4e81-a77e-0cce48e42507", "name": "Необходима оплата", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "from", "value": "2022-06-22" }, { "key": "to", "value": "2022-06-22" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "52f7f724-8437-4676-9f32-9e0b670ac4b4", "name": "Действие запрещено - уровень прав доступа не позволяет совершить данное действие\n", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "from", "value": "2022-06-22" }, { "key": "to", "value": "2022-06-22" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0aead483-4d05-418c-8aa0-1a8c71ab1dac", "name": "Запрашиваемая сущность не найдена", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "from", "value": "2022-06-22" }, { "key": "to", "value": "2022-06-22" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "bf45a7d3-eb4b-4452-8983-7251b3253355", "name": "Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "from", "value": "2022-06-22" }, { "key": "to", "value": "2022-06-22" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Method Not Allowed", "code": 405, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "077dedcc-5ab3-4fa5-91fd-d5bf48292416", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "from", "value": "2022-06-22" }, { "key": "to", "value": "2022-06-22" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Acceptable", "code": 406, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "16b3e2c9-7ab1-4334-b74a-c926bddcbb82", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "from", "value": "2022-06-22" }, { "key": "to", "value": "2022-06-22" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Unsupported Media Type", "code": 415, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "b9fbd3ba-bd4b-4823-b4f0-0b6e9f6f6285", "name": "Превышено количество запросов", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "from", "value": "2022-06-22" }, { "key": "to", "value": "2022-06-22" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2a87bad6-51e8-4f98-a829-12fd53fa21e7", "name": "Внутренняя ошибка сервера", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "from", "value": "2022-06-22" }, { "key": "to", "value": "2022-06-22" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "231fa9a0-0ffe-4175-ad1d-2720e22e7bdb", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "from", "value": "2022-06-22" }, { "key": "to", "value": "2022-06-22" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Implemented", "code": 501, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "f1c558c7-b670-4b89-8304-2b75b20d7e0c", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "from", "value": "2022-06-22" }, { "key": "to", "value": "2022-06-22" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Bad Gateway", "code": 502, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "915435a7-38e1-4a08-811c-efc7aadbc9bf", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "from", "value": "2022-06-22" }, { "key": "to", "value": "2022-06-22" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Service Unavailable", "code": 503, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "5b8dd6f1-3911-4b0e-b58d-207e30db5911", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "from", "value": "2022-06-22" }, { "key": "to", "value": "2022-06-22" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Gateway Timeout", "code": 504, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "110f24fd-27ae-421b-93a2-14b29ff92a8c", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "from", "value": "2022-06-22" }, { "key": "to", "value": "2022-06-22" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "dc97ba4a-e3ef-4a5b-83b4-fa3e765bd91f", "name": "Создание отчета", "request": { "name": "Создание отчета", "description": { "content": "Создание отчета со статистикой по использованию. Если дата не указана - возвращается статистика за текущий месяц - с начала месяца по текущий день (не включая его). Если дата \"с\" не указана - берется начало текущего месяца. Если дата \"по\" не указана - берется текущий день (не включая его).\n", "type": "text/plain" }, "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "key": "from", "value": "", "description": "Дата в формате YYYY-MM-DD, начиная с которой будет производится выгрузка данных." }, { "disabled": false, "key": "to", "value": "", "description": "Дата в формате YYYY-MM-DD, по которую включительно будет производится выгрузка данных." } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/octet-stream" } ], "method": "GET", "auth": null }, "response": [ { "id": "07276f2f-04b8-402f-a121-d9a3df30c13d", "name": "Успешное выполнение", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "from", "value": "2022-06-22" }, { "key": "to", "value": "2022-06-22" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/octet-stream" } ], "body": "eiusmo", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "1b2a0f83-533d-4280-ab9c-ad4ee0344ea9", "name": "Неверный запрос - входные данные содержат ошибки\n", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "from", "value": "2022-06-22" }, { "key": "to", "value": "2022-06-22" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "855f8a5e-4fe2-4ca5-92a8-40facdb68e8e", "name": "Ошибка доступа - токен отсутствует или невалиден\n", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "from", "value": "2022-06-22" }, { "key": "to", "value": "2022-06-22" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0b451f95-abec-4394-b97c-d2c4d64d60f8", "name": "Необходима оплата", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "from", "value": "2022-06-22" }, { "key": "to", "value": "2022-06-22" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c4fd344b-31db-4b8a-bb52-543e47f12fcf", "name": "Действие запрещено - уровень прав доступа не позволяет совершить данное действие\n", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "from", "value": "2022-06-22" }, { "key": "to", "value": "2022-06-22" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a250de0f-db06-4135-b44d-e469e70ac6db", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "from", "value": "2022-06-22" }, { "key": "to", "value": "2022-06-22" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Acceptable", "code": 406, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "6d9ab128-e765-4898-80c2-f56020d835a2", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "from", "value": "2022-06-22" }, { "key": "to", "value": "2022-06-22" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Unsupported Media Type", "code": 415, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "f31e6041-1919-4256-8eca-b0cf0db3f973", "name": "Превышено количество запросов", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "from", "value": "2022-06-22" }, { "key": "to", "value": "2022-06-22" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "be4780be-770c-4181-b03a-4ccca63932b0", "name": "Внутренняя ошибка сервера", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "from", "value": "2022-06-22" }, { "key": "to", "value": "2022-06-22" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3d1cb56a-8f95-43dc-833d-a25725cbbd67", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "from", "value": "2022-06-22" }, { "key": "to", "value": "2022-06-22" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Implemented", "code": 501, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "b442a285-49d0-4f40-a398-a90890363a46", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "from", "value": "2022-06-22" }, { "key": "to", "value": "2022-06-22" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Bad Gateway", "code": 502, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "8dbd72db-3dfe-4e1e-abab-c7ea9ddf5b24", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "from", "value": "2022-06-22" }, { "key": "to", "value": "2022-06-22" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Service Unavailable", "code": 503, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "3989241e-f8d0-4529-a65b-52e3c1426c8a", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "from", "value": "2022-06-22" }, { "key": "to", "value": "2022-06-22" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Gateway Timeout", "code": 504, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "361183de-324d-4aa5-b4ef-73eab8215c52", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "from", "value": "2022-06-22" }, { "key": "to", "value": "2022-06-22" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ], "event": [] }, { "id": "d08e4686-e83f-4979-acb1-f68eb2427998", "name": "Audit", "description": { "content": "Пользовательские действия.\n", "type": "text/plain" }, "item": [ { "id": "d5a64e35-bb91-4545-900c-bdbdc00fdc93", "name": "Действия за период", "request": { "name": "Действия за период", "description": { "content": "Действия пользователей за период. Если период не указывается - возвращаются данные за текущий день - с начала дня по текущее время включительно. Если не указано начало временного отрезка - возвращаются данные с начала текущего дня. Если не указан конец временного отрезка - возвращаются данные до текущего времени.\n", "type": "text/plain" }, "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "key": "offset", "value": "0", "description": "Количество пропущенных сущностей до возвращаемого списка." }, { "disabled": false, "key": "limit", "value": "100", "description": "Максимальное количество возвращаемых сущностей." }, { "disabled": false, "key": "from", "value": "", "description": "Дата и время в соответствии с [RFC 3339, section 5.6 (ISO 8601)](https://tools.ietf.org/html/rfc3339#section-5.6), начиная с которого (включительно) будет производится выгрузка данных. Если не указано - возвращаются данные с начала текущего дня.\n" }, { "disabled": false, "key": "to", "value": "", "description": "Дата и время в соответствии с [RFC 3339, section 5.6 (ISO 8601)](https://tools.ietf.org/html/rfc3339#section-5.6), до которого (включительно) будет производится выгрузка данных. Если не указано - возвращаются данные до текущего времени.\n" }, { "disabled": false, "key": "service_name", "value": "", "description": "Название сервиса." }, { "disabled": false, "key": "operation_id", "value": "", "description": "Идентификатор операции." }, { "disabled": false, "key": "method_group", "value": "", "description": "Название группы метода." } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null }, "response": [ { "id": "d4ed88b5-c2e0-4556-a455-b9f554ad17ad", "name": "Успешное выполнение", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "offset", "value": "10" }, { "key": "limit", "value": "10" }, { "key": "from", "value": "2022-06-21T09:30:00+03:00" }, { "key": "to", "value": "2022-06-21T18:00:00+03:00" }, { "key": "service_name", "value": "UNIVERSAL" }, { "key": "operation_id", "value": "run_plan_calculation" }, { "key": "method_group", "value": "PLAN" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"actions\": [\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n }\n ],\n \"statistics\": {\n \"overall\": {\n \"total\": 1\n },\n \"filter\": {\n \"total\": 1\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "db09fe59-ac80-4f10-8baa-2b666b214758", "name": "Неверный запрос - входные данные содержат ошибки\n", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "offset", "value": "10" }, { "key": "limit", "value": "10" }, { "key": "from", "value": "2022-06-21T09:30:00+03:00" }, { "key": "to", "value": "2022-06-21T18:00:00+03:00" }, { "key": "service_name", "value": "UNIVERSAL" }, { "key": "operation_id", "value": "run_plan_calculation" }, { "key": "method_group", "value": "PLAN" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0f077735-74d4-453f-8a5a-3bcdc96b95a3", "name": "Ошибка доступа - токен отсутствует или невалиден\n", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "offset", "value": "10" }, { "key": "limit", "value": "10" }, { "key": "from", "value": "2022-06-21T09:30:00+03:00" }, { "key": "to", "value": "2022-06-21T18:00:00+03:00" }, { "key": "service_name", "value": "UNIVERSAL" }, { "key": "operation_id", "value": "run_plan_calculation" }, { "key": "method_group", "value": "PLAN" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "223091ee-c1d0-487e-85f6-d7a371f247ce", "name": "Необходима оплата", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "offset", "value": "10" }, { "key": "limit", "value": "10" }, { "key": "from", "value": "2022-06-21T09:30:00+03:00" }, { "key": "to", "value": "2022-06-21T18:00:00+03:00" }, { "key": "service_name", "value": "UNIVERSAL" }, { "key": "operation_id", "value": "run_plan_calculation" }, { "key": "method_group", "value": "PLAN" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a9709259-2f11-41b9-8e18-cf2493e8992a", "name": "Действие запрещено - уровень прав доступа не позволяет совершить данное действие\n", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "offset", "value": "10" }, { "key": "limit", "value": "10" }, { "key": "from", "value": "2022-06-21T09:30:00+03:00" }, { "key": "to", "value": "2022-06-21T18:00:00+03:00" }, { "key": "service_name", "value": "UNIVERSAL" }, { "key": "operation_id", "value": "run_plan_calculation" }, { "key": "method_group", "value": "PLAN" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "992fb4f0-c74e-4eb4-8b71-0239046126e8", "name": "Запрашиваемая сущность не найдена", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "offset", "value": "10" }, { "key": "limit", "value": "10" }, { "key": "from", "value": "2022-06-21T09:30:00+03:00" }, { "key": "to", "value": "2022-06-21T18:00:00+03:00" }, { "key": "service_name", "value": "UNIVERSAL" }, { "key": "operation_id", "value": "run_plan_calculation" }, { "key": "method_group", "value": "PLAN" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "16d0dfe1-41cd-4874-a998-f655282c0383", "name": "Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "offset", "value": "10" }, { "key": "limit", "value": "10" }, { "key": "from", "value": "2022-06-21T09:30:00+03:00" }, { "key": "to", "value": "2022-06-21T18:00:00+03:00" }, { "key": "service_name", "value": "UNIVERSAL" }, { "key": "operation_id", "value": "run_plan_calculation" }, { "key": "method_group", "value": "PLAN" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Method Not Allowed", "code": 405, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "0ed9e7ed-cf2a-4e34-8f74-258cc5758d62", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "offset", "value": "10" }, { "key": "limit", "value": "10" }, { "key": "from", "value": "2022-06-21T09:30:00+03:00" }, { "key": "to", "value": "2022-06-21T18:00:00+03:00" }, { "key": "service_name", "value": "UNIVERSAL" }, { "key": "operation_id", "value": "run_plan_calculation" }, { "key": "method_group", "value": "PLAN" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Acceptable", "code": 406, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "34167f1f-1f03-4812-984c-528852e8bf77", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "offset", "value": "10" }, { "key": "limit", "value": "10" }, { "key": "from", "value": "2022-06-21T09:30:00+03:00" }, { "key": "to", "value": "2022-06-21T18:00:00+03:00" }, { "key": "service_name", "value": "UNIVERSAL" }, { "key": "operation_id", "value": "run_plan_calculation" }, { "key": "method_group", "value": "PLAN" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Unsupported Media Type", "code": 415, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "ac216656-ecad-49d2-b268-1ff9df2cea8f", "name": "Превышено количество запросов", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "offset", "value": "10" }, { "key": "limit", "value": "10" }, { "key": "from", "value": "2022-06-21T09:30:00+03:00" }, { "key": "to", "value": "2022-06-21T18:00:00+03:00" }, { "key": "service_name", "value": "UNIVERSAL" }, { "key": "operation_id", "value": "run_plan_calculation" }, { "key": "method_group", "value": "PLAN" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "01935a0e-ac73-4adb-94bf-637e71013cff", "name": "Внутренняя ошибка сервера", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "offset", "value": "10" }, { "key": "limit", "value": "10" }, { "key": "from", "value": "2022-06-21T09:30:00+03:00" }, { "key": "to", "value": "2022-06-21T18:00:00+03:00" }, { "key": "service_name", "value": "UNIVERSAL" }, { "key": "operation_id", "value": "run_plan_calculation" }, { "key": "method_group", "value": "PLAN" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f494aadd-0875-4913-8d26-8d54e3bee6ff", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "offset", "value": "10" }, { "key": "limit", "value": "10" }, { "key": "from", "value": "2022-06-21T09:30:00+03:00" }, { "key": "to", "value": "2022-06-21T18:00:00+03:00" }, { "key": "service_name", "value": "UNIVERSAL" }, { "key": "operation_id", "value": "run_plan_calculation" }, { "key": "method_group", "value": "PLAN" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Implemented", "code": 501, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "e2ab6d0c-5e14-4d57-8297-33a472d7e771", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "offset", "value": "10" }, { "key": "limit", "value": "10" }, { "key": "from", "value": "2022-06-21T09:30:00+03:00" }, { "key": "to", "value": "2022-06-21T18:00:00+03:00" }, { "key": "service_name", "value": "UNIVERSAL" }, { "key": "operation_id", "value": "run_plan_calculation" }, { "key": "method_group", "value": "PLAN" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Bad Gateway", "code": 502, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "d615a7b9-f0fb-4006-b80d-170e7c265879", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "offset", "value": "10" }, { "key": "limit", "value": "10" }, { "key": "from", "value": "2022-06-21T09:30:00+03:00" }, { "key": "to", "value": "2022-06-21T18:00:00+03:00" }, { "key": "service_name", "value": "UNIVERSAL" }, { "key": "operation_id", "value": "run_plan_calculation" }, { "key": "method_group", "value": "PLAN" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Service Unavailable", "code": 503, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "e0748798-0e72-4154-bfdd-c22c7ee5e4f5", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "offset", "value": "10" }, { "key": "limit", "value": "10" }, { "key": "from", "value": "2022-06-21T09:30:00+03:00" }, { "key": "to", "value": "2022-06-21T18:00:00+03:00" }, { "key": "service_name", "value": "UNIVERSAL" }, { "key": "operation_id", "value": "run_plan_calculation" }, { "key": "method_group", "value": "PLAN" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Gateway Timeout", "code": 504, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "028d1cef-feae-4fb3-b14b-b41c2ac6e383", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "offset", "value": "10" }, { "key": "limit", "value": "10" }, { "key": "from", "value": "2022-06-21T09:30:00+03:00" }, { "key": "to", "value": "2022-06-21T18:00:00+03:00" }, { "key": "service_name", "value": "UNIVERSAL" }, { "key": "operation_id", "value": "run_plan_calculation" }, { "key": "method_group", "value": "PLAN" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ], "event": [] }, { "id": "feabca62-b619-45ea-b51a-37b0b721f520", "name": "Data", "description": { "content": "Пользовательские данные.\n", "type": "text/plain" }, "item": [ { "id": "02db806a-c661-4ba6-ad60-37e788c6cfa9", "name": "Чтение данных", "request": { "name": "Чтение данных", "description": { "content": "Получение данных по `tracecode`.", "type": "text/plain" }, "url": { "path": [ "account", "data", ":tracecode" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "key": "data_flow_type", "value": "INPUT", "description": "Тип потока обработки данных." }, { "disabled": false, "key": "data_flow_stage", "value": "0", "description": "Этап потока обработки данных." }, { "disabled": false, "key": "data_flow_convert", "value": "ORIGIN", "description": "Конвертация возвращаемых данных." } ], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "tracecode", "description": "(Required) Уникальный идентификатор процесса." } ] }, "header": [ { "key": "Accept", "value": "application/octet-stream" } ], "method": "GET", "auth": null }, "response": [ { "id": "d79b504a-14da-4d3c-97a2-7765a48bbb02", "name": "Успешное выполнение", "originalRequest": { "url": { "path": [ "account", "data", ":tracecode" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "data_flow_type", "value": "OUTPUT" }, { "key": "data_flow_stage", "value": "1" }, { "key": "data_flow_convert", "value": "JSON" } ], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "tracecode", "description": "(Required) Уникальный идентификатор процесса." } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/octet-stream" } ], "body": "eiusmo", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "58f5b3af-754f-41c5-a53d-889dc753cff5", "name": "Неверный запрос - входные данные содержат ошибки\n", "originalRequest": { "url": { "path": [ "account", "data", ":tracecode" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "data_flow_type", "value": "OUTPUT" }, { "key": "data_flow_stage", "value": "1" }, { "key": "data_flow_convert", "value": "JSON" } ], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "tracecode", "description": "(Required) Уникальный идентификатор процесса." } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "47a006f4-fdac-432c-b25d-602fa9b86a3c", "name": "Ошибка доступа - токен отсутствует или невалиден\n", "originalRequest": { "url": { "path": [ "account", "data", ":tracecode" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "data_flow_type", "value": "OUTPUT" }, { "key": "data_flow_stage", "value": "1" }, { "key": "data_flow_convert", "value": "JSON" } ], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "tracecode", "description": "(Required) Уникальный идентификатор процесса." } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "68010972-b703-466f-b278-17ef4f809f92", "name": "Необходима оплата", "originalRequest": { "url": { "path": [ "account", "data", ":tracecode" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "data_flow_type", "value": "OUTPUT" }, { "key": "data_flow_stage", "value": "1" }, { "key": "data_flow_convert", "value": "JSON" } ], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "tracecode", "description": "(Required) Уникальный идентификатор процесса." } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "dc72223a-32f2-4fe0-82c3-2bda3c00f9a6", "name": "Действие запрещено - уровень прав доступа не позволяет совершить данное действие\n", "originalRequest": { "url": { "path": [ "account", "data", ":tracecode" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "data_flow_type", "value": "OUTPUT" }, { "key": "data_flow_stage", "value": "1" }, { "key": "data_flow_convert", "value": "JSON" } ], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "tracecode", "description": "(Required) Уникальный идентификатор процесса." } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "65fb62cd-9ed0-4532-802d-bcb155621a10", "name": "Запрашиваемая сущность не найдена", "originalRequest": { "url": { "path": [ "account", "data", ":tracecode" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "data_flow_type", "value": "OUTPUT" }, { "key": "data_flow_stage", "value": "1" }, { "key": "data_flow_convert", "value": "JSON" } ], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "tracecode", "description": "(Required) Уникальный идентификатор процесса." } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3d592421-e4f7-4efd-a746-679451fde89b", "name": "Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "account", "data", ":tracecode" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "data_flow_type", "value": "OUTPUT" }, { "key": "data_flow_stage", "value": "1" }, { "key": "data_flow_convert", "value": "JSON" } ], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "tracecode", "description": "(Required) Уникальный идентификатор процесса." } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Method Not Allowed", "code": 405, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "e7458032-3ab7-4ff7-9eb9-3beea3d7a033", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "account", "data", ":tracecode" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "data_flow_type", "value": "OUTPUT" }, { "key": "data_flow_stage", "value": "1" }, { "key": "data_flow_convert", "value": "JSON" } ], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "tracecode", "description": "(Required) Уникальный идентификатор процесса." } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Acceptable", "code": 406, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "08f92c1e-23b9-4789-ad22-82e74b50713c", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "account", "data", ":tracecode" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "data_flow_type", "value": "OUTPUT" }, { "key": "data_flow_stage", "value": "1" }, { "key": "data_flow_convert", "value": "JSON" } ], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "tracecode", "description": "(Required) Уникальный идентификатор процесса." } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Unsupported Media Type", "code": 415, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "c05c9b88-a5f4-403c-a5d8-73559f38550c", "name": "Превышено количество запросов", "originalRequest": { "url": { "path": [ "account", "data", ":tracecode" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "data_flow_type", "value": "OUTPUT" }, { "key": "data_flow_stage", "value": "1" }, { "key": "data_flow_convert", "value": "JSON" } ], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "tracecode", "description": "(Required) Уникальный идентификатор процесса." } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0c996788-0cb0-4778-b4e1-faf9c9fe20bf", "name": "Внутренняя ошибка сервера", "originalRequest": { "url": { "path": [ "account", "data", ":tracecode" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "data_flow_type", "value": "OUTPUT" }, { "key": "data_flow_stage", "value": "1" }, { "key": "data_flow_convert", "value": "JSON" } ], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "tracecode", "description": "(Required) Уникальный идентификатор процесса." } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "bd20e522-bd7a-461f-b18d-e934210f87c3", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "account", "data", ":tracecode" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "data_flow_type", "value": "OUTPUT" }, { "key": "data_flow_stage", "value": "1" }, { "key": "data_flow_convert", "value": "JSON" } ], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "tracecode", "description": "(Required) Уникальный идентификатор процесса." } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Implemented", "code": 501, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "c7a0c5f5-d2c6-4e2b-bd89-6ed22cd05ded", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "account", "data", ":tracecode" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "data_flow_type", "value": "OUTPUT" }, { "key": "data_flow_stage", "value": "1" }, { "key": "data_flow_convert", "value": "JSON" } ], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "tracecode", "description": "(Required) Уникальный идентификатор процесса." } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Bad Gateway", "code": 502, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "3dc9660b-f7ca-465f-9421-a73a635352a8", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "account", "data", ":tracecode" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "data_flow_type", "value": "OUTPUT" }, { "key": "data_flow_stage", "value": "1" }, { "key": "data_flow_convert", "value": "JSON" } ], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "tracecode", "description": "(Required) Уникальный идентификатор процесса." } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Service Unavailable", "code": 503, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "6f93b9a0-4188-4316-b8f6-869b199c35b9", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "account", "data", ":tracecode" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "data_flow_type", "value": "OUTPUT" }, { "key": "data_flow_stage", "value": "1" }, { "key": "data_flow_convert", "value": "JSON" } ], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "tracecode", "description": "(Required) Уникальный идентификатор процесса." } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Gateway Timeout", "code": 504, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "dbc31a5c-0d5c-4605-a63f-719bf989ce15", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "account", "data", ":tracecode" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "data_flow_type", "value": "OUTPUT" }, { "key": "data_flow_stage", "value": "1" }, { "key": "data_flow_convert", "value": "JSON" } ], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "tracecode", "description": "(Required) Уникальный идентификатор процесса." } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ], "event": [] }, { "id": "7e22ae48-ef14-4a7a-af3d-ddd18c16b39f", "name": "Quotas", "description": { "content": "Квотирование.\n", "type": "text/plain" }, "item": [ { "id": "6d60ee15-d4d7-49a8-b003-a5e40b86040a", "name": "Чтение списка квот", "request": { "name": "Чтение списка квот", "description": { "content": "Чтение списка квот по пользователю.", "type": "text/plain" }, "url": { "path": [ "account", "quota" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null }, "response": [ { "id": "7d7ae5ca-03e0-4f80-8b4f-2ada22993cb4", "name": "Успешное выполнение", "originalRequest": { "url": { "path": [ "account", "quota" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"base\": {\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": {\n \"value\": \"\"\n },\n \"points_per_request\": {\n \"value\": \"\"\n },\n \"points_per_day\": {\n \"value\": \"\"\n },\n \"points_per_date_window\": {\n \"value\": \"\"\n },\n \"max_concurrent_execution\": {\n \"value\": \"\"\n }\n }\n ]\n }\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ae76a492-c4c9-480d-825f-e8dc3086d96d", "name": "Неверный запрос - входные данные содержат ошибки\n", "originalRequest": { "url": { "path": [ "account", "quota" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c258cfd8-8a03-4e2b-8803-0c5801a4ac34", "name": "Ошибка доступа - токен отсутствует или невалиден\n", "originalRequest": { "url": { "path": [ "account", "quota" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "229463f8-4626-43c1-b7fd-93701371ed9f", "name": "Необходима оплата", "originalRequest": { "url": { "path": [ "account", "quota" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3abbe2f5-8c7d-43c4-a406-6d72c84bcf6e", "name": "Действие запрещено - уровень прав доступа не позволяет совершить данное действие\n", "originalRequest": { "url": { "path": [ "account", "quota" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "720c09c0-58b3-437e-976e-2a8e4b03790d", "name": "Запрашиваемая сущность не найдена", "originalRequest": { "url": { "path": [ "account", "quota" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "60d4bf0e-0b8a-43d9-8f22-0fda70bff07b", "name": "Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "account", "quota" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Method Not Allowed", "code": 405, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "36b01f57-d69a-4bc6-ade2-0a3520726b16", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "account", "quota" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Acceptable", "code": 406, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "4c9d572b-91b8-48e7-8cf8-7467f29b4d1b", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "account", "quota" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Unsupported Media Type", "code": 415, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "5d4c4e5a-f31c-4d0b-a9a0-f2c411385cf6", "name": "Превышено количество запросов", "originalRequest": { "url": { "path": [ "account", "quota" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "69f8e5bc-ce5e-47e3-b125-04b2992010d6", "name": "Внутренняя ошибка сервера", "originalRequest": { "url": { "path": [ "account", "quota" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "20994491-8808-44cb-90fe-5519e471ba31", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "account", "quota" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Implemented", "code": 501, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "03c9d9df-2392-4ace-a881-a46c873ebe3b", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "account", "quota" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Bad Gateway", "code": 502, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "95ac6b45-be06-451f-b0c8-fca4fd163300", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "account", "quota" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Service Unavailable", "code": 503, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "a11ced53-7316-42f2-92e2-a4abf3bfb828", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "account", "quota" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Gateway Timeout", "code": 504, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "d3c43d72-d831-4d7d-8044-8ea10dc1ca8c", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "account", "quota" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ], "event": [] }, { "id": "3bc03c14-15ee-4e61-a4a8-acdb305dabc6", "name": "System", "description": { "content": "Вспомогательные функции.\n", "type": "text/plain" }, "item": [ { "id": "7e82b523-0e18-41cb-8e24-c6d315f13ec9", "name": "Проверка доступности", "request": { "name": "Проверка доступности", "description": { "content": "Проверка доступности сервиса.", "type": "text/plain" }, "url": { "path": [ "account", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null }, "response": [ { "id": "3c49c343-7354-4f9f-85e0-d9ab00e7b358", "name": "Успешное выполнение", "originalRequest": { "url": { "path": [ "account", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"health\": 0.999\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "08fdea39-b8f4-42e6-a699-d1b908ecb910", "name": "Запрашиваемая сущность не найдена", "originalRequest": { "url": { "path": [ "account", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e8004d35-5a91-4ca4-a2bd-6993f5c6594c", "name": "Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "account", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Method Not Allowed", "code": 405, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "0503acf3-9ebb-4a52-8c8c-a88ae8b2aaf3", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "account", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Acceptable", "code": 406, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "a4ee5b9d-e894-49f4-9b64-ba9a279d3550", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "account", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Unsupported Media Type", "code": 415, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "9ebdcdff-7f5a-4b88-9da6-3eb7bb9ce80d", "name": "Превышено количество запросов", "originalRequest": { "url": { "path": [ "account", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6e2c6c6d-0150-444e-b5ec-483588ad58c1", "name": "Внутренняя ошибка сервера", "originalRequest": { "url": { "path": [ "account", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "95a991dc-1d00-47c5-930b-e9634d6fe795", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "account", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Implemented", "code": 501, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "ccf0f21e-aa38-4da8-b233-ac956188ad57", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "account", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Bad Gateway", "code": 502, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "18fd84b0-1aa6-48e9-aee9-e8677267b5a0", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "account", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Service Unavailable", "code": 503, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "0bcf75c0-6968-46a2-9cdf-43ba311299b9", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "account", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Gateway Timeout", "code": 504, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "b68679e8-299e-4ac4-ac32-f029df8fe849", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "account", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "b04d1f05-eb92-4cff-a967-304510b47bc3", "name": "Получение версии сервиса", "request": { "name": "Получение версии сервиса", "description": { "content": "Получение версии сервиса.", "type": "text/plain" }, "url": { "path": [ "account", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null }, "response": [ { "id": "ec645bd2-4abd-4c2f-b012-a5a8e66c354e", "name": "Успешное выполнение", "originalRequest": { "url": { "path": [ "account", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"major\": 4,\n \"minor\": 4,\n \"build\": \"1754RC\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7b6ba138-8001-49d3-9354-e457b14e8248", "name": "Запрашиваемая сущность не найдена", "originalRequest": { "url": { "path": [ "account", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1aa73793-9fc3-477c-a311-ef1bce9c2952", "name": "Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "account", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Method Not Allowed", "code": 405, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "59c2ebcc-2a59-4adc-972f-7ced7498ca39", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "account", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Acceptable", "code": 406, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "5373ecb8-f92b-4c61-8475-2aace97f4941", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "account", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Unsupported Media Type", "code": 415, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "eb1bbeb0-5697-413e-a06f-d24b2059f640", "name": "Превышено количество запросов", "originalRequest": { "url": { "path": [ "account", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b2b466e3-1e06-44ec-a0fc-0e2b0d0edf9b", "name": "Внутренняя ошибка сервера", "originalRequest": { "url": { "path": [ "account", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "927e6009-827f-49a0-a167-312a94dc9ba4", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "account", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Implemented", "code": 501, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "bf85223a-3157-4b8f-9afe-44abd999d6f2", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "account", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Bad Gateway", "code": 502, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "f7a3c248-32c8-40ed-a299-48565465fa0c", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "account", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Service Unavailable", "code": 503, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "d30aba33-52cb-4767-a69f-28c7dd00f8a0", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "account", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Gateway Timeout", "code": 504, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "379e9251-2428-4a3f-9310-c1aad52101fd", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "account", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "d1e700b5-7ccc-4157-b769-7e65ef18a1fd", "name": "Получение документации", "request": { "name": "Получение документации", "description": { "content": "Получение файла с документацией на этот сервис.", "type": "text/plain" }, "url": { "path": [ "account", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "filename", "description": "(Required) Название файла." } ] }, "header": [ { "key": "Accept", "value": "text/html" } ], "method": "GET", "auth": null }, "response": [ { "id": "1737b4c4-db86-4666-8577-3feea99b66e7", "name": "Успешное выполнение", "originalRequest": { "url": { "path": [ "account", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "filename", "description": "(Required) Название файла." } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "text/html" } ], "body": "consequat", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "c98af049-f18b-452a-ae1e-759e5bb19d97", "name": "Запрашиваемая сущность не найдена", "originalRequest": { "url": { "path": [ "account", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "filename", "description": "(Required) Название файла." } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "122e0eb2-62f2-4585-8a27-b82b39e14fd3", "name": "Метод запрещен для данного ресурса, проверьте указанный метод (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "account", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "filename", "description": "(Required) Название файла." } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Method Not Allowed", "code": 405, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "cfc0daaf-b7fd-4188-87ce-6946ec282f29", "name": "Клиент не способен обработать формат ответа, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "account", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "filename", "description": "(Required) Название файла." } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Acceptable", "code": 406, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "908a2157-3cc6-4bfa-8c31-286e4a0e5652", "name": "Неприемлемый формат запроса, проверьте заголовки\n", "originalRequest": { "url": { "path": [ "account", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "filename", "description": "(Required) Название файла." } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Unsupported Media Type", "code": 415, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "3261bbf7-5948-452f-a88a-3c24e86504da", "name": "Превышено количество запросов", "originalRequest": { "url": { "path": [ "account", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "filename", "description": "(Required) Название файла." } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0daae05b-e494-47d7-a051-5ac455c1bc0f", "name": "Внутренняя ошибка сервера", "originalRequest": { "url": { "path": [ "account", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "filename", "description": "(Required) Название файла." } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2022-06-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3370ba1b-81a3-4821-b005-0cfcead562e4", "name": "Функциональность не доступна для использования", "originalRequest": { "url": { "path": [ "account", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "filename", "description": "(Required) Название файла." } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Implemented", "code": 501, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "30e547e0-e08a-43aa-ba94-c7b20e96254e", "name": "Неверный шлюз", "originalRequest": { "url": { "path": [ "account", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "filename", "description": "(Required) Название файла." } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Bad Gateway", "code": 502, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "02d51ce0-8083-4d87-9daa-f14db1eb41b2", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "account", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "filename", "description": "(Required) Название файла." } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Service Unavailable", "code": 503, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "c61bc3dd-7ace-47cb-b799-86831e0c627f", "name": "Шлюз не отвечает", "originalRequest": { "url": { "path": [ "account", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "filename", "description": "(Required) Название файла." } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Gateway Timeout", "code": 504, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "a84eed7e-4191-439b-90c5-eda2349b53ae", "name": "Сервис не доступен", "originalRequest": { "url": { "path": [ "account", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "filename", "description": "(Required) Название файла." } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ], "event": [] } ], "event": [], "variable": [ { "type": "string", "value": "https://api.edge.veeroute.tech", "key": "baseUrl" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "" } ] }, "info": { "_postman_id": "074d8cd2-7c78-4296-a388-ddccb6eb5c82", "name": "VRt.Account [AC]", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": { "content": "# Описание\n\nПрограммный интерфейс для управления учетной записью Veeroute.\n\n## Диаграмма сущностей\n\n![erd](../uml/account.svg)\n\nContact Support:\n Name: Veeroute Support Team\n Email: servicedesk@veeroute.com", "type": "text/plain" } } }