{ "_type": "export", "__export_format": 4, "__export_date": "2026-06-14T20:04:08.000Z", "__export_source": "veeroute.gen_insomnia:v1", "resources": [ { "_type": "workspace", "_id": "__WORKSPACE_ID__", "parentId": null, "name": "VRt.Account [AC] 7.39.3350", "description": "# Description\n\nVeeroute Account Panel.\n\n## Usage metrics\n\nService usage metrics are computed for each client and for each process type. They can be retrieved from the personal cabinet or via the api method.\n\nThe metrics are described by the following object:\n\n" }, { "parentId": "__WORKSPACE_ID__", "name": "Base environment", "data": { "base_url": "{{ scheme }}://{{ host }}{{ base_path }}" }, "_type": "environment", "_id": "__BASE_ENVIRONMENT_ID__" }, { "parentId": "__BASE_ENVIRONMENT_ID__", "name": "OpenAPI env", "data": { "scheme": "https", "base_path": "", "host": "api.edge7.veeroute.cloud", "bearerToken": "bearerToken" }, "_type": "environment", "_id": "env___BASE_ENVIRONMENT_ID___sub" }, { "parentId": "__WORKSPACE_ID__", "name": "Auth", "environment": {}, "_id": "fld___WORKSPACE_ID__d93c9fdb", "_type": "request_group", "description": "Authorization." }, { "parentId": "__WORKSPACE_ID__", "name": "Info", "environment": {}, "_id": "fld___WORKSPACE_ID__baa983d0", "_type": "request_group", "description": "Account information." }, { "parentId": "__WORKSPACE_ID__", "name": "Quota", "environment": {}, "_id": "fld___WORKSPACE_ID__9b991163", "_type": "request_group", "description": "Quota." }, { "parentId": "__WORKSPACE_ID__", "name": "Audit", "environment": {}, "_id": "fld___WORKSPACE_ID__5f509efb", "_type": "request_group", "description": "User actions." }, { "parentId": "__WORKSPACE_ID__", "name": "Data", "environment": {}, "_id": "fld___WORKSPACE_ID__f0621adf", "_type": "request_group", "description": "User data." }, { "parentId": "__WORKSPACE_ID__", "name": "Statistics", "environment": {}, "_id": "fld___WORKSPACE_ID__02ff5967", "_type": "request_group", "description": "Statistics." }, { "parentId": "__WORKSPACE_ID__", "name": "System", "environment": {}, "_id": "fld___WORKSPACE_ID__7379b220", "_type": "request_group", "description": "System functions.\nAuxiliary functionality common to all services." }, { "parentId": "fld___WORKSPACE_ID__d93c9fdb", "name": "Obtaining a token", "url": "{{ base_url }}/account/token/generation", "body": { "mimeType": "application/json", "text": "{\n \"username\": \"username_for_login\",\n \"password\": \"long_strong_password\",\n \"ttl_seconds\": 86400\n}" }, "parameters": [], "headers": [], "authentication": {}, "_type": "request", "_id": "req___WORKSPACE_ID__9d64884e", "method": "POST", "description": "Obtaining a token using the login and password." }, { "parentId": "fld___WORKSPACE_ID__d93c9fdb", "name": "Validating a token", "url": "{{ base_url }}/account/token/validation", "body": { "mimeType": "application/json", "text": "\"new.jwt.token\"" }, "parameters": [], "headers": [], "authentication": {}, "_type": "request", "_id": "req___WORKSPACE_ID__665e8925", "method": "POST", "description": "Validating a token." }, { "parentId": "fld___WORKSPACE_ID__d93c9fdb", "name": "Change password", "url": "{{ base_url }}/account/password", "body": { "mimeType": "application/json", "text": "{\n \"current_password\": \"long_strong_password\",\n \"new_password\": \"long_strong_password\"\n}" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__f9b34161", "method": "POST", "description": "Change password and get new token." }, { "parentId": "fld___WORKSPACE_ID__baa983d0", "name": "Account information", "url": "{{ base_url }}/account/info", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__4870bbef", "method": "GET", "description": "Getting a account information." }, { "parentId": "fld___WORKSPACE_ID__baa983d0", "name": "Account update", "url": "{{ base_url }}/account/info", "body": { "mimeType": "application/json", "text": "{\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"attributes\": []\n}" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__bcfb4283", "method": "PUT", "description": "Updating the account information." }, { "parentId": "fld___WORKSPACE_ID__9b991163", "name": "Obtaining the quotas", "url": "{{ base_url }}/account/quota", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__d562234e", "method": "GET", "description": "Obtaining the quotas for the user." }, { "parentId": "fld___WORKSPACE_ID__5f509efb", "name": "Actions for the period", "url": "{{ base_url }}/account/audit", "body": {}, "parameters": [ { "name": "offset", "value": "10", "disabled": true }, { "name": "limit", "value": "10", "disabled": true }, { "name": "from", "value": "2026-09-21T09:30:00+03:00", "disabled": true }, { "name": "to", "value": "2026-09-21T18:00:00+03:00", "disabled": true }, { "name": "service", "value": "UNIVERSAL", "disabled": true }, { "name": "operation", "value": "run_plan_calculation", "disabled": true }, { "name": "process_type", "value": "PLAN", "disabled": true }, { "name": "status", "value": "FINISHED_IN_TIME", "disabled": true }, { "name": "sort_field", "value": "name", "disabled": true }, { "name": "sort_direction", "value": "DESC", "disabled": true } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__3dd8b1b5", "method": "GET", "description": "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." }, { "parentId": "fld___WORKSPACE_ID__f0621adf", "name": "Reading input data", "url": "{{ base_url }}/account/data/{{ process_code }}", "body": {}, "parameters": [ { "name": "data_flow_type", "value": "OUTPUT", "disabled": true }, { "name": "data_flow_stage", "value": "RAW", "disabled": true } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__55a06445", "method": "GET", "description": "Receiving an incoming request by `tracedata.process_code`." }, { "parentId": "fld___WORKSPACE_ID__02ff5967", "name": "Statistics for the period", "url": "{{ base_url }}/account/statistics", "body": {}, "parameters": [ { "name": "from", "value": "2026-09-22", "disabled": true }, { "name": "to", "value": "2026-09-26", "disabled": true }, { "name": "service", "value": "UNIVERSAL", "disabled": true }, { "name": "process_type", "value": "PLAN", "disabled": true } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__331ff2b7", "method": "GET", "description": "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." }, { "parentId": "fld___WORKSPACE_ID__02ff5967", "name": "Report creating", "url": "{{ base_url }}/account/report", "body": {}, "parameters": [ { "name": "from", "value": "2026-09-22", "disabled": true }, { "name": "to", "value": "2026-09-26", "disabled": true }, { "name": "service", "value": "UNIVERSAL", "disabled": true }, { "name": "process_type", "value": "PLAN", "disabled": true } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__ecbb1434", "method": "GET", "description": "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." }, { "parentId": "fld___WORKSPACE_ID__7379b220", "name": "Checking the availability", "url": "{{ base_url }}/account/system/check", "body": {}, "parameters": [], "headers": [], "authentication": {}, "_type": "request", "_id": "req___WORKSPACE_ID__b9a059fc", "method": "GET", "description": "Checking the service availability." }, { "parentId": "fld___WORKSPACE_ID__7379b220", "name": "Getting the service version", "url": "{{ base_url }}/account/system/version", "body": {}, "parameters": [], "headers": [], "authentication": {}, "_type": "request", "_id": "req___WORKSPACE_ID__fce8a224", "method": "GET", "description": "Getting the service version." }, { "parentId": "fld___WORKSPACE_ID__7379b220", "name": "Getting the documentation", "url": "{{ base_url }}/account/file/{{ filename }}", "body": {}, "parameters": [], "headers": [], "authentication": {}, "_type": "request", "_id": "req___WORKSPACE_ID__0b9ade67", "method": "GET", "description": "Getting the file with this service documentation." } ] }