{ "item": [ { "name": "Auth", "description": "Authorization.\n", "item": [ { "id": "899a7e2b-af8b-4f7c-a160-ef9b7e5fd9a4", "name": "Obtaining a token", "request": { "name": "Obtaining a token", "description": { "content": "Obtaining a token using the login and password.", "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", "body": { "mode": "raw", "raw": "{\n \"username\": \"username_for_login\",\n \"password\": \"long_strong_password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "9af601e8-03d4-4fb0-8289-276f1d3ba56c", "name": "Token created successfully", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "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\": \"username_for_login\",\n \"password\": \"long_strong_password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "new.jwt.token", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "52bac6ed-200f-46c5-8940-8ff4af5e2057", "name": "Bad request - input data contains errors", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "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\": \"username_for_login\",\n \"password\": \"long_strong_password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f04dce89-f00d-41a5-8b64-ed006cfd2d6e", "name": "Unauthorized - incorrect authorization details, token is missing or invalid", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "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\": \"username_for_login\",\n \"password\": \"long_strong_password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "887fe8dc-dc00-4007-ab4c-8b8a04c50ea9", "name": "Payment Required", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "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\": \"username_for_login\",\n \"password\": \"long_strong_password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5c89f129-bffd-411f-b68a-4f7c3b55a891", "name": "Forbidden - no permission to execute this operation", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "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\": \"username_for_login\",\n \"password\": \"long_strong_password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d6be0be8-a6d7-4197-ab88-8e585b093945", "name": "Not found", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "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\": \"username_for_login\",\n \"password\": \"long_strong_password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7941da17-543e-4d06-8224-80dcd6d31573", "name": "Method not allowed, check method (POST, GET, ...)", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "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\": \"username_for_login\",\n \"password\": \"long_strong_password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "778dabd7-8fef-4e61-a29e-a3b4e92cde1b", "name": "Client is unable to process a format of response, check headers", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "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\": \"username_for_login\",\n \"password\": \"long_strong_password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "de18ce3e-e7af-40b4-941d-54b37d64061b", "name": "Unsupported media type, check headers", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "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\": \"username_for_login\",\n \"password\": \"long_strong_password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "be9b9fd6-11ea-4bee-a057-bfe2e246d615", "name": "Too many requests", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "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\": \"username_for_login\",\n \"password\": \"long_strong_password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c32363b8-3b70-4067-8727-3a1e3e655a16", "name": "Internal server error", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "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\": \"username_for_login\",\n \"password\": \"long_strong_password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a7e7ca58-3127-4536-8c65-49af830753b9", "name": "Not implemented", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "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\": \"username_for_login\",\n \"password\": \"long_strong_password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "5c397f61-10d3-4ba9-98a8-88d24435b60d", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "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\": \"username_for_login\",\n \"password\": \"long_strong_password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "b3161dd6-8653-4640-aed4-44367ac7fac7", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "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\": \"username_for_login\",\n \"password\": \"long_strong_password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "c86f0d94-0798-42bf-800a-4caa73c73247", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "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\": \"username_for_login\",\n \"password\": \"long_strong_password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "2ccfbacc-0009-4e2e-afd2-464e4123f575", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "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\": \"username_for_login\",\n \"password\": \"long_strong_password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "fbf7087b-755f-4e38-8a85-6dce2a8d934e", "name": "Validating a token", "request": { "name": "Validating a token", "description": { "content": "Validating a token.", "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", "body": { "mode": "raw", "raw": "new.jwt.token", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "e9d1e96d-d20a-44cb-9a23-78c01c81fd97", "name": "Data validation completed successfully", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "new.jwt.token", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"valid\": true,\n \"roles\": [\n \"USER\"\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b18fc1f8-ba8e-4679-92e5-eab92acf2f9e", "name": "Bad request - input data contains errors", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "new.jwt.token", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "716e5814-7392-46e5-afc1-6accfd82344f", "name": "Unauthorized - incorrect authorization details, token is missing or invalid", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "new.jwt.token", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "c2a00df1-f0a6-489b-832b-26cc3b100a1f", "name": "Payment Required", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "new.jwt.token", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8a491b27-e655-4afe-b4d8-d383d693c77a", "name": "Forbidden - no permission to execute this operation", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "new.jwt.token", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6092ca73-abd2-4502-b4a6-a0269e1f2898", "name": "Not found", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "new.jwt.token", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "14157e9a-fcb8-4743-840a-7c7c0225849b", "name": "Method not allowed, check method (POST, GET, ...)", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "new.jwt.token", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "29d95364-b48e-4223-a87c-2ea76ba73747", "name": "Client is unable to process a format of response, check headers", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "new.jwt.token", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "b483e9ce-713e-4752-9fc6-9fe35c1ca68c", "name": "Unsupported media type, check headers", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "new.jwt.token", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "7d6f3708-3c8f-4591-95ad-05b7262c461f", "name": "Too many requests", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "new.jwt.token", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0076f92a-2d25-40e0-8a12-23a5a95cfcb4", "name": "Internal server error", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "new.jwt.token", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "bb4c04cf-d466-4c7f-8762-c8f33df3db7c", "name": "Not implemented", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "new.jwt.token", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "a56e44e9-c956-4370-8ae8-b37398022887", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "new.jwt.token", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "2fa41277-ba15-4892-9da0-d992f9a01e5c", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "new.jwt.token", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "ab753ba9-18ab-4963-b26f-c68f160b35c0", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "new.jwt.token", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "a0b55ccf-675a-4588-b992-312ae13dd0d1", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "new.jwt.token", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "6be35947-998f-421b-8492-b2fd178cb4b6", "name": "Change password", "request": { "name": "Change password", "description": { "content": "Change password and get new token.", "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", "body": { "mode": "raw", "raw": "{\n \"current_password\": \"long_strong_password\",\n \"new_password\": \"long_strong_password\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "20412ade-223d-4050-82ac-fe55f24b9c53", "name": "Successful execution", "originalRequest": { "url": { "path": [ "account", "password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "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\": \"long_strong_password\",\n \"new_password\": \"long_strong_password\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "new.jwt.token", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4b13bd93-b00c-4190-a0a7-7e8b4063bbca", "name": "Bad request - input data contains errors", "originalRequest": { "url": { "path": [ "account", "password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "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\": \"long_strong_password\",\n \"new_password\": \"long_strong_password\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "51760ca4-fb20-4b05-b179-9e873e8e11bf", "name": "Unauthorized - incorrect authorization details, token is missing or invalid", "originalRequest": { "url": { "path": [ "account", "password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "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\": \"long_strong_password\",\n \"new_password\": \"long_strong_password\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "79d88ae9-edd8-4541-94b1-e6be2d936a2d", "name": "Payment Required", "originalRequest": { "url": { "path": [ "account", "password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "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\": \"long_strong_password\",\n \"new_password\": \"long_strong_password\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5a76a680-de81-4039-a206-ad108d4f7229", "name": "Forbidden - no permission to execute this operation", "originalRequest": { "url": { "path": [ "account", "password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "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\": \"long_strong_password\",\n \"new_password\": \"long_strong_password\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d0c734bc-376c-41d2-b6b9-caa544341a21", "name": "Not found", "originalRequest": { "url": { "path": [ "account", "password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "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\": \"long_strong_password\",\n \"new_password\": \"long_strong_password\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c770d0e1-04ce-4637-91b1-83fa23dd330b", "name": "Method not allowed, check method (POST, GET, ...)", "originalRequest": { "url": { "path": [ "account", "password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "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\": \"long_strong_password\",\n \"new_password\": \"long_strong_password\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "e8c271ee-bc8d-4d9a-b18a-dde588413258", "name": "Client is unable to process a format of response, check headers", "originalRequest": { "url": { "path": [ "account", "password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "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\": \"long_strong_password\",\n \"new_password\": \"long_strong_password\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "d3810a44-af05-4e24-9689-add6ed69b2d0", "name": "Unsupported media type, check headers", "originalRequest": { "url": { "path": [ "account", "password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "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\": \"long_strong_password\",\n \"new_password\": \"long_strong_password\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "c106ed62-52f1-44ac-972f-64f6addc5b93", "name": "Too many requests", "originalRequest": { "url": { "path": [ "account", "password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "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\": \"long_strong_password\",\n \"new_password\": \"long_strong_password\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ea27734c-64d2-4db2-875b-67dde1271b3a", "name": "Internal server error", "originalRequest": { "url": { "path": [ "account", "password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "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\": \"long_strong_password\",\n \"new_password\": \"long_strong_password\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1a3d59fb-303c-4c13-85e2-54b2a153ccd7", "name": "Not implemented", "originalRequest": { "url": { "path": [ "account", "password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "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\": \"long_strong_password\",\n \"new_password\": \"long_strong_password\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "23944e37-d5dc-4198-988f-0bd3ff0a226b", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "account", "password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "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\": \"long_strong_password\",\n \"new_password\": \"long_strong_password\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "af4b6654-0c8b-4148-99e5-c74264fa01ae", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "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\": \"long_strong_password\",\n \"new_password\": \"long_strong_password\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "68518316-470a-496c-9678-a4bcf91fafaf", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "account", "password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "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\": \"long_strong_password\",\n \"new_password\": \"long_strong_password\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "d6ab0422-e372-49ca-9c53-2be7c27c4524", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "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\": \"long_strong_password\",\n \"new_password\": \"long_strong_password\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Info", "description": "Account information.\n", "item": [ { "id": "5dff40f1-7b75-4712-9513-1c7c3eb44dd1", "name": "Account information", "request": { "name": "Account information", "description": { "content": "Getting a account information.", "type": "text/plain" }, "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "1aebd270-4b7c-4e81-b9d9-da2186e8c252", "name": "Successful execution", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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\": \"username_for_login\",\n \"company_key\": \"smart_company\",\n \"roles\": [\n \"USER\"\n ],\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"enabled\": true,\n \"timezone\": 3,\n \"edit_date\": \"2024-11-21T19:45:00Z\",\n \"creation_date\": \"2024-11-21T19:45:00Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8a2cef48-59a3-4da5-9d53-176c7a440299", "name": "Bad request - input data contains errors", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "202bdcb0-2552-4615-b8a7-825f969bf151", "name": "Unauthorized - incorrect authorization details, token is missing or invalid", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "a664fbb0-a40f-40aa-ba45-ffd8797b7025", "name": "Payment Required", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "626059cc-2914-4e4e-bbcf-8cf34ba43072", "name": "Forbidden - no permission to execute this operation", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8e0ae34f-c3cf-4f96-99d2-cc38e0f49e21", "name": "Not found", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b79a00c8-9ee0-4dfa-9805-29985e38f5a2", "name": "Method not allowed, check method (POST, GET, ...)", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "b383612e-a200-4d5d-ab3f-864dc32b99a3", "name": "Client is unable to process a format of response, check headers", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "d8b33582-9d8b-4376-a41b-448360016391", "name": "Unsupported media type, check headers", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "593cbe17-f441-4011-a3fa-c29392e8b2ed", "name": "Too many requests", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0174e4e1-8e1b-40cf-84fa-cced6b2857cb", "name": "Internal server error", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "edb149fc-0680-48a6-a6ab-781ac15b6358", "name": "Not implemented", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "7462af59-842b-4c1d-babe-12bc93877130", "name": "Bad gateway", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "1b185acd-132c-4b88-ae84-4d0411e84618", "name": "Service unavailable", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "41423b1a-76fc-4271-9cb4-1a81de6ff6eb", "name": "Gateway timeout", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "2cf08830-e30f-4739-8aaa-22f8cee07469", "name": "Service unavailable", "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": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "1858ee0a-3709-46e5-9f09-ba0efb47700e", "name": "Account update", "request": { "name": "Account update", "description": { "content": "Updating the account information.", "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", "body": { "mode": "raw", "raw": "{\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "299832e8-fef1-40b2-a772-cfb85849f503", "name": "Successful execution", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"username\": \"username_for_login\",\n \"company_key\": \"smart_company\",\n \"roles\": [\n \"USER\"\n ],\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"enabled\": true,\n \"timezone\": 3,\n \"edit_date\": \"2024-11-21T19:45:00Z\",\n \"creation_date\": \"2024-11-21T19:45:00Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2b18eaf9-ce3e-42b4-960b-94bb496ecbed", "name": "Bad request - input data contains errors", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7f034038-e5c3-4205-9682-1ad6d2b04834", "name": "Unauthorized - incorrect authorization details, token is missing or invalid", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "f31e197b-d6b2-4a21-8c56-92f329b2e921", "name": "Payment Required", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "568eb73e-944a-4179-a3d1-f9aea684f80b", "name": "Forbidden - no permission to execute this operation", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e7f48061-8d00-42e1-a61b-89f90f7d9e58", "name": "Not found", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f88aca47-8c58-454c-a701-5521cb24df34", "name": "Method not allowed, check method (POST, GET, ...)", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "0c5e2a79-455a-4145-aa9f-0d44625d5dea", "name": "Client is unable to process a format of response, check headers", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "965071d1-2450-47ae-b490-5a2b8ea9669a", "name": "Unsupported media type, check headers", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "8365f660-5ef4-45e6-96f2-bfff3560ca1a", "name": "Too many requests", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e790fa66-77e1-429b-9eea-b573e45bc821", "name": "Internal server error", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "bd1c5cc2-7b65-43b1-931d-8423a0b4b6e9", "name": "Not implemented", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "ef6808a0-905c-4f5a-b1b2-2b8a62d6608a", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "9f99ccee-c204-4822-947c-48d447490337", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "f740af11-bf7b-4b94-aab4-c2437d086852", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "200254b5-546c-4108-aa46-9c12c5fd1aa1", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Statistics", "description": "Statistics.\n", "item": [ { "id": "59d732ef-b914-4325-9c9d-4ea138d02445", "name": "Statistics for the period", "request": { "name": "Statistics for the period", "description": { "content": "User statistics for the period. If the period is not specified, the statistics for the current month returns (from the beginning of the month to the present day). If no `from` datetime is specified, data are returned from the beginning of the month. If no `to` datetime is specified, data are returned be to the present day (excluding). Empty service and process type fields mean returning statistics for all services and process types.\n", "type": "text/plain" }, "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Date `from` in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-11-22" }, { "disabled": true, "description": { "content": "Date `to` (including) in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-11-26" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "value": "PLAN" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "e35c1c79-f219-4a4e-bae9-1c6a59c92d6b", "name": "Successful execution", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Date `from` in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-11-22" }, { "disabled": true, "description": { "content": "Date `to` (including) in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-11-26" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "value": "PLAN" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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\": \"username_for_login\",\n \"dates\": [\n {\n \"date\": \"2024-11-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-11-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-11-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-11-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-11-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-11-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-11-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-11-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-11-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-11-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-11-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-11-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-11-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-11-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-11-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-11-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-11-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-11-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-11-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-11-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 2500,\n \"elements_per_day\": 2500,\n \"processes_per_day\": 776\n }\n ]\n }\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6a19dda9-9253-486c-be1d-0df9a0d26c48", "name": "Bad request - input data contains errors", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Date `from` in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-11-22" }, { "disabled": true, "description": { "content": "Date `to` (including) in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-11-26" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "value": "PLAN" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "174a4fa7-2261-4397-83a5-c492423aa9a2", "name": "Unauthorized - incorrect authorization details, token is missing or invalid", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Date `from` in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-11-22" }, { "disabled": true, "description": { "content": "Date `to` (including) in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-11-26" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "d9616fa1-b25e-4722-8208-cbe070fbd403", "name": "Payment Required", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Date `from` in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-11-22" }, { "disabled": true, "description": { "content": "Date `to` (including) in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-11-26" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "value": "PLAN" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1bb4cdf2-52fd-465b-9164-a430b62d4d87", "name": "Forbidden - no permission to execute this operation", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Date `from` in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-11-22" }, { "disabled": true, "description": { "content": "Date `to` (including) in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-11-26" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "value": "PLAN" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "defd5e58-5ce2-412d-bf6e-824aae584a4b", "name": "Not found", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Date `from` in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-11-22" }, { "disabled": true, "description": { "content": "Date `to` (including) in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-11-26" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "value": "PLAN" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a3a4af58-9301-40ca-a7bd-2e24b7a95059", "name": "Method not allowed, check method (POST, GET, ...)", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Date `from` in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-11-22" }, { "disabled": true, "description": { "content": "Date `to` (including) in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-11-26" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "445a497d-e1f0-40e4-a7e2-9b63148b70c3", "name": "Client is unable to process a format of response, check headers", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Date `from` in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-11-22" }, { "disabled": true, "description": { "content": "Date `to` (including) in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-11-26" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "5036d589-855f-4a08-90ef-2c8b0ebe53e3", "name": "Unsupported media type, check headers", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Date `from` in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-11-22" }, { "disabled": true, "description": { "content": "Date `to` (including) in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-11-26" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "21a12e16-7ed9-4634-b3d5-7665caffd3bf", "name": "Too many requests", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Date `from` in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-11-22" }, { "disabled": true, "description": { "content": "Date `to` (including) in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-11-26" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "value": "PLAN" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b5d92d75-ceb2-4b73-bdbe-80d085f1a243", "name": "Internal server error", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Date `from` in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-11-22" }, { "disabled": true, "description": { "content": "Date `to` (including) in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-11-26" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "value": "PLAN" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "48f9412d-07ec-4785-b937-2931159e5596", "name": "Not implemented", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Date `from` in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-11-22" }, { "disabled": true, "description": { "content": "Date `to` (including) in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-11-26" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "3b297723-bc8e-49fd-853a-46d64ee1c2ee", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Date `from` in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-11-22" }, { "disabled": true, "description": { "content": "Date `to` (including) in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-11-26" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "9e845073-5eb8-40ac-9692-1614fc48b116", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Date `from` in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-11-22" }, { "disabled": true, "description": { "content": "Date `to` (including) in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-11-26" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "547be456-8a2e-4d20-96aa-e88c6e3688f6", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Date `from` in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-11-22" }, { "disabled": true, "description": { "content": "Date `to` (including) in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-11-26" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "b0f1a195-dd44-4411-a507-38e08c48cfd5", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Date `from` in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-11-22" }, { "disabled": true, "description": { "content": "Date `to` (including) in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-11-26" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "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": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "c87629f9-5db5-4374-8c10-01bbbfb016ff", "name": "Report creating", "request": { "name": "Report creating", "description": { "content": "Creating report with usage statistics. If the period is not specified, records are returned from the beginning of the month to the present day (excluding). If no `from` datetime is specified, data are returned from the beginning of the month. If no `to` datetime is specified, data are returned be the the present day (excluding). Empty service and process type fields mean returning statistics for all services and process types.\n", "type": "text/plain" }, "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Date `from` in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-11-22" }, { "disabled": true, "description": { "content": "Date `to` (including) in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-11-26" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "value": "PLAN" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/octet-stream" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "11e4eb85-f8aa-4da9-b339-13799e1604b3", "name": "Report created successfully", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Date `from` in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-11-22" }, { "disabled": true, "description": { "content": "Date `to` (including) in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-11-26" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "value": "PLAN" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/octet-stream" }, { "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": "dolore officia non", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "7af2c13f-5b85-4295-baf1-90c684c45e8d", "name": "Bad request - input data contains errors", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Date `from` in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-11-22" }, { "disabled": true, "description": { "content": "Date `to` (including) in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-11-26" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "value": "PLAN" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "17900409-4f99-4aba-b2e9-e1a74832e83e", "name": "Unauthorized - incorrect authorization details, token is missing or invalid", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Date `from` in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-11-22" }, { "disabled": true, "description": { "content": "Date `to` (including) in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-11-26" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "380a61d9-bfdb-4e29-b994-af9d9280bb1d", "name": "Payment Required", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Date `from` in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-11-22" }, { "disabled": true, "description": { "content": "Date `to` (including) in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-11-26" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "value": "PLAN" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6ae981a5-cabc-4cce-94d7-db9a4ad716f2", "name": "Forbidden - no permission to execute this operation", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Date `from` in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-11-22" }, { "disabled": true, "description": { "content": "Date `to` (including) in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-11-26" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "value": "PLAN" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9fe6c682-dff9-4bfa-8d46-25dcba682b21", "name": "Client is unable to process a format of response, check headers", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Date `from` in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-11-22" }, { "disabled": true, "description": { "content": "Date `to` (including) in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-11-26" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "fdbd9ac6-c747-4214-9eb8-a8dbeef0e4cb", "name": "Unsupported media type, check headers", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Date `from` in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-11-22" }, { "disabled": true, "description": { "content": "Date `to` (including) in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-11-26" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "b4b055ac-c794-43b8-ad62-406ef15b387e", "name": "Too many requests", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Date `from` in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-11-22" }, { "disabled": true, "description": { "content": "Date `to` (including) in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-11-26" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "value": "PLAN" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9c30537a-df2a-483f-9529-99b0edb851cd", "name": "Internal server error", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Date `from` in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-11-22" }, { "disabled": true, "description": { "content": "Date `to` (including) in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-11-26" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "value": "PLAN" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "03bc49b5-647f-46ac-819a-ed47af319cfe", "name": "Not implemented", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Date `from` in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-11-22" }, { "disabled": true, "description": { "content": "Date `to` (including) in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-11-26" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "da961846-48ea-4de7-8962-8fe22b535e44", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Date `from` in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-11-22" }, { "disabled": true, "description": { "content": "Date `to` (including) in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-11-26" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "a27208b6-e8bc-4921-812a-3bf916ae2568", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Date `from` in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-11-22" }, { "disabled": true, "description": { "content": "Date `to` (including) in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-11-26" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "5e4efdb4-28a4-4888-8f9b-4a96e90c5e47", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Date `from` in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-11-22" }, { "disabled": true, "description": { "content": "Date `to` (including) in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-11-26" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "cb65de18-d038-41c0-afe7-1070ffaa9cfe", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Date `from` in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-11-22" }, { "disabled": true, "description": { "content": "Date `to` (including) in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-11-26" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "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": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Audit", "description": "User actions.\n", "item": [ { "id": "a1895eb1-cda6-4695-908e-1a310476fe73", "name": "Actions for the period", "request": { "name": "Actions for the period", "description": { "content": "User actions for the period. If the period is not specified, data for the current day is returned - from the beginning of the day to the current time inclusive. If the beginning of the time period is not specified, data from the beginning of the current day is returned. If the end of the time period is not specified, data up to the current time is returned.\n", "type": "text/plain" }, "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "The number of items to skip before starting to collect the result set.", "type": "text/plain" }, "key": "offset", "value": "10" }, { "disabled": true, "description": { "content": "The number of items to return.", "type": "text/plain" }, "key": "limit", "value": "10" }, { "disabled": true, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n", "type": "text/plain" }, "key": "from", "value": "2024-11-21T09:30:00+03:00" }, { "disabled": true, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n", "type": "text/plain" }, "key": "to", "value": "2024-11-21T18:00:00+03:00" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Operation name.", "type": "text/plain" }, "key": "operation", "value": "run_plan_calculation" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "value": "PLAN" }, { "disabled": true, "description": { "content": "Process status.", "type": "text/plain" }, "key": "status", "value": "FINISHED_IN_TIME" }, { "disabled": true, "description": { "content": "Field to sort by.", "type": "text/plain" }, "key": "sort_field", "value": "name" }, { "disabled": true, "description": { "content": "Sort direction.", "type": "text/plain" }, "key": "sort_direction", "value": "DESC" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "2fd8735a-d690-4581-b9c0-0eb59b525834", "name": "Successful execution", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "The number of items to skip before starting to collect the result set.", "type": "text/plain" }, "key": "offset", "value": "10" }, { "disabled": true, "description": { "content": "The number of items to return.", "type": "text/plain" }, "key": "limit", "value": "10" }, { "disabled": true, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n", "type": "text/plain" }, "key": "from", "value": "2024-11-21T09:30:00+03:00" }, { "disabled": true, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n", "type": "text/plain" }, "key": "to", "value": "2024-11-21T18:00:00+03:00" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Operation name.", "type": "text/plain" }, "key": "operation", "value": "run_plan_calculation" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "value": "PLAN" }, { "disabled": true, "description": { "content": "Process status.", "type": "text/plain" }, "key": "status", "value": "FINISHED_IN_TIME" }, { "disabled": true, "description": { "content": "Field to sort by.", "type": "text/plain" }, "key": "sort_field", "value": "name" }, { "disabled": true, "description": { "content": "Sort direction.", "type": "text/plain" }, "key": "sort_direction", "value": "DESC" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2024-11-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2024-11-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2024-11-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2024-11-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2024-11-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2024-11-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2024-11-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2024-11-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2024-11-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2024-11-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2024-11-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2024-11-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2024-11-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2024-11-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2024-11-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2024-11-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2024-11-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2024-11-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2024-11-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"process_type\": \"PLAN\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"time\": \"2024-11-21T09:30:00+03:00\",\n \"requests\": [\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n ],\n \"statistics\": {\n \"calculation_info\": {\n \"status\": \"FINISHED_IN_TIME\",\n \"result_version\": 133,\n \"preparing_time\": \"PT1H45M\",\n \"business_validation_time\": \"PT1H45M\",\n \"math_validation_time\": \"PT1H45M\",\n \"waiting_time\": \"PT1H45M\",\n \"calculation_time\": \"PT1H45M\"\n },\n \"request_points_count\": 1500,\n \"result_elements_count\": 500\n },\n \"input_file_exists\": true,\n \"output_file_exists\": true\n }\n ],\n \"counters\": {\n \"overall\": {\n \"total\": 1\n },\n \"filter\": {\n \"total\": 1\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f4157825-6347-4bea-966d-bf7e16b6257a", "name": "Bad request - input data contains errors", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "The number of items to skip before starting to collect the result set.", "type": "text/plain" }, "key": "offset", "value": "10" }, { "disabled": true, "description": { "content": "The number of items to return.", "type": "text/plain" }, "key": "limit", "value": "10" }, { "disabled": true, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n", "type": "text/plain" }, "key": "from", "value": "2024-11-21T09:30:00+03:00" }, { "disabled": true, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n", "type": "text/plain" }, "key": "to", "value": "2024-11-21T18:00:00+03:00" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Operation name.", "type": "text/plain" }, "key": "operation", "value": "run_plan_calculation" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "value": "PLAN" }, { "disabled": true, "description": { "content": "Process status.", "type": "text/plain" }, "key": "status", "value": "FINISHED_IN_TIME" }, { "disabled": true, "description": { "content": "Field to sort by.", "type": "text/plain" }, "key": "sort_field", "value": "name" }, { "disabled": true, "description": { "content": "Sort direction.", "type": "text/plain" }, "key": "sort_direction", "value": "DESC" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2e541134-35ab-408c-8e91-b1408ca51d86", "name": "Unauthorized - incorrect authorization details, token is missing or invalid", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "The number of items to skip before starting to collect the result set.", "type": "text/plain" }, "key": "offset", "value": "10" }, { "disabled": true, "description": { "content": "The number of items to return.", "type": "text/plain" }, "key": "limit", "value": "10" }, { "disabled": true, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n", "type": "text/plain" }, "key": "from", "value": "2024-11-21T09:30:00+03:00" }, { "disabled": true, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n", "type": "text/plain" }, "key": "to", "value": "2024-11-21T18:00:00+03:00" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Operation name.", "type": "text/plain" }, "key": "operation", "value": "run_plan_calculation" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "value": "PLAN" }, { "disabled": true, "description": { "content": "Process status.", "type": "text/plain" }, "key": "status", "value": "FINISHED_IN_TIME" }, { "disabled": true, "description": { "content": "Field to sort by.", "type": "text/plain" }, "key": "sort_field", "value": "name" }, { "disabled": true, "description": { "content": "Sort direction.", "type": "text/plain" }, "key": "sort_direction", "value": "DESC" } ], "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "ddc362be-9dc1-4330-8e96-021791aa1d02", "name": "Payment Required", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "The number of items to skip before starting to collect the result set.", "type": "text/plain" }, "key": "offset", "value": "10" }, { "disabled": true, "description": { "content": "The number of items to return.", "type": "text/plain" }, "key": "limit", "value": "10" }, { "disabled": true, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n", "type": "text/plain" }, "key": "from", "value": "2024-11-21T09:30:00+03:00" }, { "disabled": true, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n", "type": "text/plain" }, "key": "to", "value": "2024-11-21T18:00:00+03:00" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Operation name.", "type": "text/plain" }, "key": "operation", "value": "run_plan_calculation" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "value": "PLAN" }, { "disabled": true, "description": { "content": "Process status.", "type": "text/plain" }, "key": "status", "value": "FINISHED_IN_TIME" }, { "disabled": true, "description": { "content": "Field to sort by.", "type": "text/plain" }, "key": "sort_field", "value": "name" }, { "disabled": true, "description": { "content": "Sort direction.", "type": "text/plain" }, "key": "sort_direction", "value": "DESC" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f0d8ba5a-ab46-45d2-8381-903500397282", "name": "Forbidden - no permission to execute this operation", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "The number of items to skip before starting to collect the result set.", "type": "text/plain" }, "key": "offset", "value": "10" }, { "disabled": true, "description": { "content": "The number of items to return.", "type": "text/plain" }, "key": "limit", "value": "10" }, { "disabled": true, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n", "type": "text/plain" }, "key": "from", "value": "2024-11-21T09:30:00+03:00" }, { "disabled": true, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n", "type": "text/plain" }, "key": "to", "value": "2024-11-21T18:00:00+03:00" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Operation name.", "type": "text/plain" }, "key": "operation", "value": "run_plan_calculation" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "value": "PLAN" }, { "disabled": true, "description": { "content": "Process status.", "type": "text/plain" }, "key": "status", "value": "FINISHED_IN_TIME" }, { "disabled": true, "description": { "content": "Field to sort by.", "type": "text/plain" }, "key": "sort_field", "value": "name" }, { "disabled": true, "description": { "content": "Sort direction.", "type": "text/plain" }, "key": "sort_direction", "value": "DESC" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c396dc44-ad06-44a2-992c-fbfe74f62813", "name": "Not found", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "The number of items to skip before starting to collect the result set.", "type": "text/plain" }, "key": "offset", "value": "10" }, { "disabled": true, "description": { "content": "The number of items to return.", "type": "text/plain" }, "key": "limit", "value": "10" }, { "disabled": true, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n", "type": "text/plain" }, "key": "from", "value": "2024-11-21T09:30:00+03:00" }, { "disabled": true, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n", "type": "text/plain" }, "key": "to", "value": "2024-11-21T18:00:00+03:00" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Operation name.", "type": "text/plain" }, "key": "operation", "value": "run_plan_calculation" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "value": "PLAN" }, { "disabled": true, "description": { "content": "Process status.", "type": "text/plain" }, "key": "status", "value": "FINISHED_IN_TIME" }, { "disabled": true, "description": { "content": "Field to sort by.", "type": "text/plain" }, "key": "sort_field", "value": "name" }, { "disabled": true, "description": { "content": "Sort direction.", "type": "text/plain" }, "key": "sort_direction", "value": "DESC" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b2e2947e-1de7-4962-8592-5441e57e6c5c", "name": "Method not allowed, check method (POST, GET, ...)", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "The number of items to skip before starting to collect the result set.", "type": "text/plain" }, "key": "offset", "value": "10" }, { "disabled": true, "description": { "content": "The number of items to return.", "type": "text/plain" }, "key": "limit", "value": "10" }, { "disabled": true, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n", "type": "text/plain" }, "key": "from", "value": "2024-11-21T09:30:00+03:00" }, { "disabled": true, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n", "type": "text/plain" }, "key": "to", "value": "2024-11-21T18:00:00+03:00" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Operation name.", "type": "text/plain" }, "key": "operation", "value": "run_plan_calculation" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "value": "PLAN" }, { "disabled": true, "description": { "content": "Process status.", "type": "text/plain" }, "key": "status", "value": "FINISHED_IN_TIME" }, { "disabled": true, "description": { "content": "Field to sort by.", "type": "text/plain" }, "key": "sort_field", "value": "name" }, { "disabled": true, "description": { "content": "Sort direction.", "type": "text/plain" }, "key": "sort_direction", "value": "DESC" } ], "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "ddeaefaa-24bc-4805-ac1b-ff507b3a3b37", "name": "Client is unable to process a format of response, check headers", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "The number of items to skip before starting to collect the result set.", "type": "text/plain" }, "key": "offset", "value": "10" }, { "disabled": true, "description": { "content": "The number of items to return.", "type": "text/plain" }, "key": "limit", "value": "10" }, { "disabled": true, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n", "type": "text/plain" }, "key": "from", "value": "2024-11-21T09:30:00+03:00" }, { "disabled": true, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n", "type": "text/plain" }, "key": "to", "value": "2024-11-21T18:00:00+03:00" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Operation name.", "type": "text/plain" }, "key": "operation", "value": "run_plan_calculation" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "value": "PLAN" }, { "disabled": true, "description": { "content": "Process status.", "type": "text/plain" }, "key": "status", "value": "FINISHED_IN_TIME" }, { "disabled": true, "description": { "content": "Field to sort by.", "type": "text/plain" }, "key": "sort_field", "value": "name" }, { "disabled": true, "description": { "content": "Sort direction.", "type": "text/plain" }, "key": "sort_direction", "value": "DESC" } ], "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "4c28399a-d8c1-4664-aa51-226dcf49e859", "name": "Unsupported media type, check headers", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "The number of items to skip before starting to collect the result set.", "type": "text/plain" }, "key": "offset", "value": "10" }, { "disabled": true, "description": { "content": "The number of items to return.", "type": "text/plain" }, "key": "limit", "value": "10" }, { "disabled": true, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n", "type": "text/plain" }, "key": "from", "value": "2024-11-21T09:30:00+03:00" }, { "disabled": true, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n", "type": "text/plain" }, "key": "to", "value": "2024-11-21T18:00:00+03:00" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Operation name.", "type": "text/plain" }, "key": "operation", "value": "run_plan_calculation" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "value": "PLAN" }, { "disabled": true, "description": { "content": "Process status.", "type": "text/plain" }, "key": "status", "value": "FINISHED_IN_TIME" }, { "disabled": true, "description": { "content": "Field to sort by.", "type": "text/plain" }, "key": "sort_field", "value": "name" }, { "disabled": true, "description": { "content": "Sort direction.", "type": "text/plain" }, "key": "sort_direction", "value": "DESC" } ], "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "f7897562-d919-469d-be67-a8779ff902b6", "name": "Too many requests", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "The number of items to skip before starting to collect the result set.", "type": "text/plain" }, "key": "offset", "value": "10" }, { "disabled": true, "description": { "content": "The number of items to return.", "type": "text/plain" }, "key": "limit", "value": "10" }, { "disabled": true, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n", "type": "text/plain" }, "key": "from", "value": "2024-11-21T09:30:00+03:00" }, { "disabled": true, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n", "type": "text/plain" }, "key": "to", "value": "2024-11-21T18:00:00+03:00" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Operation name.", "type": "text/plain" }, "key": "operation", "value": "run_plan_calculation" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "value": "PLAN" }, { "disabled": true, "description": { "content": "Process status.", "type": "text/plain" }, "key": "status", "value": "FINISHED_IN_TIME" }, { "disabled": true, "description": { "content": "Field to sort by.", "type": "text/plain" }, "key": "sort_field", "value": "name" }, { "disabled": true, "description": { "content": "Sort direction.", "type": "text/plain" }, "key": "sort_direction", "value": "DESC" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "477b2689-e5b5-4eaf-86d1-b2b534098c42", "name": "Internal server error", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "The number of items to skip before starting to collect the result set.", "type": "text/plain" }, "key": "offset", "value": "10" }, { "disabled": true, "description": { "content": "The number of items to return.", "type": "text/plain" }, "key": "limit", "value": "10" }, { "disabled": true, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n", "type": "text/plain" }, "key": "from", "value": "2024-11-21T09:30:00+03:00" }, { "disabled": true, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n", "type": "text/plain" }, "key": "to", "value": "2024-11-21T18:00:00+03:00" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Operation name.", "type": "text/plain" }, "key": "operation", "value": "run_plan_calculation" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "value": "PLAN" }, { "disabled": true, "description": { "content": "Process status.", "type": "text/plain" }, "key": "status", "value": "FINISHED_IN_TIME" }, { "disabled": true, "description": { "content": "Field to sort by.", "type": "text/plain" }, "key": "sort_field", "value": "name" }, { "disabled": true, "description": { "content": "Sort direction.", "type": "text/plain" }, "key": "sort_direction", "value": "DESC" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3ff03493-3b5d-4f9f-a912-0e24000e2db9", "name": "Not implemented", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "The number of items to skip before starting to collect the result set.", "type": "text/plain" }, "key": "offset", "value": "10" }, { "disabled": true, "description": { "content": "The number of items to return.", "type": "text/plain" }, "key": "limit", "value": "10" }, { "disabled": true, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n", "type": "text/plain" }, "key": "from", "value": "2024-11-21T09:30:00+03:00" }, { "disabled": true, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n", "type": "text/plain" }, "key": "to", "value": "2024-11-21T18:00:00+03:00" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Operation name.", "type": "text/plain" }, "key": "operation", "value": "run_plan_calculation" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "value": "PLAN" }, { "disabled": true, "description": { "content": "Process status.", "type": "text/plain" }, "key": "status", "value": "FINISHED_IN_TIME" }, { "disabled": true, "description": { "content": "Field to sort by.", "type": "text/plain" }, "key": "sort_field", "value": "name" }, { "disabled": true, "description": { "content": "Sort direction.", "type": "text/plain" }, "key": "sort_direction", "value": "DESC" } ], "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "9d95d8cf-839d-4096-90f6-0f0acd6ba311", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "The number of items to skip before starting to collect the result set.", "type": "text/plain" }, "key": "offset", "value": "10" }, { "disabled": true, "description": { "content": "The number of items to return.", "type": "text/plain" }, "key": "limit", "value": "10" }, { "disabled": true, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n", "type": "text/plain" }, "key": "from", "value": "2024-11-21T09:30:00+03:00" }, { "disabled": true, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n", "type": "text/plain" }, "key": "to", "value": "2024-11-21T18:00:00+03:00" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Operation name.", "type": "text/plain" }, "key": "operation", "value": "run_plan_calculation" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "value": "PLAN" }, { "disabled": true, "description": { "content": "Process status.", "type": "text/plain" }, "key": "status", "value": "FINISHED_IN_TIME" }, { "disabled": true, "description": { "content": "Field to sort by.", "type": "text/plain" }, "key": "sort_field", "value": "name" }, { "disabled": true, "description": { "content": "Sort direction.", "type": "text/plain" }, "key": "sort_direction", "value": "DESC" } ], "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "a9036d0e-36c5-470c-95e5-cfc2d73562a5", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "The number of items to skip before starting to collect the result set.", "type": "text/plain" }, "key": "offset", "value": "10" }, { "disabled": true, "description": { "content": "The number of items to return.", "type": "text/plain" }, "key": "limit", "value": "10" }, { "disabled": true, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n", "type": "text/plain" }, "key": "from", "value": "2024-11-21T09:30:00+03:00" }, { "disabled": true, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n", "type": "text/plain" }, "key": "to", "value": "2024-11-21T18:00:00+03:00" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Operation name.", "type": "text/plain" }, "key": "operation", "value": "run_plan_calculation" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "value": "PLAN" }, { "disabled": true, "description": { "content": "Process status.", "type": "text/plain" }, "key": "status", "value": "FINISHED_IN_TIME" }, { "disabled": true, "description": { "content": "Field to sort by.", "type": "text/plain" }, "key": "sort_field", "value": "name" }, { "disabled": true, "description": { "content": "Sort direction.", "type": "text/plain" }, "key": "sort_direction", "value": "DESC" } ], "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "69faf877-dd60-455c-80cb-bbe9cdc5002a", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "The number of items to skip before starting to collect the result set.", "type": "text/plain" }, "key": "offset", "value": "10" }, { "disabled": true, "description": { "content": "The number of items to return.", "type": "text/plain" }, "key": "limit", "value": "10" }, { "disabled": true, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n", "type": "text/plain" }, "key": "from", "value": "2024-11-21T09:30:00+03:00" }, { "disabled": true, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n", "type": "text/plain" }, "key": "to", "value": "2024-11-21T18:00:00+03:00" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Operation name.", "type": "text/plain" }, "key": "operation", "value": "run_plan_calculation" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "value": "PLAN" }, { "disabled": true, "description": { "content": "Process status.", "type": "text/plain" }, "key": "status", "value": "FINISHED_IN_TIME" }, { "disabled": true, "description": { "content": "Field to sort by.", "type": "text/plain" }, "key": "sort_field", "value": "name" }, { "disabled": true, "description": { "content": "Sort direction.", "type": "text/plain" }, "key": "sort_direction", "value": "DESC" } ], "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "086498de-73e4-456a-bfc0-fa248486e535", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "The number of items to skip before starting to collect the result set.", "type": "text/plain" }, "key": "offset", "value": "10" }, { "disabled": true, "description": { "content": "The number of items to return.", "type": "text/plain" }, "key": "limit", "value": "10" }, { "disabled": true, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n", "type": "text/plain" }, "key": "from", "value": "2024-11-21T09:30:00+03:00" }, { "disabled": true, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n", "type": "text/plain" }, "key": "to", "value": "2024-11-21T18:00:00+03:00" }, { "disabled": true, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service", "value": "UNIVERSAL" }, { "disabled": true, "description": { "content": "Operation name.", "type": "text/plain" }, "key": "operation", "value": "run_plan_calculation" }, { "disabled": true, "description": { "content": "Process type.", "type": "text/plain" }, "key": "process_type", "value": "PLAN" }, { "disabled": true, "description": { "content": "Process status.", "type": "text/plain" }, "key": "status", "value": "FINISHED_IN_TIME" }, { "disabled": true, "description": { "content": "Field to sort by.", "type": "text/plain" }, "key": "sort_field", "value": "name" }, { "disabled": true, "description": { "content": "Sort direction.", "type": "text/plain" }, "key": "sort_direction", "value": "DESC" } ], "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": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Data", "description": "User data.\n", "item": [ { "id": "5ee62a67-ac33-40c4-b0b5-b6da1021c2b5", "name": "Reading input data", "request": { "name": "Reading input data", "description": { "content": "Receiving an incoming request by `tracedata.process_code`.", "type": "text/plain" }, "url": { "path": [ "account", "data", ":process_code" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Data flow type.", "type": "text/plain" }, "key": "data_flow_type", "value": "OUTPUT" }, { "disabled": true, "description": { "content": "Data flow stage.", "type": "text/plain" }, "key": "data_flow_stage", "value": "RAW" } ], "variable": [ { "type": "any", "value": "11111111-2222-3333-4444-555555555555", "key": "process_code", "disabled": false, "description": { "content": "(Required) Unique process identifier.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/octet-stream" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "75eaab35-d89f-4105-bbe6-4d917491ee6d", "name": "Successful execution", "originalRequest": { "url": { "path": [ "account", "data", ":process_code" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Data flow type.", "type": "text/plain" }, "key": "data_flow_type", "value": "OUTPUT" }, { "disabled": true, "description": { "content": "Data flow stage.", "type": "text/plain" }, "key": "data_flow_stage", "value": "RAW" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/octet-stream" }, { "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": "sit et in culpa tempor", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "a4624949-5854-446c-8dd6-b0be87a4c9ec", "name": "Bad request - input data contains errors", "originalRequest": { "url": { "path": [ "account", "data", ":process_code" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Data flow type.", "type": "text/plain" }, "key": "data_flow_type", "value": "OUTPUT" }, { "disabled": true, "description": { "content": "Data flow stage.", "type": "text/plain" }, "key": "data_flow_stage", "value": "RAW" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7e83d188-18f2-4e45-a018-7ad6126f6167", "name": "Unauthorized - incorrect authorization details, token is missing or invalid", "originalRequest": { "url": { "path": [ "account", "data", ":process_code" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Data flow type.", "type": "text/plain" }, "key": "data_flow_type", "value": "OUTPUT" }, { "disabled": true, "description": { "content": "Data flow stage.", "type": "text/plain" }, "key": "data_flow_stage", "value": "RAW" } ], "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "057c13ba-1920-425f-9ebd-7471f63880f5", "name": "Payment Required", "originalRequest": { "url": { "path": [ "account", "data", ":process_code" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Data flow type.", "type": "text/plain" }, "key": "data_flow_type", "value": "OUTPUT" }, { "disabled": true, "description": { "content": "Data flow stage.", "type": "text/plain" }, "key": "data_flow_stage", "value": "RAW" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "98e39ac6-584a-4087-9030-659052343ba4", "name": "Forbidden - no permission to execute this operation", "originalRequest": { "url": { "path": [ "account", "data", ":process_code" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Data flow type.", "type": "text/plain" }, "key": "data_flow_type", "value": "OUTPUT" }, { "disabled": true, "description": { "content": "Data flow stage.", "type": "text/plain" }, "key": "data_flow_stage", "value": "RAW" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f6387373-f2ac-45d6-a2c0-8c6a4086a22c", "name": "Not found", "originalRequest": { "url": { "path": [ "account", "data", ":process_code" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Data flow type.", "type": "text/plain" }, "key": "data_flow_type", "value": "OUTPUT" }, { "disabled": true, "description": { "content": "Data flow stage.", "type": "text/plain" }, "key": "data_flow_stage", "value": "RAW" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c1b461ae-847a-49c6-9a33-52b3671c70b8", "name": "Method not allowed, check method (POST, GET, ...)", "originalRequest": { "url": { "path": [ "account", "data", ":process_code" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Data flow type.", "type": "text/plain" }, "key": "data_flow_type", "value": "OUTPUT" }, { "disabled": true, "description": { "content": "Data flow stage.", "type": "text/plain" }, "key": "data_flow_stage", "value": "RAW" } ], "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "8b29be2c-bad3-4244-ac0c-59d780e3c615", "name": "Client is unable to process a format of response, check headers", "originalRequest": { "url": { "path": [ "account", "data", ":process_code" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Data flow type.", "type": "text/plain" }, "key": "data_flow_type", "value": "OUTPUT" }, { "disabled": true, "description": { "content": "Data flow stage.", "type": "text/plain" }, "key": "data_flow_stage", "value": "RAW" } ], "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "d9d0ab3f-1456-4a0a-aaac-eab88c02e832", "name": "Unsupported media type, check headers", "originalRequest": { "url": { "path": [ "account", "data", ":process_code" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Data flow type.", "type": "text/plain" }, "key": "data_flow_type", "value": "OUTPUT" }, { "disabled": true, "description": { "content": "Data flow stage.", "type": "text/plain" }, "key": "data_flow_stage", "value": "RAW" } ], "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "61d5710f-10ad-485b-addf-849a05e2a915", "name": "Too many requests", "originalRequest": { "url": { "path": [ "account", "data", ":process_code" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Data flow type.", "type": "text/plain" }, "key": "data_flow_type", "value": "OUTPUT" }, { "disabled": true, "description": { "content": "Data flow stage.", "type": "text/plain" }, "key": "data_flow_stage", "value": "RAW" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b05f95fb-9990-42af-bbb9-f916a01bd6d1", "name": "Internal server error", "originalRequest": { "url": { "path": [ "account", "data", ":process_code" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Data flow type.", "type": "text/plain" }, "key": "data_flow_type", "value": "OUTPUT" }, { "disabled": true, "description": { "content": "Data flow stage.", "type": "text/plain" }, "key": "data_flow_stage", "value": "RAW" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "772106c1-3608-4730-93ab-d009dbc629af", "name": "Not implemented", "originalRequest": { "url": { "path": [ "account", "data", ":process_code" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Data flow type.", "type": "text/plain" }, "key": "data_flow_type", "value": "OUTPUT" }, { "disabled": true, "description": { "content": "Data flow stage.", "type": "text/plain" }, "key": "data_flow_stage", "value": "RAW" } ], "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "f98cefd7-aa7a-4878-8d49-d825662a1992", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "account", "data", ":process_code" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Data flow type.", "type": "text/plain" }, "key": "data_flow_type", "value": "OUTPUT" }, { "disabled": true, "description": { "content": "Data flow stage.", "type": "text/plain" }, "key": "data_flow_stage", "value": "RAW" } ], "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "4ec026bb-b0d1-4b14-a0dd-b096d9209c9e", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "data", ":process_code" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Data flow type.", "type": "text/plain" }, "key": "data_flow_type", "value": "OUTPUT" }, { "disabled": true, "description": { "content": "Data flow stage.", "type": "text/plain" }, "key": "data_flow_stage", "value": "RAW" } ], "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "5e918973-0890-4ad8-8f12-c16370594525", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "account", "data", ":process_code" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Data flow type.", "type": "text/plain" }, "key": "data_flow_type", "value": "OUTPUT" }, { "disabled": true, "description": { "content": "Data flow stage.", "type": "text/plain" }, "key": "data_flow_stage", "value": "RAW" } ], "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "04b27036-2e85-46eb-abbc-765ea80cad3d", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "data", ":process_code" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": true, "description": { "content": "Data flow type.", "type": "text/plain" }, "key": "data_flow_type", "value": "OUTPUT" }, { "disabled": true, "description": { "content": "Data flow stage.", "type": "text/plain" }, "key": "data_flow_stage", "value": "RAW" } ], "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": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Quotas", "description": "Quotas.\n", "item": [ { "id": "50cac742-02cf-4ea7-aacf-0d939db645cf", "name": "Obtaining the quotas", "request": { "name": "Obtaining the quotas", "description": { "content": "Obtaining the quotas for the user.", "type": "text/plain" }, "url": { "path": [ "account", "quota" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "e6e3d61c-0c2d-4c49-83e8-46d2dc5c3dd1", "name": "Successful execution", "originalRequest": { "url": { "path": [ "account", "quota" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"processes\": [\n {\n \"process_type\": \"PLAN\",\n \"points_per_request\": 1500,\n \"points_per_day\": 25000,\n \"max_concurrent_execution\": 5\n }\n ]\n }\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "800741a5-0809-4c3d-8792-badb0b3c91d1", "name": "Bad request - input data contains errors", "originalRequest": { "url": { "path": [ "account", "quota" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7c6b1a86-b3ef-4b7f-a823-fd6309fc9e04", "name": "Unauthorized - incorrect authorization details, token is missing or invalid", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "8d89aace-5f5e-4330-9767-2f52b92aed23", "name": "Payment Required", "originalRequest": { "url": { "path": [ "account", "quota" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "406e2e33-8d32-486c-b4f4-61b1fe71f401", "name": "Forbidden - no permission to execute this operation", "originalRequest": { "url": { "path": [ "account", "quota" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "93c07605-3a21-48e2-b8fd-03e6e5e2c5b5", "name": "Not found", "originalRequest": { "url": { "path": [ "account", "quota" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d659b8b8-edec-4ef9-9ee3-e269f8e480e1", "name": "Method not allowed, check method (POST, GET, ...)", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "3e03154b-ae7e-4440-9312-aec4b8d824b9", "name": "Client is unable to process a format of response, check headers", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "c566fb12-136c-494f-ac2b-cf96df531f7f", "name": "Unsupported media type, check headers", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "a0179257-b8ab-4aea-baac-c9cc1ee172d5", "name": "Too many requests", "originalRequest": { "url": { "path": [ "account", "quota" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d08439a0-6247-4f96-8274-5bf35ff949e8", "name": "Internal server error", "originalRequest": { "url": { "path": [ "account", "quota" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6bea57d3-4231-4e74-bce5-ead486bd4fff", "name": "Not implemented", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "1d39e17f-51d8-4bf0-a56e-b08594257150", "name": "Bad gateway", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "f02599b8-ccff-43f1-b884-02ab403d5472", "name": "Service unavailable", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "54924412-4a5d-49a0-be94-f71d3934e1cf", "name": "Gateway timeout", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "d43b03a7-64c3-43b3-9695-c4976f43166a", "name": "Service unavailable", "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": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "System", "description": "System functions.\nAuxiliary functionality common to all services.\n", "item": [ { "id": "e34a6e18-2c57-4930-82c4-5f090aae39bc", "name": "Checking the availability", "request": { "name": "Checking the availability", "description": { "content": "Checking the service availability.", "type": "text/plain" }, "url": { "path": [ "account", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "488b079b-5d82-4f7d-88e5-471e4cb74ab5", "name": "Successful execution", "originalRequest": { "url": { "path": [ "account", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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": "ec997031-2a23-4787-9a42-1214d18a439d", "name": "Not found", "originalRequest": { "url": { "path": [ "account", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "914ff813-7c45-4e58-8f84-6ffc0b03e52b", "name": "Method not allowed, check method (POST, GET, ...)", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "a8130c4f-c4bd-4e06-81ec-cecf5b8884fa", "name": "Client is unable to process a format of response, check headers", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "e7849239-a66d-4e9a-b5be-46b265bd2f60", "name": "Unsupported media type, check headers", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "52e6e58e-3083-40ff-9609-00cd2967d439", "name": "Too many requests", "originalRequest": { "url": { "path": [ "account", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "948ca801-cb8f-49e8-ac68-62c10837ae8a", "name": "Internal server error", "originalRequest": { "url": { "path": [ "account", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d7e8e292-60ac-449c-b71f-ecd52bce0b2f", "name": "Not implemented", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "c41052dd-efbb-4cbb-afb8-92f212fb165c", "name": "Bad gateway", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "61f827bb-894a-4458-89f7-30cc6870ba75", "name": "Service unavailable", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "95a5e732-2a49-4fe2-b219-2ad42e6680e7", "name": "Gateway timeout", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "3f3fc90a-1cfd-43c9-89a5-fdab66b8bd66", "name": "Service unavailable", "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": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "e41e8c9a-9327-441d-a47f-5e9116b94a8b", "name": "Getting the service version", "request": { "name": "Getting the service version", "description": { "content": "Getting the service version.", "type": "text/plain" }, "url": { "path": [ "account", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "a6c90b3b-1795-470a-be20-50c4178d25d1", "name": "Successful execution", "originalRequest": { "url": { "path": [ "account", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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\": 7,\n \"minor\": 5,\n \"build\": \"3754RC\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e60b1e7d-66b4-4081-89cf-04e85b961696", "name": "Not found", "originalRequest": { "url": { "path": [ "account", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8946c882-fc3a-43a0-9985-e507c84a0976", "name": "Method not allowed, check method (POST, GET, ...)", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "893a063e-67ac-4948-880f-007ed3921ec2", "name": "Client is unable to process a format of response, check headers", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "4fc99f44-0eb5-40fc-8948-545c80c0db14", "name": "Unsupported media type, check headers", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "d7f18e6c-1c2a-4f26-87c1-4230bef5d430", "name": "Too many requests", "originalRequest": { "url": { "path": [ "account", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f283cdec-9560-43cd-a94b-9e2694dd357f", "name": "Internal server error", "originalRequest": { "url": { "path": [ "account", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "327af635-1cfe-46c5-8092-114307b5ede3", "name": "Not implemented", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "1369b60e-b259-4ec9-a342-d2072aba0bd4", "name": "Bad gateway", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "52831f3c-4ba3-4b63-ac1e-0e0ab10003f3", "name": "Service unavailable", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "4df7adb8-6a1a-46c9-b7b4-55af3f2fd1e6", "name": "Gateway timeout", "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "2f255229-fc8c-4df8-8305-e91128e32c30", "name": "Service unavailable", "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": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "ca17746c-4a81-4b68-b336-969bc696ab69", "name": "Getting the documentation", "request": { "name": "Getting the documentation", "description": { "content": "Getting the file with this service documentation.", "type": "text/plain" }, "url": { "path": [ "account", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "file_en.html", "key": "filename", "disabled": false, "description": { "content": "(Required) File name.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "text/html" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "fd2d97af-6454-4bb1-8f32-d1262523e5fa", "name": "Successful execution", "originalRequest": { "url": { "path": [ "account", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "text/html" }, { "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": "dolore veniam culpa incididunt do", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "cb47ab90-8cea-4942-b657-f05f5659561a", "name": "Not found", "originalRequest": { "url": { "path": [ "account", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "572942e3-1bac-4591-8651-8515380ae62f", "name": "Method not allowed, check method (POST, GET, ...)", "originalRequest": { "url": { "path": [ "account", "file", ":filename" ], "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "57c4ef7e-f0ab-48ff-9dad-f0330710acf6", "name": "Client is unable to process a format of response, check headers", "originalRequest": { "url": { "path": [ "account", "file", ":filename" ], "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "efc809d9-0cf4-426e-9beb-d577f465f272", "name": "Unsupported media type, check headers", "originalRequest": { "url": { "path": [ "account", "file", ":filename" ], "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "1aac015b-f35c-4a2f-b30e-19f0161fd75f", "name": "Too many requests", "originalRequest": { "url": { "path": [ "account", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "eafe627d-85a6-4977-a6bb-5bbdebb2be54", "name": "Internal server error", "originalRequest": { "url": { "path": [ "account", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "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 \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0f2aa2bc-dc9c-4d51-8928-5f6684626eb0", "name": "Not implemented", "originalRequest": { "url": { "path": [ "account", "file", ":filename" ], "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "40c8f252-888a-4601-843e-423f19571def", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "account", "file", ":filename" ], "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "78f6ef92-7444-41fb-b534-ecf18390b805", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "file", ":filename" ], "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "3d882e90-7012-4a45-9af6-8b1581848e96", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "account", "file", ":filename" ], "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": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "0cbe8618-a85d-413f-a947-312997c23197", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "file", ":filename" ], "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": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ], "auth": { "type": "bearer", "bearer": [ { "type": "any", "value": "{{bearerToken}}", "key": "token" } ] }, "event": [], "variable": [ { "key": "baseUrl", "value": "https://api.edge7.veeroute.cloud" } ], "info": { "_postman_id": "c327696f-57ee-48c2-ad9d-395f853d75ae", "name": "VRt.Account [AC]", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": { "content": "# Description\n\nVeeroute Account Panel.\n\n## Entity relationship diagram\n\n![erd](../uml/account.svg)\n\n\nContact Support:\n Name: Veeroute Support Team\n Email: servicedesk@veeroute.com", "type": "text/plain" } } }