{ "_type": "export", "__export_format": 4, "__export_date": "2026-06-14T20:04:09.000Z", "__export_source": "veeroute.gen_insomnia:v1", "resources": [ { "_type": "workspace", "_id": "__WORKSPACE_ID__", "parentId": null, "name": "VRt.Admin [AD] 7.39.3350", "description": "# Description\n\nVeeroute Admin Panel." }, { "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": "Companies", "environment": {}, "_id": "fld___WORKSPACE_ID__d645a4af", "_type": "request_group", "description": "Company management." }, { "parentId": "__WORKSPACE_ID__", "name": "Users", "environment": {}, "_id": "fld___WORKSPACE_ID__6d18e2c0", "_type": "request_group", "description": "Users management." }, { "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__d645a4af", "name": "Companies list", "url": "{{ base_url }}/admin/companies", "body": {}, "parameters": [ { "name": "offset", "value": "10", "disabled": true }, { "name": "limit", "value": "10", "disabled": true }, { "name": "filter", "value": "example text", "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__f43412bc", "method": "GET", "description": "Getting a list of companies." }, { "parentId": "fld___WORKSPACE_ID__d645a4af", "name": "Company creation", "url": "{{ base_url }}/admin/companies", "body": { "mimeType": "application/json", "text": "{\n \"key\": \"smart_company\",\n \"specification\": \"Company full name\"\n}" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__2cf5044c", "method": "POST", "description": "New company creation." }, { "parentId": "fld___WORKSPACE_ID__d645a4af", "name": "Company update", "url": "{{ base_url }}/admin/companies", "body": { "mimeType": "application/json", "text": "{\n \"key\": \"smart_company\",\n \"specification\": \"Company full name\"\n}" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__a95522c2", "method": "PUT", "description": "Updating the company information." }, { "parentId": "fld___WORKSPACE_ID__d645a4af", "name": "Getting company information", "url": "{{ base_url }}/admin/companies/{{ target_company_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__fd72cce4", "method": "GET", "description": "Getting company information by key." }, { "parentId": "fld___WORKSPACE_ID__d645a4af", "name": "Company removal", "url": "{{ base_url }}/admin/companies/{{ target_company_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__c1953d5e", "method": "DELETE", "description": "Removing a company by key." }, { "parentId": "fld___WORKSPACE_ID__6d18e2c0", "name": "Users list", "url": "{{ base_url }}/admin/users", "body": {}, "parameters": [ { "name": "offset", "value": "10", "disabled": true }, { "name": "limit", "value": "10", "disabled": true }, { "name": "filter", "value": "example text", "disabled": true }, { "name": "sort_field", "value": "name", "disabled": true }, { "name": "sort_direction", "value": "DESC", "disabled": true }, { "name": "company_key", "value": "smart_company", "disabled": true }, { "name": "user_group", "value": "ACTIVE", "disabled": true } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__d4206196", "method": "GET", "description": "Getting a list of users." }, { "parentId": "fld___WORKSPACE_ID__6d18e2c0", "name": "User creation", "url": "{{ base_url }}/admin/users", "body": { "mimeType": "application/json", "text": "" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__5dc74954", "method": "POST", "description": "New user creation." }, { "parentId": "fld___WORKSPACE_ID__6d18e2c0", "name": "User update", "url": "{{ base_url }}/admin/users", "body": { "mimeType": "application/json", "text": "" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__b8ed0a9a", "method": "PUT", "description": "Updating the user information by login. The username field cannot be changed." }, { "parentId": "fld___WORKSPACE_ID__6d18e2c0", "name": "User information", "url": "{{ base_url }}/admin/users/{{ target_username }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__d07113e8", "method": "GET", "description": "Getting user information by login." }, { "parentId": "fld___WORKSPACE_ID__6d18e2c0", "name": "User removal", "url": "{{ base_url }}/admin/users/{{ target_username }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__81a6a82d", "method": "DELETE", "description": "Removing a user by login." }, { "parentId": "fld___WORKSPACE_ID__9b991163", "name": "Obtaining the quotas", "url": "{{ base_url }}/admin/quota/{{ target_username }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__3f0f223b", "method": "GET", "description": "Obtaining the quotas for the user." }, { "parentId": "fld___WORKSPACE_ID__9b991163", "name": "Setting the quotas", "url": "{{ base_url }}/admin/quota/{{ target_username }}", "body": { "mimeType": "application/json", "text": "" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__4eaf78fc", "method": "POST", "description": "Setting the quotas for the user." }, { "parentId": "fld___WORKSPACE_ID__9b991163", "name": "Quota removal", "url": "{{ base_url }}/admin/quota/{{ target_username }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__8312c31f", "method": "DELETE", "description": "Quota removal for the user." }, { "parentId": "fld___WORKSPACE_ID__5f509efb", "name": "User actions", "url": "{{ base_url }}/admin/audit", "body": {}, "parameters": [ { "name": "company_key", "value": "smart_company", "disabled": true }, { "name": "username", "value": "username_for_login", "disabled": true }, { "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__bfeb89b5", "method": "GET", "description": "User actions for the period. If the period is not specified, records for the current day are returned from the beginning of the day to the current time. If username is empty, report on all users are processed." }, { "parentId": "fld___WORKSPACE_ID__f0621adf", "name": "Reading data", "url": "{{ base_url }}/admin/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__470045ac", "method": "GET", "description": "Receiving data by `tracedata.process_code`." }, { "parentId": "fld___WORKSPACE_ID__f0621adf", "name": "Clearing the queue", "url": "{{ base_url }}/admin/queue", "body": {}, "parameters": [ { "name": "service", "value": "UNIVERSAL", "disabled": true }, { "name": "calculation_status", "value": "FINISHED_IN_TIME", "disabled": true } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__732ea1e6", "method": "DELETE", "description": "Clearing the task queue. If the service is not specified, the queues for all services are cleared. If the calculation status is not specified, all tasks in the `WAITING` and `IN_PROGRESS` statuses are cancelled." }, { "parentId": "fld___WORKSPACE_ID__02ff5967", "name": "Statistics for the period", "url": "{{ base_url }}/admin/statistics", "body": {}, "parameters": [ { "name": "username", "value": "username_for_login", "disabled": true }, { "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__627864a8", "method": "GET", "description": "User statistics for the period. If username is empty, statistics on all users are processed. 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": "Reporting", "url": "{{ base_url }}/admin/report", "body": {}, "parameters": [ { "name": "username", "value": "username_for_login", "disabled": true }, { "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__22faaec3", "method": "GET", "description": "Report by user for the period. If username is empty, report on all users are processed. If the period is not specified, the report 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__7379b220", "name": "Checking the availability", "url": "{{ base_url }}/admin/system/check", "body": {}, "parameters": [], "headers": [], "authentication": {}, "_type": "request", "_id": "req___WORKSPACE_ID__456fac4f", "method": "GET", "description": "Checking the service availability." }, { "parentId": "fld___WORKSPACE_ID__7379b220", "name": "Getting the service version", "url": "{{ base_url }}/admin/system/version", "body": {}, "parameters": [], "headers": [], "authentication": {}, "_type": "request", "_id": "req___WORKSPACE_ID__a1825f39", "method": "GET", "description": "Getting the service version." }, { "parentId": "fld___WORKSPACE_ID__7379b220", "name": "Getting the documentation", "url": "{{ base_url }}/admin/file/{{ filename }}", "body": {}, "parameters": [], "headers": [], "authentication": {}, "_type": "request", "_id": "req___WORKSPACE_ID__05caa38b", "method": "GET", "description": "Getting the file with this service documentation." } ] }