{ "_type": "export", "__export_format": 4, "__export_date": "2024-03-28T09:50:39.616Z", "__export_source": "insomnia.importers:v0.1.0", "resources": [ { "_type": "workspace", "_id": "__WORKSPACE_ID__", "parentId": null, "name": "VRt.Account [AC] 6.20.2289", "description": "# Description\n\nVeeroute Account Panel.\n\n## Entity relationship diagram\n\n![erd](../uml/account.svg)\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.edge.veeroute.tech", "bearerToken": "bearerToken" }, "_type": "environment", "_id": "env___BASE_ENVIRONMENT_ID___sub" }, { "parentId": "__WORKSPACE_ID__", "name": "Auth", "environment": {}, "_id": "fld___WORKSPACE_ID__35d0f5fb", "_type": "request_group", "description": "Authorization.\n" }, { "parentId": "__WORKSPACE_ID__", "name": "Info", "environment": {}, "_id": "fld___WORKSPACE_ID__4b631f69", "_type": "request_group", "description": "Account information.\n" }, { "parentId": "__WORKSPACE_ID__", "name": "Statistics", "environment": {}, "_id": "fld___WORKSPACE_ID__2086b21f", "_type": "request_group", "description": "Statistics.\n" }, { "parentId": "__WORKSPACE_ID__", "name": "Audit", "environment": {}, "_id": "fld___WORKSPACE_ID__fa1703dd", "_type": "request_group", "description": "User actions.\n" }, { "parentId": "__WORKSPACE_ID__", "name": "Data", "environment": {}, "_id": "fld___WORKSPACE_ID__e5e429bc", "_type": "request_group", "description": "User data.\n" }, { "parentId": "__WORKSPACE_ID__", "name": "Quotas", "environment": {}, "_id": "fld___WORKSPACE_ID__34ed5865", "_type": "request_group", "description": "Quotas.\n" }, { "parentId": "__WORKSPACE_ID__", "name": "System", "environment": {}, "_id": "fld___WORKSPACE_ID__bc0792d8", "_type": "request_group", "description": "System functions.\nAuxiliary functionality common to all services.\n" }, { "parentId": "fld___WORKSPACE_ID__35d0f5fb", "name": "Obtaining a token", "url": "{{ base_url }}/account/token/generation", "body": { "mimeType": "application/json", "text": "{\n \"username\": \"my_username_for_login\",\n \"password\": \"password\",\n \"ttl_seconds\": 86400\n}" }, "parameters": [], "headers": [], "authentication": {}, "_type": "request", "_id": "req___WORKSPACE_ID__46c5834f", "method": "POST" }, { "parentId": "fld___WORKSPACE_ID__35d0f5fb", "name": "Validating a token", "url": "{{ base_url }}/account/token/validation", "body": { "mimeType": "application/json", "text": "\"jwt\"" }, "parameters": [], "headers": [], "authentication": {}, "_type": "request", "_id": "req___WORKSPACE_ID__96036ace", "method": "POST" }, { "parentId": "fld___WORKSPACE_ID__35d0f5fb", "name": "Change password", "url": "{{ base_url }}/account/password", "body": { "mimeType": "application/json", "text": "{\n \"current_password\": \"password\",\n \"new_password\": \"password\"\n}" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__dc7f37c7", "method": "POST" }, { "parentId": "fld___WORKSPACE_ID__4b631f69", "name": "Account information", "url": "{{ base_url }}/account/info", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__961ab4f0", "method": "GET" }, { "parentId": "fld___WORKSPACE_ID__4b631f69", "name": "Account update", "url": "{{ base_url }}/account/info", "body": { "mimeType": "application/json", "text": "{\n \"username\": \"my_username_for_login\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"company_key\": \"my_company\",\n \"timezone\": 3\n}" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__dc8ec1fd", "method": "PUT" }, { "parentId": "fld___WORKSPACE_ID__2086b21f", "name": "Statistics for the period", "url": "{{ base_url }}/account/statistics", "body": {}, "parameters": [ { "name": "from", "disabled": true, "value": "2024-02-22" }, { "name": "to", "disabled": true, "value": "2024-02-22" } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__b00a5688", "method": "GET" }, { "parentId": "fld___WORKSPACE_ID__2086b21f", "name": "Report creating", "url": "{{ base_url }}/account/report", "body": {}, "parameters": [ { "name": "from", "disabled": true, "value": "2024-02-22" }, { "name": "to", "disabled": true, "value": "2024-02-22" } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__8fa02664", "method": "GET" }, { "parentId": "fld___WORKSPACE_ID__34ed5865", "name": "Obtaining the quotas", "url": "{{ base_url }}/account/quota", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__09eac672", "method": "GET" }, { "parentId": "fld___WORKSPACE_ID__fa1703dd", "name": "Actions for the period", "url": "{{ base_url }}/account/audit", "body": {}, "parameters": [ { "name": "offset", "disabled": true, "value": "10" }, { "name": "limit", "disabled": true, "value": "10" }, { "name": "from", "disabled": true, "value": "2024-02-21T09:30:00+03:00" }, { "name": "to", "disabled": true, "value": "2024-02-21T18:00:00+03:00" }, { "name": "service_name", "disabled": true, "value": "UNIVERSAL" }, { "name": "operation_id", "disabled": true, "value": "run_plan_calculation" }, { "name": "method_group", "disabled": true, "value": "PLAN" }, { "name": "sort_field", "disabled": true, "value": "name" }, { "name": "sort_direction", "disabled": true, "value": "DESC" } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__352cbd53", "method": "GET" }, { "parentId": "fld___WORKSPACE_ID__e5e429bc", "name": "Reading input data", "url": "{{ base_url }}/account/data/{{ tracecode }}", "body": {}, "parameters": [ { "name": "data_flow_type", "disabled": true, "value": "OUTPUT" }, { "name": "data_flow_stage", "disabled": true, "value": "1" }, { "name": "data_flow_convert", "disabled": true, "value": "JSON" } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__222e01e5", "method": "GET" }, { "parentId": "fld___WORKSPACE_ID__bc0792d8", "name": "Checking the availability", "url": "{{ base_url }}/account/system/check", "body": {}, "parameters": [], "headers": [], "authentication": {}, "_type": "request", "_id": "req___WORKSPACE_ID__d56d9853", "method": "GET" }, { "parentId": "fld___WORKSPACE_ID__bc0792d8", "name": "Getting the service version", "url": "{{ base_url }}/account/system/version", "body": {}, "parameters": [], "headers": [], "authentication": {}, "_type": "request", "_id": "req___WORKSPACE_ID__c692273d", "method": "GET" }, { "parentId": "fld___WORKSPACE_ID__bc0792d8", "name": "Getting the documentation", "url": "{{ base_url }}/account/file/{{ filename }}", "body": {}, "parameters": [], "headers": [], "authentication": {}, "_type": "request", "_id": "req___WORKSPACE_ID__971c419d", "method": "GET" } ] }