From 4192b112dd3445e3cac3de3a7507a9dc8cf863ba Mon Sep 17 00:00:00 2001 From: Michael Elrom Date: Fri, 11 Sep 2026 13:01:34 -0400 Subject: [PATCH] feat(solarwinds): add Orion NPM Integration Model and Studio Project Curated (24 ops) and full (792 ops) specs sourced from SolarWinds' official OpenAPI spec. HTTP Basic auth. Studio Project covers all 24 curated operations across 5 folders (query/generic CRUD, nodes, interfaces, custom properties, pollers). --- README.md | 1 + .../OpenAPIs/solarwinds_orion_npm-3.0.0.json | 47389 ++++++++++++++++ .../OpenAPIs/solarwinds_orion_npm-latest.json | 22278 ++++++++ SolarWinds/Orion NPM/README.md | 77 + .../SolarWinds Orion NPM.project.json | 3108 + 5 files changed, 72853 insertions(+) create mode 100644 SolarWinds/Orion NPM/OpenAPIs/solarwinds_orion_npm-3.0.0.json create mode 100644 SolarWinds/Orion NPM/OpenAPIs/solarwinds_orion_npm-latest.json create mode 100644 SolarWinds/Orion NPM/README.md create mode 100644 SolarWinds/Orion NPM/Studio Projects/SolarWinds Orion NPM.project.json diff --git a/README.md b/README.md index c65380b..f6c6404 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ Assets are organized by vendor and product. Each folder may contain one or more | **Selector** | AIOps | | **ServiceNow** | Change management · Incident management · RITM | | **Slack** | Messaging | +| **SolarWinds** | Orion NPM | | **Sonatype** | Nexus | | **Twilio** | Communications APIs | | **Versa** | Director | diff --git a/SolarWinds/Orion NPM/OpenAPIs/solarwinds_orion_npm-3.0.0.json b/SolarWinds/Orion NPM/OpenAPIs/solarwinds_orion_npm-3.0.0.json new file mode 100644 index 0000000..46290c6 --- /dev/null +++ b/SolarWinds/Orion NPM/OpenAPIs/solarwinds_orion_npm-3.0.0.json @@ -0,0 +1,47389 @@ +{ + "swagger": "2.0", + "info": { + "title": "SolarWinds Orion NPM", + "version": "3.0.0", + "x-itential-curated": "" + }, + "host": "localhost:17778", + "basePath": "/SolarWinds/InformationService/v3/Json", + "schemes": [ + "https" + ], + "paths": { + "/Query": { + "get": { + "tags": [ + "Query" + ], + "operationId": "Query", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "query", + "name": "query", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "Query results", + "schema": { + "$ref": "#/definitions/QueryResponse" + } + } + } + }, + "post": { + "tags": [ + "Query" + ], + "operationId": "QueryWithParameters", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/QueryRequest" + } + } + ], + "responses": { + "200": { + "description": "Query results", + "schema": { + "$ref": "#/definitions/QueryResponse" + } + } + } + } + }, + "/{uri}": { + "get": { + "tags": [ + "CRUD" + ], + "operationId": "Read", + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "uri", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "A successful read returns the properties of the read object.", + "schema": { + "type": "object" + } + } + } + }, + "post": { + "tags": [ + "CRUD" + ], + "operationId": "Update", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "path", + "name": "uri", + "required": true, + "type": "string" + }, + { + "in": "body", + "name": "body", + "description": "The properties in the body for an update operation should match the properties of the entity type being updated", + "schema": { + "type": "object" + } + } + ], + "responses": { + "200": { + "description": "A successful update returns an empty response." + } + } + }, + "delete": { + "tags": [ + "CRUD" + ], + "operationId": "Delete", + "parameters": [ + { + "in": "path", + "name": "uri", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "A successful delete returns an empty response." + } + } + } + }, + "/BulkUpdate": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "BulkUpdate", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "description": "The properties in the body for a bulk update operation should match the properties of the entity type being updated", + "schema": { + "$ref": "#/definitions/BulkUpdateRequest" + } + } + ], + "responses": { + "200": { + "description": "A successful bulk update returns an empty response." + } + } + } + }, + "/BulkDelete": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "BulkDelete", + "consumes": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/BulkDeleteRequest" + } + } + ], + "responses": { + "200": { + "description": "A successful bulk delete returns an empty response." + } + } + } + }, + "/Invoke/Orion.ADM.NodeInventory/PollNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionADMNodeInventoryPollNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionADMNodeInventoryPollNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.ADM.NodeInventory/Enable": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionADMNodeInventoryEnable", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionADMNodeInventoryEnableRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.ADM.NodeInventory/Disable": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionADMNodeInventoryDisable", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionADMNodeInventoryDisableRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.ADM.NodeInventory/SchedulePollNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionADMNodeInventorySchedulePollNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionADMNodeInventorySchedulePollNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "format": "uuid", + "type": "string" + } + } + } + } + }, + "/Invoke/Orion.ADM.NodeInventory/ScheduleEnable": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionADMNodeInventoryScheduleEnable", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionADMNodeInventoryScheduleEnableRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.ADM.NodeInventory/UninstallConnectionQualityAgentPlugin": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionADMNodeInventoryUninstallConnectionQualityAgentPlugin", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionADMNodeInventoryUninstallConnectionQualityAgentPluginRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.AgentManagement.Agent/Deploy": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Deploys an agent to a machine defined by hostname and/or IP address.", + "operationId": "OrionAgentManagementAgentDeploy", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAgentManagementAgentDeployRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Orion.AgentManagement.Agent/DeployToNode": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Deploys an agent to an existing node using the supplied credentials.", + "operationId": "OrionAgentManagementAgentDeployToNode", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAgentManagementAgentDeployToNodeRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Orion.AgentManagement.Agent/DeployPlugin": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Deploys the specified plugin to the agent", + "operationId": "OrionAgentManagementAgentDeployPlugin", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAgentManagementAgentDeployPluginRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.AgentManagement.Agent/RedeployPlugin": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Redeploys the specified plugin to the agent", + "operationId": "OrionAgentManagementAgentRedeployPlugin", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAgentManagementAgentRedeployPluginRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.AgentManagement.Agent/UninstallPlugin": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Uninstalls the specified plugin from the agent", + "operationId": "OrionAgentManagementAgentUninstallPlugin", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAgentManagementAgentUninstallPluginRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.AgentManagement.Agent/Uninstall": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Uninstalls the agent.", + "operationId": "OrionAgentManagementAgentUninstall", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAgentManagementAgentUninstallRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Orion.AgentManagement.Agent/Delete": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Deletes the agent without uninstalling it.", + "operationId": "OrionAgentManagementAgentDelete", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAgentManagementAgentDeleteRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.AgentManagement.Agent/ApproveReboot": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Approval for an agent to reboot.", + "operationId": "OrionAgentManagementAgentApproveReboot", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAgentManagementAgentApproveRebootRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Orion.AgentManagement.Agent/ApproveUpdate": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Approval for an agent to be updated.", + "operationId": "OrionAgentManagementAgentApproveUpdate", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAgentManagementAgentApproveUpdateRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.AgentManagement.Agent/TestWithEngine": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Tests the connection between the agent and AMS", + "operationId": "OrionAgentManagementAgentTestWithEngine", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAgentManagementAgentTestWithEngineRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Orion.AgentManagement.Agent/AssignToEngine": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Assigns an agent to a polling engine.", + "operationId": "OrionAgentManagementAgentAssignToEngine", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAgentManagementAgentAssignToEngineRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Orion.AgentManagement.Agent/ValidateDeploymentCredentials": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Validates if provided credentials are valid for agent deployment. If credentials pass validation they can be safely used for deployment via Deploy verb.", + "operationId": "OrionAgentManagementAgentValidateDeploymentCredentials", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAgentManagementAgentValidateDeploymentCredentialsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Tuple~System.Boolean_System.String_System.Int32_System.Int32~" + } + } + } + } + }, + "/Invoke/Orion.AgentManagement.Agent/RestartAgent": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Initiate Orion Agent service restart.", + "operationId": "OrionAgentManagementAgentRestartAgent", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAgentManagementAgentRestartAgentRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Orion.APM.IIS.Site/Start": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Start IIS site.", + "operationId": "OrionAPMIISSiteStart", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAPMIISSiteStartRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Orion.APM.IIS.Site/Stop": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Stop IIS site.", + "operationId": "OrionAPMIISSiteStop", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAPMIISSiteStopRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Orion.APM.IIS.Site/Restart": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Restart IIS site.", + "operationId": "OrionAPMIISSiteRestart", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAPMIISSiteRestartRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Orion.APM.IIS.ApplicationPool/Start": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Start IIS application pool.", + "operationId": "OrionAPMIISApplicationPoolStart", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAPMIISApplicationPoolStartRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Orion.APM.IIS.ApplicationPool/Stop": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Stop IIS application pool.", + "operationId": "OrionAPMIISApplicationPoolStop", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAPMIISApplicationPoolStopRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Orion.APM.IIS.ApplicationPool/Restart": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Restart IIS application pool.", + "operationId": "OrionAPMIISApplicationPoolRestart", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAPMIISApplicationPoolRestartRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Orion.APM.Application/Unmanage": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Unmanage existed application.", + "operationId": "OrionAPMApplicationUnmanage", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAPMApplicationUnmanageRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.APM.Application/Remanage": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Remanage existed application.", + "operationId": "OrionAPMApplicationRemanage", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAPMApplicationRemanageRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.APM.Application/CreateApplication": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Create new application.", + "operationId": "OrionAPMApplicationCreateApplication", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAPMApplicationCreateApplicationRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Orion.APM.Application/DeleteApplication": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Delete existed application.", + "operationId": "OrionAPMApplicationDeleteApplication", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAPMApplicationDeleteApplicationRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.APM.Application/PollNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Poll existed application.", + "operationId": "OrionAPMApplicationPollNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAPMApplicationPollNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.APM.ApplicationCustomProperties/CreateCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Create application custom property.", + "operationId": "OrionAPMApplicationCustomPropertiesCreateCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAPMApplicationCustomPropertiesCreateCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.APM.ApplicationCustomProperties/CreateCustomPropertyWithValues": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Create application custom property with values.", + "operationId": "OrionAPMApplicationCustomPropertiesCreateCustomPropertyWithValues", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAPMApplicationCustomPropertiesCreateCustomPropertyWithValuesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.APM.ApplicationCustomProperties/ModifyCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Modify application custom property.", + "operationId": "OrionAPMApplicationCustomPropertiesModifyCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAPMApplicationCustomPropertiesModifyCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.APM.ApplicationCustomProperties/DeleteCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Delete application custom property.", + "operationId": "OrionAPMApplicationCustomPropertiesDeleteCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAPMApplicationCustomPropertiesDeleteCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.APM.ApplicationTemplate/UpdateApplicationTemplateSettings": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Update application template settings.", + "operationId": "OrionAPMApplicationTemplateUpdateApplicationTemplateSettings", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAPMApplicationTemplateUpdateApplicationTemplateSettingsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.APM.ApplicationTemplate/DeleteTemplate": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Delete existed application template.", + "operationId": "OrionAPMApplicationTemplateDeleteTemplate", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAPMApplicationTemplateDeleteTemplateRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.APM.ServerManagement/StartService": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Start windows service.", + "operationId": "OrionAPMServerManagementStartService", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAPMServerManagementStartServiceRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Orion.APM.ServerManagement/StopService": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Stop windows service.", + "operationId": "OrionAPMServerManagementStopService", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAPMServerManagementStopServiceRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Orion.APM.ServerManagement/RestartService": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Restart windows service.", + "operationId": "OrionAPMServerManagementRestartService", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAPMServerManagementRestartServiceRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Orion.APM.ServerManagement/RebootNode": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Restart the node.", + "operationId": "OrionAPMServerManagementRebootNode", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAPMServerManagementRebootNodeRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Orion.Stacks.Relation/Traverse": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionStacksRelationTraverse", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionStacksRelationTraverseRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.AppStack.Contract.Models.RelianceData" + } + } + } + } + }, + "/Invoke/Orion.Stacks.Relation/ProcessUi": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionStacksRelationProcessUi", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionStacksRelationProcessUiRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.AppStack.Contract.Models.UiResponse" + } + } + } + } + }, + "/Invoke/Orion.ASA.Node/ExecuteCliCommand": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Execute CLI command using SSH protocol on port 22", + "operationId": "OrionASANodeExecuteCliCommand", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionASANodeExecuteCliCommandRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "string" + } + } + } + } + }, + "/Invoke/Orion.ASA.Interfaces/SetFavorite": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionASAInterfacesSetFavorite", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionASAInterfacesSetFavoriteRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.ASA.Common.Models.Actions.FavoriteActionResult" + } + } + } + } + }, + "/Invoke/Orion.ASA.Interfaces/RemoveFavorite": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionASAInterfacesRemoveFavorite", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionASAInterfacesRemoveFavoriteRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.ASA.Common.Models.Actions.FavoriteActionResult" + } + } + } + } + }, + "/Invoke/Cirrus.NCM_NCMJobs/GetJob": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusNCM_NCMJobsGetJob", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusNCM_NCMJobsGetJobRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.NCMJob" + } + } + } + } + }, + "/Invoke/Cirrus.NCM_NCMJobs/UpdateJob": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusNCM_NCMJobsUpdateJob", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusNCM_NCMJobsUpdateJobRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Cirrus.NCM_NCMJobs/AddJob": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusNCM_NCMJobsAddJob", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusNCM_NCMJobsAddJobRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Cirrus.NCM_NCMJobs/DeleteJobs": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusNCM_NCMJobsDeleteJobs", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusNCM_NCMJobsDeleteJobsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Cirrus.NCM_NCMJobs/EnableOrDisableJobs": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusNCM_NCMJobsEnableOrDisableJobs", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusNCM_NCMJobsEnableOrDisableJobsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Cirrus.NCM_NCMJobs/ClearJobLog": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusNCM_NCMJobsClearJobLog", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusNCM_NCMJobsClearJobLogRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Cirrus.NCM_NCMJobs/GetJobStatus": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusNCM_NCMJobsGetJobStatus", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusNCM_NCMJobsGetJobStatusRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.eJobStatus" + } + } + } + } + }, + "/Invoke/Cirrus.NCM_NCMJobs/GetJobLog": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusNCM_NCMJobsGetJobLog", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusNCM_NCMJobsGetJobLogRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "string" + } + } + } + } + }, + "/Invoke/Cirrus.InventoryQueue/StartInventory": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusInventoryQueueStartInventory", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusInventoryQueueStartInventoryRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Cirrus.InventoryQueue/ReportError": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusInventoryQueueReportError", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusInventoryQueueReportErrorRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Cirrus.InventoryQueue/CancelInventory": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusInventoryQueueCancelInventory", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusInventoryQueueCancelInventoryRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Cirrus.InventoryQueue/ClearInventory": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusInventoryQueueClearInventory", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusInventoryQueueClearInventoryRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/NCM.VulnerabilitiesAnnouncements/StartVulnerabilityMatching": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "NCMVulnerabilitiesAnnouncementsStartVulnerabilityMatching", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/NCMVulnerabilitiesAnnouncementsStartVulnerabilityMatchingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/NCM.VulnerabilitiesAnnouncements/IsVulnerabilityMatchingActive": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "NCMVulnerabilitiesAnnouncementsIsVulnerabilityMatchingActive", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/NCMVulnerabilitiesAnnouncementsIsVulnerabilityMatchingActiveRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/NCM.VulnerabilitiesAnnouncements/InitVulnerabilitySchedule": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "NCMVulnerabilitiesAnnouncementsInitVulnerabilitySchedule", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/NCMVulnerabilitiesAnnouncementsInitVulnerabilityScheduleRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Cirrus.ConfigSnippets/AddSnippet": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigSnippetsAddSnippet", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigSnippetsAddSnippetRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Cirrus.ConfigSnippets/GetSnippet": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigSnippetsGetSnippet", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigSnippetsGetSnippetRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.ConfigSnippet" + } + } + } + } + }, + "/Invoke/Cirrus.ConfigSnippets/UpdateSnippet": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigSnippetsUpdateSnippet", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigSnippetsUpdateSnippetRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Cirrus.ConfigSnippets/DeleteSnippets": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigSnippetsDeleteSnippets", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigSnippetsDeleteSnippetsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Cirrus.ConfigSnippets/ImportSnippets": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigSnippetsImportSnippets", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigSnippetsImportSnippetsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Cirrus.ConfigSnippets/CopySnippets": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigSnippetsCopySnippets", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigSnippetsCopySnippetsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Cirrus.ConfigSnippets/GetTagsList": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigSnippetsGetTagsList", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigSnippetsGetTagsListRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + }, + "/Invoke/Cirrus.ConfigSnippets/GetTagsListForSnippets": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigSnippetsGetTagsListForSnippets", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigSnippetsGetTagsListForSnippetsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + }, + "/Invoke/Cirrus.ConfigSnippets/AddTags": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigSnippetsAddTags", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigSnippetsAddTagsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Cirrus.ConfigSnippets/DeleteTags": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigSnippetsDeleteTags", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigSnippetsDeleteTagsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Cirrus.ConfigSnippets/SaveSnippetAsCopy": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigSnippetsSaveSnippetAsCopy", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigSnippetsSaveSnippetAsCopyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Cirrus.ConfigArchive/Download": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigArchiveDownload", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigArchiveDownloadRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Cirrus.ConfigArchive/GetStatus": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigArchiveGetStatus", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigArchiveGetStatusRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Data.DataTable" + } + } + } + } + }, + "/Invoke/Cirrus.ConfigArchive/GetStatusWithLimitations": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigArchiveGetStatusWithLimitations", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigArchiveGetStatusWithLimitationsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Data.DataTable" + } + } + } + } + }, + "/Invoke/Cirrus.ConfigArchive/Upload": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigArchiveUpload", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigArchiveUploadRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Cirrus.ConfigArchive/Execute": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigArchiveExecute", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigArchiveExecuteRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Cirrus.ConfigArchive/CancelTransfer": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigArchiveCancelTransfer", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigArchiveCancelTransferRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Cirrus.ConfigArchive/CancelTransferWithLimitations": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigArchiveCancelTransferWithLimitations", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigArchiveCancelTransferWithLimitationsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Cirrus.ConfigArchive/ClearComplete": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigArchiveClearComplete", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigArchiveClearCompleteRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Cirrus.ConfigArchive/ClearCompleteWithLimitations": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigArchiveClearCompleteWithLimitations", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigArchiveClearCompleteWithLimitationsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Cirrus.ConfigArchive/ClearErrors": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigArchiveClearErrors", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigArchiveClearErrorsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Cirrus.ConfigArchive/ClearErrorsWithLimitations": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigArchiveClearErrorsWithLimitations", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigArchiveClearErrorsWithLimitationsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Cirrus.ConfigArchive/ClearAll": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigArchiveClearAll", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigArchiveClearAllRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Cirrus.ConfigArchive/ClearAllWithLimitations": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigArchiveClearAllWithLimitations", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigArchiveClearAllWithLimitationsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Cirrus.ConfigArchive/GetPermissionsByRole": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigArchiveGetPermissionsByRole", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigArchiveGetPermissionsByRoleRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + }, + "/Invoke/Cirrus.ConfigArchive/DeleteConfigs": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigArchiveDeleteConfigs", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigArchiveDeleteConfigsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Cirrus.ConfigArchive/GetConfigTypes": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigArchiveGetConfigTypes", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigArchiveGetConfigTypesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "string" + } + } + } + } + }, + "/Invoke/Cirrus.ConfigArchive/ReportError": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigArchiveReportError", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigArchiveReportErrorRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Cirrus.ConfigArchive/CancelTransfers": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigArchiveCancelTransfers", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigArchiveCancelTransfersRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Cirrus.ConfigArchive/ClearTransfers": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigArchiveClearTransfers", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigArchiveClearTransfersRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Cirrus.ConfigArchive/ExecuteScript": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigArchiveExecuteScript", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigArchiveExecuteScriptRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "format": "uuid", + "type": "string" + } + } + } + } + } + }, + "/Invoke/Cirrus.ConfigArchive/UploadConfig": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigArchiveUploadConfig", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigArchiveUploadConfigRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "format": "uuid", + "type": "string" + } + } + } + } + } + }, + "/Invoke/Cirrus.ConfigArchive/DownloadConfig": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigArchiveDownloadConfig", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigArchiveDownloadConfigRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "format": "uuid", + "type": "string" + } + } + } + } + } + }, + "/Invoke/Cirrus.ConfigArchive/ExecuteScriptOnNodes": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigArchiveExecuteScriptOnNodes", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigArchiveExecuteScriptOnNodesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "format": "uuid", + "type": "string" + } + } + } + } + } + }, + "/Invoke/Cirrus.ConfigArchive/DownloadConfigOnNodes": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigArchiveDownloadConfigOnNodes", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigArchiveDownloadConfigOnNodesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "format": "uuid", + "type": "string" + } + } + } + } + } + }, + "/Invoke/Cirrus.ConfigArchive/ConfigSearch": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigArchiveConfigSearch", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigArchiveConfigSearchRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + }, + "/Invoke/Cirrus.ConfigArchive/RunIndexOptimization": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigArchiveRunIndexOptimization", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigArchiveRunIndexOptimizationRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Cirrus.ConfigArchive/UpdateConfig": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigArchiveUpdateConfig", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigArchiveUpdateConfigRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Cirrus.ConfigArchive/CloneConfig": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigArchiveCloneConfig", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigArchiveCloneConfigRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Cirrus.ConfigArchive/ImportConfig": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigArchiveImportConfig", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigArchiveImportConfigRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Cirrus.ConfigArchive/SetClearBaseline": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigArchiveSetClearBaseline", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigArchiveSetClearBaselineRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Cirrus.ConfigArchive/ValidateBinaryConfigStorage": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigArchiveValidateBinaryConfigStorage", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigArchiveValidateBinaryConfigStorageRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.ValidationResults" + } + } + } + } + }, + "/Invoke/Cirrus.ConfigArchive/SearchInterfaceConfigSnippet": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigArchiveSearchInterfaceConfigSnippet", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigArchiveSearchInterfaceConfigSnippetRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "string" + } + } + } + } + }, + "/Invoke/Cirrus.ConfigArchive/GetInterfaceConfigSnippets": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusConfigArchiveGetInterfaceConfigSnippets", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusConfigArchiveGetInterfaceConfigSnippetsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + }, + "/Invoke/Cirrus.SnippetArchive/AddSnippet": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusSnippetArchiveAddSnippet", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusSnippetArchiveAddSnippetRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "format": "uuid", + "type": "string" + } + } + } + } + }, + "/Invoke/Cirrus.SnippetArchive/DeleteSnippet": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusSnippetArchiveDeleteSnippet", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusSnippetArchiveDeleteSnippetRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Cirrus.SnippetArchive/UpdateSnippet": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusSnippetArchiveUpdateSnippet", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusSnippetArchiveUpdateSnippetRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Cirrus.PolicyReports/TestRule": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusPolicyReportsTestRule", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusPolicyReportsTestRuleRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "string" + } + } + } + } + }, + "/Invoke/Cirrus.PolicyReports/GetPolicyReport": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusPolicyReportsGetPolicyReport", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusPolicyReportsGetPolicyReportRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.PolicyReport" + } + } + } + } + }, + "/Invoke/Cirrus.PolicyReports/UpdatePolicyReport": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusPolicyReportsUpdatePolicyReport", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusPolicyReportsUpdatePolicyReportRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Cirrus.PolicyReports/AddPolicyReport": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusPolicyReportsAddPolicyReport", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusPolicyReportsAddPolicyReportRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "string" + } + } + } + } + }, + "/Invoke/Cirrus.PolicyReports/DeletePolicyReports": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusPolicyReportsDeletePolicyReports", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusPolicyReportsDeletePolicyReportsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Cirrus.PolicyReports/GetPolicy": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusPolicyReportsGetPolicy", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusPolicyReportsGetPolicyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.Policy" + } + } + } + } + }, + "/Invoke/Cirrus.PolicyReports/UpdatePolicy": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusPolicyReportsUpdatePolicy", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusPolicyReportsUpdatePolicyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Cirrus.PolicyReports/AddPolicy": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusPolicyReportsAddPolicy", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusPolicyReportsAddPolicyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "string" + } + } + } + } + }, + "/Invoke/Cirrus.PolicyReports/DeletePolicies": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusPolicyReportsDeletePolicies", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusPolicyReportsDeletePoliciesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Cirrus.PolicyReports/GetPolicyRule": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusPolicyReportsGetPolicyRule", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusPolicyReportsGetPolicyRuleRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.PolicyRule" + } + } + } + } + }, + "/Invoke/Cirrus.PolicyReports/UpdatePolicyRule": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusPolicyReportsUpdatePolicyRule", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusPolicyReportsUpdatePolicyRuleRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Cirrus.PolicyReports/AddPolicyRule": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusPolicyReportsAddPolicyRule", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusPolicyReportsAddPolicyRuleRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "string" + } + } + } + } + }, + "/Invoke/Cirrus.PolicyReports/DeletePolicyRules": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusPolicyReportsDeletePolicyRules", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusPolicyReportsDeletePolicyRulesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Cirrus.PolicyReports/StartCaching": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusPolicyReportsStartCaching", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusPolicyReportsStartCachingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Cirrus.PolicyReports/UpdateReportStatus": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusPolicyReportsUpdateReportStatus", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusPolicyReportsUpdateReportStatusRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Cirrus.PolicyReports/GetPagablePoliciesList": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusPolicyReportsGetPagablePoliciesList", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusPolicyReportsGetPagablePoliciesListRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Data.DataTable" + } + } + } + } + }, + "/Invoke/Cirrus.PolicyReports/GetPoliciesRowCount": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusPolicyReportsGetPoliciesRowCount", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusPolicyReportsGetPoliciesRowCountRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Cirrus.PolicyReports/GetPagablePolicyRulesList": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusPolicyReportsGetPagablePolicyRulesList", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusPolicyReportsGetPagablePolicyRulesListRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Data.DataTable" + } + } + } + } + }, + "/Invoke/Cirrus.PolicyReports/GetPolicyRulesRowCount": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusPolicyReportsGetPolicyRulesRowCount", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusPolicyReportsGetPolicyRulesRowCountRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Cirrus.PolicyReports/GetComplianceDataTable": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusPolicyReportsGetComplianceDataTable", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusPolicyReportsGetComplianceDataTableRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Data.DataTable" + } + } + } + } + }, + "/Invoke/Cirrus.PolicyReports/GetComplianceColumnsInJSON": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusPolicyReportsGetComplianceColumnsInJSON", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusPolicyReportsGetComplianceColumnsInJSONRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "string" + } + } + } + } + }, + "/Invoke/Cirrus.PolicyReports/GetRowNumber": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusPolicyReportsGetRowNumber", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusPolicyReportsGetRowNumberRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Cirrus.PolicyReports/GenerateRemediationScriptForNodes": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusPolicyReportsGenerateRemediationScriptForNodes", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusPolicyReportsGenerateRemediationScriptForNodesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.NetworkNode" + } + } + } + } + } + }, + "/Invoke/NCM.Eos/BeginRefreshAll": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "NCMEosBeginRefreshAll", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/NCMEosBeginRefreshAllRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/NCM.Eos/RefreshNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "NCMEosRefreshNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/NCMEosRefreshNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/NCM.Eos/IsRefreshingAll": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "NCMEosIsRefreshingAll", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/NCMEosIsRefreshingAllRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/NCM.Eos/InitSchedule": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "NCMEosInitSchedule", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/NCMEosInitScheduleRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/NCM.FirmwareStorage/ValidateFirmwareStorage": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "NCMFirmwareStorageValidateFirmwareStorage", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/NCMFirmwareStorageValidateFirmwareStorageRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.ValidationResults" + } + } + } + } + }, + "/Invoke/NCM.FirmwareStorage/DeleteFirmwareImages": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "NCMFirmwareStorageDeleteFirmwareImages", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/NCMFirmwareStorageDeleteFirmwareImagesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/NCM.FirmwareDefinitions/GetFirmwareDefinition": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "NCMFirmwareDefinitionsGetFirmwareDefinition", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/NCMFirmwareDefinitionsGetFirmwareDefinitionRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.FirmwareDefinition" + } + } + } + } + }, + "/Invoke/NCM.FirmwareDefinitions/AddFirmwareDefinition": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "NCMFirmwareDefinitionsAddFirmwareDefinition", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/NCMFirmwareDefinitionsAddFirmwareDefinitionRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/NCM.FirmwareDefinitions/UpdateFirmwareDefinition": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "NCMFirmwareDefinitionsUpdateFirmwareDefinition", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/NCMFirmwareDefinitionsUpdateFirmwareDefinitionRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/NCM.FirmwareDefinitions/DeleteFirmwareDefinitions": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "NCMFirmwareDefinitionsDeleteFirmwareDefinitions", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/NCMFirmwareDefinitionsDeleteFirmwareDefinitionsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/NCM.FirmwareOperations/PrepareFirmwareUpgrade": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "NCMFirmwareOperationsPrepareFirmwareUpgrade", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/NCMFirmwareOperationsPrepareFirmwareUpgradeRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/NCM.FirmwareOperations/PrepareRollBack": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "NCMFirmwareOperationsPrepareRollBack", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/NCMFirmwareOperationsPrepareRollBackRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/NCM.FirmwareOperations/PrepareReExecuteFailed": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "NCMFirmwareOperationsPrepareReExecuteFailed", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/NCMFirmwareOperationsPrepareReExecuteFailedRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/NCM.FirmwareOperations/StartUpgrade": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "NCMFirmwareOperationsStartUpgrade", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/NCMFirmwareOperationsStartUpgradeRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/NCM.FirmwareOperations/CancelUpgrade": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "NCMFirmwareOperationsCancelUpgrade", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/NCMFirmwareOperationsCancelUpgradeRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/NCM.FirmwareOperations/GenerateScriptPreview": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "NCMFirmwareOperationsGenerateScriptPreview", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/NCMFirmwareOperationsGenerateScriptPreviewRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "string" + } + } + } + } + }, + "/Invoke/Cirrus.Reports/Run": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusReportsRun", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusReportsRunRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Data.DataTable" + } + } + } + } + }, + "/Invoke/Cirrus.Reports/RunPagable": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusReportsRunPagable", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusReportsRunPagableRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Data.DataTable" + } + } + } + } + }, + "/Invoke/Cirrus.Reports/GetRecordsCount": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusReportsGetRecordsCount", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusReportsGetRecordsCountRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Cirrus.Reports/GetDiplayableColumns": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CirrusReportsGetDiplayableColumns", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CirrusReportsGetDiplayableColumnsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.String~" + } + } + } + } + } + }, + "/Invoke/Orion.GroupCustomProperties/CreateCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionGroupCustomPropertiesCreateCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionGroupCustomPropertiesCreateCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.GroupCustomProperties/CreateCustomPropertyWithValues": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionGroupCustomPropertiesCreateCustomPropertyWithValues", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionGroupCustomPropertiesCreateCustomPropertyWithValuesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.GroupCustomProperties/ModifyCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionGroupCustomPropertiesModifyCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionGroupCustomPropertiesModifyCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.GroupCustomProperties/DeleteCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionGroupCustomPropertiesDeleteCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionGroupCustomPropertiesDeleteCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.GroupCustomProperties/ValidateCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionGroupCustomPropertiesValidateCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionGroupCustomPropertiesValidateCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Common.Models.CustomPropertyValidationResult" + } + } + } + } + }, + "/Invoke/Orion.ContainerMemberDefinition/GetMembers": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionContainerMemberDefinitionGetMembers", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionContainerMemberDefinitionGetMembersRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Data.DataTable" + } + } + } + } + }, + "/Invoke/Orion.ContainerMemberDefinition/GetFirstNMembers": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionContainerMemberDefinitionGetFirstNMembers", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionContainerMemberDefinitionGetFirstNMembersRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Data.DataTable" + } + } + } + } + }, + "/Invoke/Cortex.Management/PublishEvent": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexManagementPublishEvent", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexManagementPublishEventRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.Apic/Core.AssignToEngine": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciApicCoreAssignToEngine", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciApicCoreAssignToEngineRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.Apic/Core.GetSupportedMetrics": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciApicCoreGetSupportedMetrics", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciApicCoreGetSupportedMetricsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.Apic/Core.InventoryNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciApicCoreInventoryNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciApicCoreInventoryNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.Apic/Core.PollNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciApicCorePollNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciApicCorePollNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.Apic/Core.SetPolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciApicCoreSetPolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciApicCoreSetPollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.Apic/Core.StartRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciApicCoreStartRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciApicCoreStartRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.Apic/Core.StopRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciApicCoreStopRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciApicCoreStopRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.Apic/Orion.CiscoAci.AssignAciPolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciApicOrionCiscoAciAssignAciPolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciApicOrionCiscoAciAssignAciPollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.Apic/Orion.CiscoAci.GetPollInterval": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciApicOrionCiscoAciGetPollInterval", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciApicOrionCiscoAciGetPollIntervalRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.Apic/Orion.CiscoAci.IsAciPollingAssigned": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciApicOrionCiscoAciIsAciPollingAssigned", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciApicOrionCiscoAciIsAciPollingAssignedRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.Apic/Orion.CiscoAci.SyncAciCredentialsWithOrion": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciApicOrionCiscoAciSyncAciCredentialsWithOrion", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciApicOrionCiscoAciSyncAciCredentialsWithOrionRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.Apic/Orion.CiscoAci.TestAciCredentials": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciApicOrionCiscoAciTestAciCredentials", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciApicOrionCiscoAciTestAciCredentialsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.Apic/Orion.CiscoAci.UnassignAciPolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciApicOrionCiscoAciUnassignAciPolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciApicOrionCiscoAciUnassignAciPollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.ApplicationProfile/Core.AssignToEngine": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciApplicationProfileCoreAssignToEngine", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciApplicationProfileCoreAssignToEngineRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.ApplicationProfile/Core.GetSupportedMetrics": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciApplicationProfileCoreGetSupportedMetrics", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciApplicationProfileCoreGetSupportedMetricsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.ApplicationProfile/Core.InventoryNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciApplicationProfileCoreInventoryNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciApplicationProfileCoreInventoryNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.ApplicationProfile/Core.PollNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciApplicationProfileCorePollNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciApplicationProfileCorePollNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.ApplicationProfile/Core.SetPolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciApplicationProfileCoreSetPolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciApplicationProfileCoreSetPollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.ApplicationProfile/Core.StartRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciApplicationProfileCoreStartRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciApplicationProfileCoreStartRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.ApplicationProfile/Core.StopRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciApplicationProfileCoreStopRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciApplicationProfileCoreStopRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.EndpointGroup/Core.AssignToEngine": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciEndpointGroupCoreAssignToEngine", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciEndpointGroupCoreAssignToEngineRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.EndpointGroup/Core.GetSupportedMetrics": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciEndpointGroupCoreGetSupportedMetrics", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciEndpointGroupCoreGetSupportedMetricsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.EndpointGroup/Core.InventoryNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciEndpointGroupCoreInventoryNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciEndpointGroupCoreInventoryNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.EndpointGroup/Core.PollNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciEndpointGroupCorePollNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciEndpointGroupCorePollNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.EndpointGroup/Core.SetPolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciEndpointGroupCoreSetPolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciEndpointGroupCoreSetPollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.EndpointGroup/Core.StartRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciEndpointGroupCoreStartRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciEndpointGroupCoreStartRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.EndpointGroup/Core.StopRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciEndpointGroupCoreStopRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciEndpointGroupCoreStopRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.Fabric/Core.AssignToEngine": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciFabricCoreAssignToEngine", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciFabricCoreAssignToEngineRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.Fabric/Core.GetSupportedMetrics": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciFabricCoreGetSupportedMetrics", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciFabricCoreGetSupportedMetricsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.Fabric/Core.InventoryNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciFabricCoreInventoryNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciFabricCoreInventoryNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.Fabric/Core.PollNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciFabricCorePollNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciFabricCorePollNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.Fabric/Core.SetPolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciFabricCoreSetPolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciFabricCoreSetPollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.Fabric/Core.StartRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciFabricCoreStartRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciFabricCoreStartRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.Fabric/Core.StopRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciFabricCoreStopRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciFabricCoreStopRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.PhysicalEntity/Core.AssignToEngine": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciPhysicalEntityCoreAssignToEngine", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciPhysicalEntityCoreAssignToEngineRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.PhysicalEntity/Core.GetSupportedMetrics": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciPhysicalEntityCoreGetSupportedMetrics", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciPhysicalEntityCoreGetSupportedMetricsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.PhysicalEntity/Core.InventoryNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciPhysicalEntityCoreInventoryNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciPhysicalEntityCoreInventoryNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.PhysicalEntity/Core.PollNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciPhysicalEntityCorePollNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciPhysicalEntityCorePollNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.PhysicalEntity/Core.SetPolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciPhysicalEntityCoreSetPolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciPhysicalEntityCoreSetPollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.PhysicalEntity/Core.StartRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciPhysicalEntityCoreStartRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciPhysicalEntityCoreStartRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.PhysicalEntity/Core.StopRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciPhysicalEntityCoreStopRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciPhysicalEntityCoreStopRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.Tenant/Core.AssignToEngine": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciTenantCoreAssignToEngine", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciTenantCoreAssignToEngineRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.Tenant/Core.GetSupportedMetrics": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciTenantCoreGetSupportedMetrics", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciTenantCoreGetSupportedMetricsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.Tenant/Core.InventoryNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciTenantCoreInventoryNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciTenantCoreInventoryNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.Tenant/Core.PollNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciTenantCorePollNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciTenantCorePollNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.Tenant/Core.SetPolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciTenantCoreSetPolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciTenantCoreSetPollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.Tenant/Core.StartRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciTenantCoreStartRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciTenantCoreStartRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.CiscoAci.Tenant/Core.StopRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCiscoAciTenantCoreStopRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCiscoAciTenantCoreStopRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Cman.Container/Core.AssignToEngine": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCmanContainerCoreAssignToEngine", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCmanContainerCoreAssignToEngineRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Cman.Container/Core.GetSupportedMetrics": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCmanContainerCoreGetSupportedMetrics", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCmanContainerCoreGetSupportedMetricsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Cman.Container/Core.InventoryNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCmanContainerCoreInventoryNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCmanContainerCoreInventoryNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Cman.Container/Core.PollNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCmanContainerCorePollNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCmanContainerCorePollNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Cman.Container/Core.SetPolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCmanContainerCoreSetPolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCmanContainerCoreSetPollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Cman.Container/Core.StartRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCmanContainerCoreStartRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCmanContainerCoreStartRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Cman.Container/Core.StopRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCmanContainerCoreStopRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCmanContainerCoreStopRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Cman.ContainerAgent/Core.AssignToEngine": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCmanContainerAgentCoreAssignToEngine", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCmanContainerAgentCoreAssignToEngineRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Cman.ContainerAgent/Core.GetSupportedMetrics": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCmanContainerAgentCoreGetSupportedMetrics", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCmanContainerAgentCoreGetSupportedMetricsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Cman.ContainerAgent/Core.InventoryNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCmanContainerAgentCoreInventoryNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCmanContainerAgentCoreInventoryNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Cman.ContainerAgent/Core.PollNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCmanContainerAgentCorePollNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCmanContainerAgentCorePollNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Cman.ContainerAgent/Core.SetPolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCmanContainerAgentCoreSetPolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCmanContainerAgentCoreSetPollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Cman.ContainerAgent/Core.StartRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCmanContainerAgentCoreStartRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCmanContainerAgentCoreStartRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Cman.ContainerAgent/Core.StopRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCmanContainerAgentCoreStopRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCmanContainerAgentCoreStopRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Cman.ContainerEnvironmentVariable/Core.AssignToEngine": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCmanContainerEnvironmentVariableCoreAssignToEngine", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCmanContainerEnvironmentVariableCoreAssignToEngineRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Cman.ContainerEnvironmentVariable/Core.GetSupportedMetrics": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCmanContainerEnvironmentVariableCoreGetSupportedMetrics", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCmanContainerEnvironmentVariableCoreGetSupportedMetricsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Cman.ContainerEnvironmentVariable/Core.InventoryNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCmanContainerEnvironmentVariableCoreInventoryNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCmanContainerEnvironmentVariableCoreInventoryNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Cman.ContainerEnvironmentVariable/Core.PollNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCmanContainerEnvironmentVariableCorePollNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCmanContainerEnvironmentVariableCorePollNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Cman.ContainerEnvironmentVariable/Core.SetPolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCmanContainerEnvironmentVariableCoreSetPolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCmanContainerEnvironmentVariableCoreSetPollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Cman.ContainerEnvironmentVariable/Core.StartRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCmanContainerEnvironmentVariableCoreStartRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCmanContainerEnvironmentVariableCoreStartRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Cman.ContainerEnvironmentVariable/Core.StopRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCmanContainerEnvironmentVariableCoreStopRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCmanContainerEnvironmentVariableCoreStopRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Cman.ContainerHost/Core.AssignToEngine": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCmanContainerHostCoreAssignToEngine", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCmanContainerHostCoreAssignToEngineRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Cman.ContainerHost/Core.GetSupportedMetrics": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCmanContainerHostCoreGetSupportedMetrics", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCmanContainerHostCoreGetSupportedMetricsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Cman.ContainerHost/Core.InventoryNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCmanContainerHostCoreInventoryNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCmanContainerHostCoreInventoryNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Cman.ContainerHost/Core.PollNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCmanContainerHostCorePollNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCmanContainerHostCorePollNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Cman.ContainerHost/Core.SetPolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCmanContainerHostCoreSetPolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCmanContainerHostCoreSetPollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Cman.ContainerHost/Core.StartRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCmanContainerHostCoreStartRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCmanContainerHostCoreStartRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Cman.ContainerHost/Core.StopRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCmanContainerHostCoreStopRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCmanContainerHostCoreStopRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Cman.ContainerImage/Core.AssignToEngine": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCmanContainerImageCoreAssignToEngine", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCmanContainerImageCoreAssignToEngineRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Cman.ContainerImage/Core.GetSupportedMetrics": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCmanContainerImageCoreGetSupportedMetrics", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCmanContainerImageCoreGetSupportedMetricsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Cman.ContainerImage/Core.InventoryNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCmanContainerImageCoreInventoryNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCmanContainerImageCoreInventoryNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Cman.ContainerImage/Core.PollNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCmanContainerImageCorePollNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCmanContainerImageCorePollNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Cman.ContainerImage/Core.SetPolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCmanContainerImageCoreSetPolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCmanContainerImageCoreSetPollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Cman.ContainerImage/Core.StartRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCmanContainerImageCoreStartRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCmanContainerImageCoreStartRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Cman.ContainerImage/Core.StopRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionCmanContainerImageCoreStopRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionCmanContainerImageCoreStopRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.MonitoringElement/Core.AssignToEngine": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionMonitoringElementCoreAssignToEngine", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionMonitoringElementCoreAssignToEngineRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.MonitoringElement/Core.GetSupportedMetrics": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionMonitoringElementCoreGetSupportedMetrics", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionMonitoringElementCoreGetSupportedMetricsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.MonitoringElement/Core.InventoryNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionMonitoringElementCoreInventoryNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionMonitoringElementCoreInventoryNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.MonitoringElement/Core.PollNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionMonitoringElementCorePollNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionMonitoringElementCorePollNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.MonitoringElement/Core.SetPolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionMonitoringElementCoreSetPolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionMonitoringElementCoreSetPollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.MonitoringElement/Core.StartRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionMonitoringElementCoreStartRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionMonitoringElementCoreStartRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.MonitoringElement/Core.StopRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionMonitoringElementCoreStopRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionMonitoringElementCoreStopRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Interface/Core.AddToCortex": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionInterfaceCoreAddToCortex", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionInterfaceCoreAddToCortexRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Interface/Core.AssignToEngine": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionInterfaceCoreAssignToEngine", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionInterfaceCoreAssignToEngineRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Interface/Core.GetSupportedMetrics": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionInterfaceCoreGetSupportedMetrics", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionInterfaceCoreGetSupportedMetricsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Interface/Core.InventoryNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionInterfaceCoreInventoryNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionInterfaceCoreInventoryNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Interface/Core.PollNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionInterfaceCorePollNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionInterfaceCorePollNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Interface/Core.SetPolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionInterfaceCoreSetPolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionInterfaceCoreSetPollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Interface/Core.StartRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionInterfaceCoreStartRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionInterfaceCoreStartRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Interface/Core.StopRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionInterfaceCoreStopRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionInterfaceCoreStopRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Node/Core.AddToCortex": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionNodeCoreAddToCortex", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionNodeCoreAddToCortexRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Node/Core.AssignToEngine": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionNodeCoreAssignToEngine", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionNodeCoreAssignToEngineRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Node/Core.GetSupportedMetrics": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionNodeCoreGetSupportedMetrics", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionNodeCoreGetSupportedMetricsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Node/Core.InventoryNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionNodeCoreInventoryNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionNodeCoreInventoryNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Node/Core.PollNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionNodeCorePollNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionNodeCorePollNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Node/Core.SetPolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionNodeCoreSetPolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionNodeCoreSetPollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Node/Core.StartRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionNodeCoreStartRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionNodeCoreStartRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Node/Core.StopRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionNodeCoreStopRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionNodeCoreStopRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.PowerControlUnit/Core.AssignToEngine": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionPowerControlUnitCoreAssignToEngine", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionPowerControlUnitCoreAssignToEngineRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.PowerControlUnit/Core.GetSupportedMetrics": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionPowerControlUnitCoreGetSupportedMetrics", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionPowerControlUnitCoreGetSupportedMetricsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.PowerControlUnit/Core.InventoryNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionPowerControlUnitCoreInventoryNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionPowerControlUnitCoreInventoryNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.PowerControlUnit/Core.PollNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionPowerControlUnitCorePollNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionPowerControlUnitCorePollNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.PowerControlUnit/Core.SetPolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionPowerControlUnitCoreSetPolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionPowerControlUnitCoreSetPollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.PowerControlUnit/Core.StartRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionPowerControlUnitCoreStartRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionPowerControlUnitCoreStartRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.PowerControlUnit/Core.StopRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionPowerControlUnitCoreStopRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionPowerControlUnitCoreStopRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.Cluster/Core.AssignToEngine": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationClusterCoreAssignToEngine", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationClusterCoreAssignToEngineRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.Cluster/Core.GetSupportedMetrics": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationClusterCoreGetSupportedMetrics", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationClusterCoreGetSupportedMetricsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.Cluster/Core.InventoryNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationClusterCoreInventoryNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationClusterCoreInventoryNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.Cluster/Core.PollNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationClusterCorePollNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationClusterCorePollNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.Cluster/Core.SetPolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationClusterCoreSetPolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationClusterCoreSetPollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.Cluster/Core.StartRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationClusterCoreStartRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationClusterCoreStartRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.Cluster/Core.StopRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationClusterCoreStopRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationClusterCoreStopRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.DataCenter/Core.AssignToEngine": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationDataCenterCoreAssignToEngine", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationDataCenterCoreAssignToEngineRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.DataCenter/Core.GetSupportedMetrics": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationDataCenterCoreGetSupportedMetrics", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationDataCenterCoreGetSupportedMetricsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.DataCenter/Core.InventoryNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationDataCenterCoreInventoryNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationDataCenterCoreInventoryNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.DataCenter/Core.PollNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationDataCenterCorePollNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationDataCenterCorePollNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.DataCenter/Core.SetPolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationDataCenterCoreSetPolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationDataCenterCoreSetPollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.DataCenter/Core.StartRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationDataCenterCoreStartRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationDataCenterCoreStartRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.DataCenter/Core.StopRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationDataCenterCoreStopRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationDataCenterCoreStopRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.Datastore/Core.AssignToEngine": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationDatastoreCoreAssignToEngine", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationDatastoreCoreAssignToEngineRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.Datastore/Core.GetSupportedMetrics": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationDatastoreCoreGetSupportedMetrics", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationDatastoreCoreGetSupportedMetricsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.Datastore/Core.InventoryNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationDatastoreCoreInventoryNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationDatastoreCoreInventoryNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.Datastore/Core.PollNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationDatastoreCorePollNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationDatastoreCorePollNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.Datastore/Core.SetPolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationDatastoreCoreSetPolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationDatastoreCoreSetPollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.Datastore/Core.StartRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationDatastoreCoreStartRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationDatastoreCoreStartRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.Datastore/Core.StopRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationDatastoreCoreStopRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationDatastoreCoreStopRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.Host/Core.AssignToEngine": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationHostCoreAssignToEngine", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationHostCoreAssignToEngineRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.Host/Core.GetSupportedMetrics": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationHostCoreGetSupportedMetrics", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationHostCoreGetSupportedMetricsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.Host/Core.InventoryNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationHostCoreInventoryNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationHostCoreInventoryNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.Host/Core.PollNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationHostCorePollNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationHostCorePollNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.Host/Core.SetPolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationHostCoreSetPolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationHostCoreSetPollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.Host/Core.StartRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationHostCoreStartRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationHostCoreStartRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.Host/Core.StopRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationHostCoreStopRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationHostCoreStopRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.HypervisorEntity/Core.AssignToEngine": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationHypervisorEntityCoreAssignToEngine", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationHypervisorEntityCoreAssignToEngineRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.HypervisorEntity/Core.GetSupportedMetrics": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationHypervisorEntityCoreGetSupportedMetrics", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationHypervisorEntityCoreGetSupportedMetricsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.HypervisorEntity/Core.InventoryNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationHypervisorEntityCoreInventoryNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationHypervisorEntityCoreInventoryNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.HypervisorEntity/Core.PollNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationHypervisorEntityCorePollNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationHypervisorEntityCorePollNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.HypervisorEntity/Core.SetPolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationHypervisorEntityCoreSetPolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationHypervisorEntityCoreSetPollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.HypervisorEntity/Core.StartRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationHypervisorEntityCoreStartRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationHypervisorEntityCoreStartRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.HypervisorEntity/Core.StopRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationHypervisorEntityCoreStopRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationHypervisorEntityCoreStopRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.VCenter/Core.AssignToEngine": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationVCenterCoreAssignToEngine", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationVCenterCoreAssignToEngineRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.VCenter/Core.GetSupportedMetrics": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationVCenterCoreGetSupportedMetrics", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationVCenterCoreGetSupportedMetricsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.VCenter/Core.InventoryNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationVCenterCoreInventoryNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationVCenterCoreInventoryNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.VCenter/Core.PollNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationVCenterCorePollNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationVCenterCorePollNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.VCenter/Core.SetPolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationVCenterCoreSetPolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationVCenterCoreSetPollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.VCenter/Core.StartRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationVCenterCoreStartRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationVCenterCoreStartRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.VCenter/Core.StopRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationVCenterCoreStopRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationVCenterCoreStopRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.VirtualMachine/Core.AssignToEngine": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationVirtualMachineCoreAssignToEngine", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationVirtualMachineCoreAssignToEngineRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.VirtualMachine/Core.GetSupportedMetrics": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationVirtualMachineCoreGetSupportedMetrics", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationVirtualMachineCoreGetSupportedMetricsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.VirtualMachine/Core.InventoryNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationVirtualMachineCoreInventoryNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationVirtualMachineCoreInventoryNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.VirtualMachine/Core.PollNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationVirtualMachineCorePollNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationVirtualMachineCorePollNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.VirtualMachine/Core.SetPolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationVirtualMachineCoreSetPolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationVirtualMachineCoreSetPollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.VirtualMachine/Core.StartRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationVirtualMachineCoreStartRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationVirtualMachineCoreStartRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.VirtualMachine/Core.StopRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationVirtualMachineCoreStopRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationVirtualMachineCoreStopRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.VirtualMachineDisk/Core.AssignToEngine": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationVirtualMachineDiskCoreAssignToEngine", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationVirtualMachineDiskCoreAssignToEngineRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.VirtualMachineDisk/Core.GetSupportedMetrics": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationVirtualMachineDiskCoreGetSupportedMetrics", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationVirtualMachineDiskCoreGetSupportedMetricsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.VirtualMachineDisk/Core.InventoryNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationVirtualMachineDiskCoreInventoryNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationVirtualMachineDiskCoreInventoryNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.VirtualMachineDisk/Core.PollNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationVirtualMachineDiskCorePollNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationVirtualMachineDiskCorePollNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.VirtualMachineDisk/Core.SetPolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationVirtualMachineDiskCoreSetPolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationVirtualMachineDiskCoreSetPollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.VirtualMachineDisk/Core.StartRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationVirtualMachineDiskCoreStartRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationVirtualMachineDiskCoreStartRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.VirtualMachineDisk/Core.StopRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationVirtualMachineDiskCoreStopRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationVirtualMachineDiskCoreStopRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.VSan/Core.AssignToEngine": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationVSanCoreAssignToEngine", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationVSanCoreAssignToEngineRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.VSan/Core.GetSupportedMetrics": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationVSanCoreGetSupportedMetrics", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationVSanCoreGetSupportedMetricsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.VSan/Core.InventoryNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationVSanCoreInventoryNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationVSanCoreInventoryNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.VSan/Core.PollNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationVSanCorePollNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationVSanCorePollNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.VSan/Core.SetPolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationVSanCoreSetPolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationVSanCoreSetPollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.VSan/Core.StartRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationVSanCoreStartRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationVSanCoreStartRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Virtualization.VSan/Core.StopRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVirtualizationVSanCoreStopRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVirtualizationVSanCoreStopRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Volume/Core.AddToCortex": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVolumeCoreAddToCortex", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVolumeCoreAddToCortexRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Volume/Core.AssignToEngine": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVolumeCoreAssignToEngine", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVolumeCoreAssignToEngineRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Volume/Core.GetSupportedMetrics": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVolumeCoreGetSupportedMetrics", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVolumeCoreGetSupportedMetricsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Volume/Core.InventoryNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVolumeCoreInventoryNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVolumeCoreInventoryNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Volume/Core.PollNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVolumeCorePollNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVolumeCorePollNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Volume/Core.SetPolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVolumeCoreSetPolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVolumeCoreSetPollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Volume/Core.StartRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVolumeCoreStartRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVolumeCoreStartRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Cortex.Orion.Volume/Core.StopRealTimePolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "CortexOrionVolumeCoreStopRealTimePolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/CortexOrionVolumeCoreStopRealTimePollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Orion.DPA.DpaServer/RefreshSchema": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Refresh federation schema of for particular DPA Server", + "operationId": "OrionDPADpaServerRefreshSchema", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionDPADpaServerRefreshSchemaRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Orion.DPI.Probes/ReloadProbeSettings": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionDPIProbesReloadProbeSettings", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionDPIProbesReloadProbeSettingsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Orion.DPI.Probes/ReloadAppDefinitions": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionDPIProbesReloadAppDefinitions", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionDPIProbesReloadAppDefinitionsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Orion.DPI.Probes/GetProbeCapabilities": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionDPIProbesGetProbeCapabilities", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionDPIProbesGetProbeCapabilitiesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.DPI.Common.Models.ProbeCapabilities" + } + } + } + } + }, + "/Invoke/Orion.DPI.Probes/DeployLocalTrafficProbe": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionDPIProbesDeployLocalTrafficProbe", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionDPIProbesDeployLocalTrafficProbeRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.DPI.Common.Models.ProbeDeploymentResult" + } + } + } + } + }, + "/Invoke/Orion.DPI.Probes/DeploySpanPortProbe": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionDPIProbesDeploySpanPortProbe", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionDPIProbesDeploySpanPortProbeRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.DPI.Common.Models.ProbeDeploymentResult" + } + } + } + } + }, + "/Invoke/Orion.ESI.IncidentIntegration/SetIncidentIntegrationState": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Sets the state of incident integration respectd by Orion web UI. True is enabled, false means disabled.", + "operationId": "OrionESIIncidentIntegrationSetIncidentIntegrationState", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionESIIncidentIntegrationSetIncidentIntegrationStateRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.F5.System.Device/TestApiPolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionF5SystemDeviceTestApiPolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionF5SystemDeviceTestApiPollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/Solarwinds.F5.Common.Models.API.F5ApiTestConnectionResult" + } + } + } + } + }, + "/Invoke/Orion.F5.System.Device/EnableApiPolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionF5SystemDeviceEnableApiPolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionF5SystemDeviceEnableApiPollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.F5.System.Device/DisableApiPolling": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionF5SystemDeviceDisableApiPolling", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionF5SystemDeviceDisableApiPollingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.F5.LTM.Server/LinkNode": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionF5LTMServerLinkNode", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionF5LTMServerLinkNodeRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.F5.LTM.Server/UnlinkNode": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionF5LTMServerUnlinkNode", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionF5LTMServerUnlinkNodeRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.HardwareHealth.HardwareInfoBase/EnableHardwareHealth": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionHardwareHealthHardwareInfoBaseEnableHardwareHealth", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionHardwareHealthHardwareInfoBaseEnableHardwareHealthRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.HardwareHealth.HardwareInfoBase/DisableHardwareHealth": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionHardwareHealthHardwareInfoBaseDisableHardwareHealth", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionHardwareHealthHardwareInfoBaseDisableHardwareHealthRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.HardwareHealth.HardwareInfoBase/DeleteHardwareHealth": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionHardwareHealthHardwareInfoBaseDeleteHardwareHealth", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionHardwareHealthHardwareInfoBaseDeleteHardwareHealthRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.HardwareHealth.HardwareInfoBase/IsHardwareHealthEnabled": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionHardwareHealthHardwareInfoBaseIsHardwareHealthEnabled", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionHardwareHealthHardwareInfoBaseIsHardwareHealthEnabledRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Orion.HardwareHealth.HardwareItemBase/EnableSensors": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionHardwareHealthHardwareItemBaseEnableSensors", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionHardwareHealthHardwareItemBaseEnableSensorsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.HardwareHealth.HardwareItemBase/DisableSensors": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionHardwareHealthHardwareItemBaseDisableSensors", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionHardwareHealthHardwareItemBaseDisableSensorsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.HardwareHealth.HardwareItemThreshold/SetThreshold": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionHardwareHealthHardwareItemThresholdSetThreshold", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionHardwareHealthHardwareItemThresholdSetThresholdRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.HardwareHealth.HardwareItemThreshold/ClearThresholds": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionHardwareHealthHardwareItemThresholdClearThresholds", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionHardwareHealthHardwareItemThresholdClearThresholdsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.HA.Pools/CreatePool": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Creates pool based on provided members and resource parameters", + "operationId": "OrionHAPoolsCreatePool", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionHAPoolsCreatePoolRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.Orion.HighAvailability.Common.Model.OperationResult" + } + } + } + } + }, + "/Invoke/Orion.HA.Pools/EditPool": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Updates pool with a given poolId", + "operationId": "OrionHAPoolsEditPool", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionHAPoolsEditPoolRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.Orion.HighAvailability.Common.Model.OperationResult" + } + } + } + } + }, + "/Invoke/Orion.HA.Pools/ValidateCreatePool": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Validates pool (without creating it) based on provided members and resource parameters", + "operationId": "OrionHAPoolsValidateCreatePool", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionHAPoolsValidateCreatePoolRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.Orion.HighAvailability.Common.Model.OperationResult" + } + } + } + } + }, + "/Invoke/Orion.HA.Pools/ValidateEditPool": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Validates pool with given poolId and resource parameters (without actual update)", + "operationId": "OrionHAPoolsValidateEditPool", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionHAPoolsValidateEditPoolRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.Orion.HighAvailability.Common.Model.OperationResult" + } + } + } + } + }, + "/Invoke/Orion.HA.Pools/EnablePool": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Enables pool with a given poolId", + "operationId": "OrionHAPoolsEnablePool", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionHAPoolsEnablePoolRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.Orion.HighAvailability.Common.Model.OperationResult" + } + } + } + } + }, + "/Invoke/Orion.HA.Pools/DisablePool": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Disables pool with a given poolId", + "operationId": "OrionHAPoolsDisablePool", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionHAPoolsDisablePoolRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.Orion.HighAvailability.Common.Model.OperationResult" + } + } + } + } + }, + "/Invoke/Orion.HA.Pools/DeletePool": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Delete pool with given poolId.", + "operationId": "OrionHAPoolsDeletePool", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionHAPoolsDeletePoolRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.Orion.HighAvailability.Common.Model.OperationResult" + } + } + } + } + }, + "/Invoke/Orion.HA.Pools/Switchover": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Manual failover on a given pool.", + "operationId": "OrionHAPoolsSwitchover", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionHAPoolsSwitchoverRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.Orion.HighAvailability.Common.Model.OperationResult" + } + } + } + } + }, + "/Invoke/Orion.HA.Pools/DeleteStaleEngine": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Deletes OrionServer and related pool memeber with a given hostName.", + "operationId": "OrionHAPoolsDeleteStaleEngine", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionHAPoolsDeleteStaleEngineRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.Orion.HighAvailability.Common.Model.OperationResult" + } + } + } + } + }, + "/Invoke/Orion.NPM.Interfaces/SetPowerLevel": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionNPMInterfacesSetPowerLevel", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionNPMInterfacesSetPowerLevelRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.NPM.Interfaces/Unmanage": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionNPMInterfacesUnmanage", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionNPMInterfacesUnmanageRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.NPM.Interfaces/Remanage": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionNPMInterfacesRemanage", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionNPMInterfacesRemanageRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.NPM.Interfaces/DiscoverInterfacesOnNode": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionNPMInterfacesDiscoverInterfacesOnNode", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionNPMInterfacesDiscoverInterfacesOnNodeRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.NPM.Common.Models.Discovery.InterfaceDiscovery.LiteDiscoveryResult" + } + } + } + } + }, + "/Invoke/Orion.NPM.Interfaces/AddInterfacesOnNode": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionNPMInterfacesAddInterfacesOnNode", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionNPMInterfacesAddInterfacesOnNodeRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.NPM.Common.Models.Discovery.InterfaceDiscovery.LiteDiscoveryResult" + } + } + } + } + }, + "/Invoke/Orion.NPM.Interfaces/CreateInterfacesPluginConfiguration": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionNPMInterfacesCreateInterfacesPluginConfiguration", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionNPMInterfacesCreateInterfacesPluginConfigurationRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "string" + } + } + } + } + }, + "/Invoke/Orion.NPM.InterfacesCustomProperties/CreateCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionNPMInterfacesCustomPropertiesCreateCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionNPMInterfacesCustomPropertiesCreateCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.NPM.InterfacesCustomProperties/CreateCustomPropertyWithValues": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionNPMInterfacesCustomPropertiesCreateCustomPropertyWithValues", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionNPMInterfacesCustomPropertiesCreateCustomPropertyWithValuesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.NPM.InterfacesCustomProperties/ModifyCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionNPMInterfacesCustomPropertiesModifyCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionNPMInterfacesCustomPropertiesModifyCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.NPM.InterfacesCustomProperties/DeleteCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionNPMInterfacesCustomPropertiesDeleteCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionNPMInterfacesCustomPropertiesDeleteCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/IPAM.SubnetManagement/ChangeIpStatus": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMSubnetManagementChangeIpStatus", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMSubnetManagementChangeIpStatusRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/IPAM.SubnetManagement/ChangeIpStatusForGroup": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMSubnetManagementChangeIpStatusForGroup", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMSubnetManagementChangeIpStatusForGroupRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/IPAM.SubnetManagement/GetFirstAvailableIp": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMSubnetManagementGetFirstAvailableIp", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMSubnetManagementGetFirstAvailableIpRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "string" + } + } + } + } + }, + "/Invoke/IPAM.SubnetManagement/GetFirstAvailableIpForGroup": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMSubnetManagementGetFirstAvailableIpForGroup", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMSubnetManagementGetFirstAvailableIpForGroupRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "string" + } + } + } + } + }, + "/Invoke/IPAM.SubnetManagement/StartIpReservation": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMSubnetManagementStartIpReservation", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMSubnetManagementStartIpReservationRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "string" + } + } + } + } + }, + "/Invoke/IPAM.SubnetManagement/StartIpReservationForGroup": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMSubnetManagementStartIpReservationForGroup", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMSubnetManagementStartIpReservationForGroupRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "string" + } + } + } + } + }, + "/Invoke/IPAM.SubnetManagement/CancelIpReservation": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMSubnetManagementCancelIpReservation", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMSubnetManagementCancelIpReservationRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/IPAM.SubnetManagement/CancelIpReservationForGroup": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMSubnetManagementCancelIpReservationForGroup", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMSubnetManagementCancelIpReservationForGroupRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/IPAM.SubnetManagement/FinishIpReservation": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMSubnetManagementFinishIpReservation", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMSubnetManagementFinishIpReservationRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/IPAM.SubnetManagement/FinishIpReservationForGroup": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMSubnetManagementFinishIpReservationForGroup", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMSubnetManagementFinishIpReservationForGroupRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/IPAM.SubnetManagement/CreateSubnet": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMSubnetManagementCreateSubnet", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMSubnetManagementCreateSubnetRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/IPAM.SubnetManagement/CreateSubnetForGroup": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMSubnetManagementCreateSubnetForGroup", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMSubnetManagementCreateSubnetForGroupRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/IPAM.SubnetManagement/CreateIPv6Subnet": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMSubnetManagementCreateIPv6Subnet", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMSubnetManagementCreateIPv6SubnetRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/IPAM.SubnetManagement/CreateIPv6SubnetForGroup": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMSubnetManagementCreateIPv6SubnetForGroup", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMSubnetManagementCreateIPv6SubnetForGroupRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/IPAM.SubnetManagement/ChangeDisableAutoScanning": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMSubnetManagementChangeDisableAutoScanning", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMSubnetManagementChangeDisableAutoScanningRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/IPAM.DhcpDnsManagement/CreateIpReservation": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMDhcpDnsManagementCreateIpReservation", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMDhcpDnsManagementCreateIpReservationRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "string" + } + } + } + } + }, + "/Invoke/IPAM.DhcpDnsManagement/RemoveIpReservation": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMDhcpDnsManagementRemoveIpReservation", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMDhcpDnsManagementRemoveIpReservationRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "string" + } + } + } + } + }, + "/Invoke/IPAM.DhcpDnsManagement/GetAandPTRrecordsForDnsZone": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMDhcpDnsManagementGetAandPTRrecordsForDnsZone", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMDhcpDnsManagementGetAandPTRrecordsForDnsZoneRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.IPAM.Contract.APtrRecordsPair" + } + } + } + } + } + }, + "/Invoke/IPAM.IPAddressManagement/AddDnsARecord": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMIPAddressManagementAddDnsARecord", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMIPAddressManagementAddDnsARecordRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "string" + } + } + } + } + }, + "/Invoke/IPAM.IPAddressManagement/ChangeDnsARecord": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMIPAddressManagementChangeDnsARecord", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMIPAddressManagementChangeDnsARecordRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "string" + } + } + } + } + }, + "/Invoke/IPAM.IPAddressManagement/RemoveDnsARecord": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMIPAddressManagementRemoveDnsARecord", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMIPAddressManagementRemoveDnsARecordRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "string" + } + } + } + } + }, + "/Invoke/IPAM.IPAddressManagement/AddDnsAaaaRecord": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMIPAddressManagementAddDnsAaaaRecord", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMIPAddressManagementAddDnsAaaaRecordRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "string" + } + } + } + } + }, + "/Invoke/IPAM.IPAddressManagement/ChangeDnsAaaaRecord": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMIPAddressManagementChangeDnsAaaaRecord", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMIPAddressManagementChangeDnsAaaaRecordRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "string" + } + } + } + } + }, + "/Invoke/IPAM.IPAddressManagement/RemoveDnsAaaaRecord": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMIPAddressManagementRemoveDnsAaaaRecord", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMIPAddressManagementRemoveDnsAaaaRecordRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "string" + } + } + } + } + }, + "/Invoke/IPAM.IPAddressManagement/AddDnsARecordWithPtr": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMIPAddressManagementAddDnsARecordWithPtr", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMIPAddressManagementAddDnsARecordWithPtrRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "string" + } + } + } + } + }, + "/Invoke/IPAM.IPAddressManagement/AddPtrToDnsARecord": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMIPAddressManagementAddPtrToDnsARecord", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMIPAddressManagementAddPtrToDnsARecordRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "string" + } + } + } + } + }, + "/Invoke/IPAM.IPAddressManagement/AddPtrRecord": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMIPAddressManagementAddPtrRecord", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMIPAddressManagementAddPtrRecordRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "string" + } + } + } + } + }, + "/Invoke/IPAM.IPAddressManagement/RemovePtrRecord": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMIPAddressManagementRemovePtrRecord", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMIPAddressManagementRemovePtrRecordRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "string" + } + } + } + } + }, + "/Invoke/IPAM.AttrDefine/AddCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMAttrDefineAddCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMAttrDefineAddCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/IPAM.AttrDefine/UpdateCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMAttrDefineUpdateCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMAttrDefineUpdateCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/IPAM.AttrDefine/DeleteCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMAttrDefineDeleteCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMAttrDefineDeleteCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/IPAM.GroupsCustomProperties/CreateCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMGroupsCustomPropertiesCreateCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMGroupsCustomPropertiesCreateCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/IPAM.GroupsCustomProperties/CreateCustomPropertyWithValues": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMGroupsCustomPropertiesCreateCustomPropertyWithValues", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMGroupsCustomPropertiesCreateCustomPropertyWithValuesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/IPAM.GroupsCustomProperties/ModifyCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMGroupsCustomPropertiesModifyCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMGroupsCustomPropertiesModifyCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/IPAM.GroupsCustomProperties/DeleteCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMGroupsCustomPropertiesDeleteCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMGroupsCustomPropertiesDeleteCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/IPAM.NodesCustomProperties/CreateCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMNodesCustomPropertiesCreateCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMNodesCustomPropertiesCreateCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/IPAM.NodesCustomProperties/CreateCustomPropertyWithValues": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMNodesCustomPropertiesCreateCustomPropertyWithValues", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMNodesCustomPropertiesCreateCustomPropertyWithValuesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/IPAM.NodesCustomProperties/ModifyCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMNodesCustomPropertiesModifyCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMNodesCustomPropertiesModifyCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/IPAM.NodesCustomProperties/DeleteCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "IPAMNodesCustomPropertiesDeleteCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAMNodesCustomPropertiesDeleteCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.Licensing.Licenses/ActivateOnline": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionLicensingLicensesActivateOnline", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionLicensingLicensesActivateOnlineRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Orion.Licensing.Licenses/ActivateOffline": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionLicensingLicensesActivateOffline", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionLicensingLicensesActivateOfflineRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Orion.Licensing.Licenses/Deactivate": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionLicensingLicensesDeactivate", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionLicensingLicensesDeactivateRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Orion.Licensing.Licenses/ReAssignExactlyTo": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionLicensingLicensesReAssignExactlyTo", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionLicensingLicensesReAssignExactlyToRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.Licensing.Licenses/UnAssignFromAllServers": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionLicensingLicensesUnAssignFromAllServers", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionLicensingLicensesUnAssignFromAllServersRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.Licensing.Licenses/FindValidAssignments": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionLicensingLicensesFindValidAssignments", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionLicensingLicensesFindValidAssignmentsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Data.DataTable" + } + } + } + } + }, + "/Invoke/Orion.Licensing.Licenses/GetEvaluationState": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionLicensingLicensesGetEvaluationState", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionLicensingLicensesGetEvaluationStateRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "string" + } + } + } + } + }, + "/Invoke/Orion.Licensing.Licenses/GetAvailableAssignments": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionLicensingLicensesGetAvailableAssignments", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionLicensingLicensesGetAvailableAssignmentsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Orion.Netflow.Source/SetManualSamplingRate": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionNetflowSourceSetManualSamplingRate", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionNetflowSourceSetManualSamplingRateRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Orion.Netflow.Source/SetAutoDetectedSamplingRate": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionNetflowSourceSetAutoDetectedSamplingRate", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionNetflowSourceSetAutoDetectedSamplingRateRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Orion.OLM.LogEntry/UidMaxForDate": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionOLMLogEntryUidMaxForDate", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionOLMLogEntryUidMaxForDateRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Orion.OLM.LogEntry/UidMinForDate": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionOLMLogEntryUidMinForDate", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionOLMLogEntryUidMinForDateRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Orion.OLM.LogEntry/UidExtractDate": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionOLMLogEntryUidExtractDate", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionOLMLogEntryUidExtractDateRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "format": "date-time", + "type": "string" + } + } + } + } + }, + "/Invoke/Orion.AlertActive/Acknowledge": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Acknowledge active alerts, based on array of alert active ids and desired notes.", + "operationId": "OrionAlertActiveAcknowledge", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAlertActiveAcknowledgeRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Orion.AlertActive/Unacknowledge": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Unacknowledge active alerts, based on array of alert active ids.", + "operationId": "OrionAlertActiveUnacknowledge", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAlertActiveUnacknowledgeRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Orion.AlertActive/ClearAlert": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Delete active alert from database. Manual alert reset", + "operationId": "OrionAlertActiveClearAlert", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAlertActiveClearAlertRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Orion.AlertActive/AppendNote": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Appends note to Alert object.", + "operationId": "OrionAlertActiveAppendNote", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAlertActiveAppendNoteRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Orion.Alerts/MigrateAllBasicAlerts": { + "post": { + "tags": [ + "Verbs" + ], + "description": "This verb migrates all alerts created in Basic Alerts Manager to new data entities used in Alert Manager on Orion website.", + "operationId": "OrionAlertsMigrateAllBasicAlerts", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAlertsMigrateAllBasicAlertsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Models.Alerting.AlertMigrationResult" + } + } + } + } + } + }, + "/Invoke/Orion.Alerts/MigrateBasicAlert": { + "post": { + "tags": [ + "Verbs" + ], + "description": "This verb migrates alert created in Basic Alerts Manager to new data entities used in Alert Manager on Orion website.", + "operationId": "OrionAlertsMigrateBasicAlert", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAlertsMigrateBasicAlertRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Models.Alerting.AlertMigrationResult" + } + } + } + } + }, + "/Invoke/Orion.AlertStatus/Acknowledge": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionAlertStatusAcknowledge", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAlertStatusAcknowledgeRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Orion.AlertStatus/AcknowledgeAlert": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionAlertStatusAcknowledgeAlert", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAlertStatusAcknowledgeAlertRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.AlertStatus/AddNote": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionAlertStatusAddNote", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAlertStatusAddNoteRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.AlertConfigurations/MigrateAllAdvancedAlerts": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionAlertConfigurationsMigrateAllAdvancedAlerts", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAlertConfigurationsMigrateAllAdvancedAlertsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Models.Alerting.AlertMigrationResult" + } + } + } + } + } + }, + "/Invoke/Orion.AlertConfigurations/MigrateAdvancedAlert": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionAlertConfigurationsMigrateAdvancedAlert", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAlertConfigurationsMigrateAdvancedAlertRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Models.Alerting.AlertMigrationResult" + } + } + } + } + }, + "/Invoke/Orion.AlertConfigurations/MigrateAdvancedAlertFromXML": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionAlertConfigurationsMigrateAdvancedAlertFromXML", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAlertConfigurationsMigrateAdvancedAlertFromXMLRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Models.Alerting.AlertMigrationResult" + } + } + } + } + } + }, + "/Invoke/Orion.AlertConfigurations/Import": { + "post": { + "tags": [ + "Verbs" + ], + "description": "This verb imports alert into system from alert xml", + "operationId": "OrionAlertConfigurationsImport", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAlertConfigurationsImportRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Common.Alerting.AlertImportResult" + } + } + } + } + }, + "/Invoke/Orion.AlertConfigurations/Export": { + "post": { + "tags": [ + "Verbs" + ], + "description": "This verb exports alert definition", + "operationId": "OrionAlertConfigurationsExport", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAlertConfigurationsExportRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "string" + } + } + } + } + }, + "/Invoke/Orion.AlertConfigurationsCustomProperties/CreateCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionAlertConfigurationsCustomPropertiesCreateCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAlertConfigurationsCustomPropertiesCreateCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.AlertConfigurationsCustomProperties/CreateCustomPropertyWithValues": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionAlertConfigurationsCustomPropertiesCreateCustomPropertyWithValues", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAlertConfigurationsCustomPropertiesCreateCustomPropertyWithValuesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.AlertConfigurationsCustomProperties/ModifyCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionAlertConfigurationsCustomPropertiesModifyCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAlertConfigurationsCustomPropertiesModifyCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.AlertConfigurationsCustomProperties/DeleteCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionAlertConfigurationsCustomPropertiesDeleteCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAlertConfigurationsCustomPropertiesDeleteCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.AlertConfigurationsCustomProperties/ValidateCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionAlertConfigurationsCustomPropertiesValidateCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAlertConfigurationsCustomPropertiesValidateCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Common.Models.CustomPropertyValidationResult" + } + } + } + } + }, + "/Invoke/Orion.AlertDefinitions/RevertMigratedAlert": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Sets alert definition Reverted property to true with means that alert will be processed by alerting service v1. Also sets Enable property based on parameter.", + "operationId": "OrionAlertDefinitionsRevertMigratedAlert", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAlertDefinitionsRevertMigratedAlertRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Orion.Actions/DeleteActionsByAssignments": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionActionsDeleteActionsByAssignments", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionActionsDeleteActionsByAssignmentsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.Actions/DeleteActionsByAssignmentsAndCategory": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionActionsDeleteActionsByAssignmentsAndCategory", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionActionsDeleteActionsByAssignmentsAndCategoryRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.Actions/SaveActionsForAssignments": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionActionsSaveActionsForAssignments", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionActionsSaveActionsForAssignmentsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Orion.Actions/UpdateAction": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionActionsUpdateAction", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionActionsUpdateActionRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Orion.Actions/UpdateActionsProperties": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionActionsUpdateActionsProperties", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionActionsUpdateActionsPropertiesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Orion.Actions/UpdateActionsDescriptions": { + "post": { + "tags": [ + "Verbs" + ], + "description": "This verb updates actions descriptions after updating of actions properties.", + "operationId": "OrionActionsUpdateActionsDescriptions", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionActionsUpdateActionsDescriptionsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Orion.Actions/UpdateActionsFrequencies": { + "post": { + "tags": [ + "Verbs" + ], + "description": "This verb updates actions frequencies after multi editing of actions", + "operationId": "OrionActionsUpdateActionsFrequencies", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionActionsUpdateActionsFrequenciesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Orion.Actions/TestAlertingAction": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionActionsTestAlertingAction", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionActionsTestAlertingActionRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Models.Actions.ActionResult" + } + } + } + } + }, + "/Invoke/Orion.Actions/TestReportingAction": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionActionsTestReportingAction", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionActionsTestReportingActionRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Models.Actions.ActionResult" + } + } + } + } + }, + "/Invoke/Orion.AlertSuppression/SuppressAlerts": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Do not trigger any alerts for entities defined in entityUris array during the suppressFrom-suppressUntil time period.", + "operationId": "OrionAlertSuppressionSuppressAlerts", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAlertSuppressionSuppressAlertsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.AlertSuppression/ResumeAlerts": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Alerts for entities defined in entityUris array will be triggered as usual.", + "operationId": "OrionAlertSuppressionResumeAlerts", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAlertSuppressionResumeAlertsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.AlertSuppression/GetAlertSuppressionState": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Get Alert Suppression State for provided list of entities.", + "operationId": "OrionAlertSuppressionGetAlertSuppressionState", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionAlertSuppressionGetAlertSuppressionStateRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Common.Models.Alerts.EntityAlertSuppressionState" + } + } + } + } + } + }, + "/Invoke/Orion.Dependencies/RemoveDependencies": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Ignore dependencies. Such dependencies are ingored in Autodependency calculation.", + "operationId": "OrionDependenciesRemoveDependencies", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionDependenciesRemoveDependenciesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Orion.DeletedAutoDependencies/RemoveIgnoredAutoDependencies": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Removes ignored dependencies.", + "operationId": "OrionDeletedAutoDependenciesRemoveIgnoredAutoDependencies", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionDeletedAutoDependenciesRemoveIgnoredAutoDependenciesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Orion.Events/Acknowledge": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionEventsAcknowledge", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionEventsAcknowledgeRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Orion.MapStudioFiles/InsertFile": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionMapStudioFilesInsertFile", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionMapStudioFilesInsertFileRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Object" + } + } + } + } + }, + "/Invoke/Orion.MapStudioFiles/UpdateFile": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionMapStudioFilesUpdateFile", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionMapStudioFilesUpdateFileRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Object" + } + } + } + } + }, + "/Invoke/Orion.MapStudioFiles/LockFile": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionMapStudioFilesLockFile", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionMapStudioFilesLockFileRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Object" + } + } + } + } + }, + "/Invoke/Orion.MapStudioFiles/LockFileTable": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionMapStudioFilesLockFileTable", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionMapStudioFilesLockFileTableRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Data.DataTable" + } + } + } + } + }, + "/Invoke/Orion.MapStudioFiles/UnlockAllFiles": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionMapStudioFilesUnlockAllFiles", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionMapStudioFilesUnlockAllFilesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Object" + } + } + } + } + }, + "/Invoke/Orion.MapStudioFiles/DeleteFile": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionMapStudioFilesDeleteFile", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionMapStudioFilesDeleteFileRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Object" + } + } + } + } + }, + "/Invoke/Orion.MapStudioFiles/GetMapStyle": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Get map style of the map", + "operationId": "OrionMapStudioFilesGetMapStyle", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionMapStudioFilesGetMapStyleRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Object" + } + } + } + } + }, + "/Invoke/Orion.NetworkAtlas/GetNAVersion": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Returns version of the installed Network Atlas.", + "operationId": "OrionNetworkAtlasGetNAVersion", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionNetworkAtlasGetNAVersionRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "string" + } + } + } + } + }, + "/Invoke/Orion.Nodes/Unmanage": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionNodesUnmanage", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionNodesUnmanageRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.Nodes/Remanage": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionNodesRemanage", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionNodesRemanageRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.Nodes/PollNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "It will poll node instance and update its information", + "operationId": "OrionNodesPollNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionNodesPollNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.Nodes/GetCountOfElementsPerEngineForLicensing": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Returns count of used elements (per engine) for licensing", + "operationId": "OrionNodesGetCountOfElementsPerEngineForLicensing", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionNodesGetCountOfElementsPerEngineForLicensingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Models.Licensing.CountOfElementsResult" + } + } + } + } + }, + "/Invoke/Orion.NodesCustomProperties/CreateCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionNodesCustomPropertiesCreateCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionNodesCustomPropertiesCreateCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.NodesCustomProperties/CreateCustomPropertyWithValues": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionNodesCustomPropertiesCreateCustomPropertyWithValues", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionNodesCustomPropertiesCreateCustomPropertyWithValuesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.NodesCustomProperties/ModifyCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionNodesCustomPropertiesModifyCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionNodesCustomPropertiesModifyCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.NodesCustomProperties/DeleteCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionNodesCustomPropertiesDeleteCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionNodesCustomPropertiesDeleteCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.NodesCustomProperties/ValidateCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionNodesCustomPropertiesValidateCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionNodesCustomPropertiesValidateCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Common.Models.CustomPropertyValidationResult" + } + } + } + } + }, + "/Invoke/Orion.Resources/CheckResourceMigration": { + "post": { + "tags": [ + "Verbs" + ], + "description": "This verb checks, whether it is possible to migrate classic resources (charts) to its modern version.", + "operationId": "OrionResourcesCheckResourceMigration", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionResourcesCheckResourceMigrationRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Orion.Resources/MigrateClassicToModernResources": { + "post": { + "tags": [ + "Verbs" + ], + "description": "This verb migrates classic resources (charts) to its modern version.", + "operationId": "OrionResourcesMigrateClassicToModernResources", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionResourcesMigrateClassicToModernResourcesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Orion.Resources/MigrateModernToClassicResources": { + "post": { + "tags": [ + "Verbs" + ], + "description": "This verb reverts migration back to classic resources (charts).", + "operationId": "OrionResourcesMigrateModernToClassicResources", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionResourcesMigrateModernToClassicResourcesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Orion.Resources/GetModernResourceName": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Returns new apollo chart name for given classic chart name", + "operationId": "OrionResourcesGetModernResourceName", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionResourcesGetModernResourceNameRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "string" + } + } + } + } + }, + "/Invoke/Orion.VolumesCustomProperties/CreateCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionVolumesCustomPropertiesCreateCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionVolumesCustomPropertiesCreateCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.VolumesCustomProperties/CreateCustomPropertyWithValues": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionVolumesCustomPropertiesCreateCustomPropertyWithValues", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionVolumesCustomPropertiesCreateCustomPropertyWithValuesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.VolumesCustomProperties/ModifyCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionVolumesCustomPropertiesModifyCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionVolumesCustomPropertiesModifyCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.VolumesCustomProperties/DeleteCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionVolumesCustomPropertiesDeleteCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionVolumesCustomPropertiesDeleteCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.VolumesCustomProperties/ValidateCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionVolumesCustomPropertiesValidateCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionVolumesCustomPropertiesValidateCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Common.Models.CustomPropertyValidationResult" + } + } + } + } + }, + "/Invoke/Orion.Environment/CanInstall": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionEnvironmentCanInstall", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionEnvironmentCanInstallRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Orion.Environment/AuthorizeWindowsAccountForDatabase": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Adds provided user to Orion database with db_owner permissions.", + "operationId": "OrionEnvironmentAuthorizeWindowsAccountForDatabase", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionEnvironmentAuthorizeWindowsAccountForDatabaseRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Orion.Environment/GetConnectionString": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Returns connection string", + "operationId": "OrionEnvironmentGetConnectionString", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionEnvironmentGetConnectionStringRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "string" + } + } + } + } + }, + "/Invoke/Orion.Environment/GetSqlServerIpAddresses": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Returns array of IP addresses of current SQL server", + "operationId": "OrionEnvironmentGetSqlServerIpAddresses", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionEnvironmentGetSqlServerIpAddressesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + }, + "/Invoke/Orion.Environment/GetDatabaseAccessCredential": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Returns credential used to access Orion database when system is configured to use Windows authentication", + "operationId": "OrionEnvironmentGetDatabaseAccessCredential", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionEnvironmentGetDatabaseAccessCredentialRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Common.Models.DatabaseAccessCredential" + } + } + } + } + }, + "/Invoke/Orion.Environment/GetOrionServerCertificate": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Returns Orion certificate", + "operationId": "OrionEnvironmentGetOrionServerCertificate", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionEnvironmentGetOrionServerCertificateRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "type": "number" + } + } + } + } + } + }, + "/Invoke/Orion.Frequencies/SaveReportFrequencies": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionFrequenciesSaveReportFrequencies", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionFrequenciesSaveReportFrequenciesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "type": "number" + } + } + } + } + } + }, + "/Invoke/Orion.Frequencies/SaveTimePeriodFrequencies": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionFrequenciesSaveTimePeriodFrequencies", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionFrequenciesSaveTimePeriodFrequenciesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "type": "number" + } + } + } + } + } + }, + "/Invoke/Orion.Frequencies/DeleteFrequencies": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionFrequenciesDeleteFrequencies", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionFrequenciesDeleteFrequenciesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Orion.TechnologyPollingAssignments/EnableAssignments": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionTechnologyPollingAssignmentsEnableAssignments", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionTechnologyPollingAssignmentsEnableAssignmentsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "type": "number" + } + } + } + } + } + }, + "/Invoke/Orion.TechnologyPollingAssignments/DisableAssignments": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionTechnologyPollingAssignmentsDisableAssignments", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionTechnologyPollingAssignmentsDisableAssignmentsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "type": "number" + } + } + } + } + } + }, + "/Invoke/Orion.TechnologyPollingAssignments/EnableAssignmentsOnNetObjects": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionTechnologyPollingAssignmentsEnableAssignmentsOnNetObjects", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionTechnologyPollingAssignmentsEnableAssignmentsOnNetObjectsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "type": "number" + } + } + } + } + } + }, + "/Invoke/Orion.TechnologyPollingAssignments/DisableAssignmentsOnNetObjects": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionTechnologyPollingAssignmentsDisableAssignmentsOnNetObjects", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionTechnologyPollingAssignmentsDisableAssignmentsOnNetObjectsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "type": "number" + } + } + } + } + } + }, + "/Invoke/Orion.NotificationItemGrouped/AcknowledgeAll": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Sets notification item acknowledgement timestamp and user for all items.", + "operationId": "OrionNotificationItemGroupedAcknowledgeAll", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionNotificationItemGroupedAcknowledgeAllRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.NotificationItemGrouped/AcknowledgeById": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Sets notification item acknowledgement timestamp and user for specific item.", + "operationId": "OrionNotificationItemGroupedAcknowledgeById", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionNotificationItemGroupedAcknowledgeByIdRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.NotificationItemGrouped/UnAcknowledgeById": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Resets notification item acknowledgement for specific item.", + "operationId": "OrionNotificationItemGroupedUnAcknowledgeById", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionNotificationItemGroupedUnAcknowledgeByIdRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.NotificationItemGrouped/AcknowledgeByType": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Sets notification item acknowledgement timestamp and user for items of a specific type.", + "operationId": "OrionNotificationItemGroupedAcknowledgeByType", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionNotificationItemGroupedAcknowledgeByTypeRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.NotificationItemGrouped/UnAcknowledgeByType": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Resets notification item acknowledgement for items of a specific type.", + "operationId": "OrionNotificationItemGroupedUnAcknowledgeByType", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionNotificationItemGroupedUnAcknowledgeByTypeRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.Web.Menu/ClearCache": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Clears menu item cache.", + "operationId": "OrionWebMenuClearCache", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionWebMenuClearCacheRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.Remoting.RemoteExecutionPackage/Execute": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionRemotingRemoteExecutionPackageExecute", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionRemotingRemoteExecutionPackageExecuteRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "format": "uuid", + "type": "string" + } + } + } + } + }, + "/Invoke/Orion.SCM.ServerConfiguration/PollNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "On target nodes triggers refreshing of watchers and executes jobs for polling SWIS elements.", + "operationId": "OrionSCMServerConfigurationPollNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSCMServerConfigurationPollNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SCM.Baseline/SetBaseline": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Create or update baseline and snapshot all related data so that they are not touched by maintenance processes.", + "operationId": "OrionSCMBaselineSetBaseline", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSCMBaselineSetBaselineRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Orion.SEUM.Recordings/Load": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionSEUMRecordingsLoad", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSEUMRecordingsLoadRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.SEUM.Common.Models.Recording" + } + } + } + } + }, + "/Invoke/Orion.SEUM.Recordings/Exists": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionSEUMRecordingsExists", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSEUMRecordingsExistsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Orion.SEUM.Recordings/Save": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionSEUMRecordingsSave", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSEUMRecordingsSaveRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Orion.SEUM.RecordingCustomProperties/CreateCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionSEUMRecordingCustomPropertiesCreateCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSEUMRecordingCustomPropertiesCreateCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SEUM.RecordingCustomProperties/CreateCustomPropertyWithValues": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionSEUMRecordingCustomPropertiesCreateCustomPropertyWithValues", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSEUMRecordingCustomPropertiesCreateCustomPropertyWithValuesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SEUM.RecordingCustomProperties/ModifyCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionSEUMRecordingCustomPropertiesModifyCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSEUMRecordingCustomPropertiesModifyCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SEUM.RecordingCustomProperties/DeleteCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionSEUMRecordingCustomPropertiesDeleteCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSEUMRecordingCustomPropertiesDeleteCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SEUM.Transactions/Unmanage": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionSEUMTransactionsUnmanage", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSEUMTransactionsUnmanageRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SEUM.Transactions/Remanage": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionSEUMTransactionsRemanage", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSEUMTransactionsRemanageRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SEUM.TransactionCustomProperties/CreateCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionSEUMTransactionCustomPropertiesCreateCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSEUMTransactionCustomPropertiesCreateCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SEUM.TransactionCustomProperties/CreateCustomPropertyWithValues": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionSEUMTransactionCustomPropertiesCreateCustomPropertyWithValues", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSEUMTransactionCustomPropertiesCreateCustomPropertyWithValuesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SEUM.TransactionCustomProperties/ModifyCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionSEUMTransactionCustomPropertiesModifyCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSEUMTransactionCustomPropertiesModifyCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SEUM.TransactionCustomProperties/DeleteCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionSEUMTransactionCustomPropertiesDeleteCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSEUMTransactionCustomPropertiesDeleteCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SEUM.Settings/GetRecorderCompatibility": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionSEUMSettingsGetRecorderCompatibility", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSEUMSettingsGetRecorderCompatibilityRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.SEUM.Common.Models.RecorderCompatibility" + } + } + } + } + }, + "/Invoke/Orion.SEUM.Settings/GetRecorderInstaller": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionSEUMSettingsGetRecorderInstaller", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSEUMSettingsGetRecorderInstallerRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.IO.MemoryStream" + } + } + } + } + }, + "/Invoke/Orion.SRM.STMIntegration/RefreshLicense": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Triggers refresh license (called by STM)", + "operationId": "OrionSRMSTMIntegrationRefreshLicense", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMSTMIntegrationRefreshLicenseRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SRM.STMIntegration/UpdateLicense": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Triggers update license (called by STM)", + "operationId": "OrionSRMSTMIntegrationUpdateLicense", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMSTMIntegrationUpdateLicenseRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SRM.STMIntegration/RemoveSTMIntegration": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Disables STM integration and renews the latest known license before integration (called by STM)", + "operationId": "OrionSRMSTMIntegrationRemoveSTMIntegration", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMSTMIntegrationRemoveSTMIntegrationRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SRM.StorageArrays/GetLicensedArrays": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Will return list of Storage Array IDs which are licensed.", + "operationId": "OrionSRMStorageArraysGetLicensedArrays", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMStorageArraysGetLicensedArraysRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + }, + "/Invoke/Orion.SRM.StorageArrays/AddSmisCredentials": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Adds smis credentials. Returns credentials ID", + "operationId": "OrionSRMStorageArraysAddSmisCredentials", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMStorageArraysAddSmisCredentialsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Orion.SRM.StorageArrays/AddExternalProvider": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Adds external provider. Receives credential ID, returns provider ID.", + "operationId": "OrionSRMStorageArraysAddExternalProvider", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMStorageArraysAddExternalProviderRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Orion.SRM.StorageArrays/AddAllArrays": { + "post": { + "tags": [ + "Verbs" + ], + "description": "Adds all arrays within given provider. Returns true if success", + "operationId": "OrionSRMStorageArraysAddAllArrays", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMStorageArraysAddAllArraysRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Orion.SRM.PhysicalDisks/GetCountOfElementsPerEngineForLicensing": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSRMPhysicalDisksGetCountOfElementsPerEngineForLicensing", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMPhysicalDisksGetCountOfElementsPerEngineForLicensingRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Models.Licensing.CountOfElementsResult" + } + } + } + } + }, + "/Invoke/Orion.SRM.VServersCustomProperties/CreateCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSRMVServersCustomPropertiesCreateCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMVServersCustomPropertiesCreateCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SRM.VServersCustomProperties/CreateCustomPropertyWithValues": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSRMVServersCustomPropertiesCreateCustomPropertyWithValues", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMVServersCustomPropertiesCreateCustomPropertyWithValuesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SRM.VServersCustomProperties/ModifyCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSRMVServersCustomPropertiesModifyCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMVServersCustomPropertiesModifyCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SRM.VServersCustomProperties/DeleteCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSRMVServersCustomPropertiesDeleteCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMVServersCustomPropertiesDeleteCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SRM.VServersCustomProperties/ValidateCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSRMVServersCustomPropertiesValidateCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMVServersCustomPropertiesValidateCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Common.Models.CustomPropertyValidationResult" + } + } + } + } + }, + "/Invoke/Orion.SRM.LUNCustomProperties/CreateCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSRMLUNCustomPropertiesCreateCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMLUNCustomPropertiesCreateCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SRM.LUNCustomProperties/CreateCustomPropertyWithValues": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSRMLUNCustomPropertiesCreateCustomPropertyWithValues", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMLUNCustomPropertiesCreateCustomPropertyWithValuesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SRM.LUNCustomProperties/ModifyCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSRMLUNCustomPropertiesModifyCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMLUNCustomPropertiesModifyCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SRM.LUNCustomProperties/DeleteCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSRMLUNCustomPropertiesDeleteCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMLUNCustomPropertiesDeleteCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SRM.LUNCustomProperties/ValidateCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSRMLUNCustomPropertiesValidateCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMLUNCustomPropertiesValidateCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Common.Models.CustomPropertyValidationResult" + } + } + } + } + }, + "/Invoke/Orion.SRM.VolumeCustomProperties/CreateCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSRMVolumeCustomPropertiesCreateCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMVolumeCustomPropertiesCreateCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SRM.VolumeCustomProperties/CreateCustomPropertyWithValues": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSRMVolumeCustomPropertiesCreateCustomPropertyWithValues", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMVolumeCustomPropertiesCreateCustomPropertyWithValuesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SRM.VolumeCustomProperties/ModifyCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSRMVolumeCustomPropertiesModifyCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMVolumeCustomPropertiesModifyCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SRM.VolumeCustomProperties/DeleteCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSRMVolumeCustomPropertiesDeleteCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMVolumeCustomPropertiesDeleteCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SRM.VolumeCustomProperties/ValidateCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSRMVolumeCustomPropertiesValidateCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMVolumeCustomPropertiesValidateCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Common.Models.CustomPropertyValidationResult" + } + } + } + } + }, + "/Invoke/Orion.SRM.FileShareCustomProperties/CreateCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSRMFileShareCustomPropertiesCreateCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMFileShareCustomPropertiesCreateCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SRM.FileShareCustomProperties/CreateCustomPropertyWithValues": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSRMFileShareCustomPropertiesCreateCustomPropertyWithValues", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMFileShareCustomPropertiesCreateCustomPropertyWithValuesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SRM.FileShareCustomProperties/ModifyCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSRMFileShareCustomPropertiesModifyCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMFileShareCustomPropertiesModifyCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SRM.FileShareCustomProperties/DeleteCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSRMFileShareCustomPropertiesDeleteCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMFileShareCustomPropertiesDeleteCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SRM.FileShareCustomProperties/ValidateCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSRMFileShareCustomPropertiesValidateCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMFileShareCustomPropertiesValidateCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Common.Models.CustomPropertyValidationResult" + } + } + } + } + }, + "/Invoke/Orion.SRM.StorageArrayCustomProperties/CreateCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSRMStorageArrayCustomPropertiesCreateCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMStorageArrayCustomPropertiesCreateCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SRM.StorageArrayCustomProperties/CreateCustomPropertyWithValues": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSRMStorageArrayCustomPropertiesCreateCustomPropertyWithValues", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMStorageArrayCustomPropertiesCreateCustomPropertyWithValuesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SRM.StorageArrayCustomProperties/ModifyCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSRMStorageArrayCustomPropertiesModifyCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMStorageArrayCustomPropertiesModifyCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SRM.StorageArrayCustomProperties/DeleteCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSRMStorageArrayCustomPropertiesDeleteCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMStorageArrayCustomPropertiesDeleteCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SRM.StorageArrayCustomProperties/ValidateCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSRMStorageArrayCustomPropertiesValidateCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMStorageArrayCustomPropertiesValidateCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Common.Models.CustomPropertyValidationResult" + } + } + } + } + }, + "/Invoke/Orion.SRM.ProviderCustomProperties/CreateCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSRMProviderCustomPropertiesCreateCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMProviderCustomPropertiesCreateCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SRM.ProviderCustomProperties/CreateCustomPropertyWithValues": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSRMProviderCustomPropertiesCreateCustomPropertyWithValues", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMProviderCustomPropertiesCreateCustomPropertyWithValuesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SRM.ProviderCustomProperties/ModifyCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSRMProviderCustomPropertiesModifyCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMProviderCustomPropertiesModifyCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SRM.ProviderCustomProperties/DeleteCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSRMProviderCustomPropertiesDeleteCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMProviderCustomPropertiesDeleteCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SRM.ProviderCustomProperties/ValidateCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSRMProviderCustomPropertiesValidateCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMProviderCustomPropertiesValidateCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Common.Models.CustomPropertyValidationResult" + } + } + } + } + }, + "/Invoke/Orion.SRM.PoolCustomProperties/CreateCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSRMPoolCustomPropertiesCreateCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMPoolCustomPropertiesCreateCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SRM.PoolCustomProperties/CreateCustomPropertyWithValues": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSRMPoolCustomPropertiesCreateCustomPropertyWithValues", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMPoolCustomPropertiesCreateCustomPropertyWithValuesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SRM.PoolCustomProperties/ModifyCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSRMPoolCustomPropertiesModifyCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMPoolCustomPropertiesModifyCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SRM.PoolCustomProperties/DeleteCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSRMPoolCustomPropertiesDeleteCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMPoolCustomPropertiesDeleteCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.SRM.PoolCustomProperties/ValidateCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSRMPoolCustomPropertiesValidateCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSRMPoolCustomPropertiesValidateCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Common.Models.CustomPropertyValidationResult" + } + } + } + } + }, + "/Invoke/Orion.SSO/ValidateUserToken": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionSSOValidateUserToken", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSSOValidateUserTokenRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Orion.SysLog/Acknowledge": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionSysLogAcknowledge", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionSysLogAcknowledgeRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Orion.UDT.Port/AdministrativeShutdown": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionUDTPortAdministrativeShutdown", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionUDTPortAdministrativeShutdownRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.UDT.Port/AdministrativeEnable": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionUDTPortAdministrativeEnable", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionUDTPortAdministrativeEnableRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.Cloud.Instances/Unmanage": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionCloudInstancesUnmanage", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionCloudInstancesUnmanageRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.VIM.CloudMonitoring.Common.Models.ManagementActionResult" + } + } + } + } + }, + "/Invoke/Orion.Cloud.Instances/Remanage": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionCloudInstancesRemanage", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionCloudInstancesRemanageRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.VIM.CloudMonitoring.Common.Models.ManagementActionResult" + } + } + } + } + }, + "/Invoke/Orion.Cloud.Instances/PollNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionCloudInstancesPollNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionCloudInstancesPollNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.VIM.CloudMonitoring.Common.Models.ManagementActionResult" + } + } + } + } + }, + "/Invoke/Orion.Cloud.Instances/StartInstance": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionCloudInstancesStartInstance", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionCloudInstancesStartInstanceRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.VIM.CloudMonitoring.Common.Models.ManagementActionResult" + } + } + } + } + }, + "/Invoke/Orion.Cloud.Instances/StopInstance": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionCloudInstancesStopInstance", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionCloudInstancesStopInstanceRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.VIM.CloudMonitoring.Common.Models.ManagementActionResult" + } + } + } + } + }, + "/Invoke/Orion.Cloud.Instances/RebootInstance": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionCloudInstancesRebootInstance", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionCloudInstancesRebootInstanceRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.VIM.CloudMonitoring.Common.Models.ManagementActionResult" + } + } + } + } + }, + "/Invoke/Orion.Cloud.Instances/DeleteInstance": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionCloudInstancesDeleteInstance", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionCloudInstancesDeleteInstanceRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.VIM.CloudMonitoring.Common.Models.ManagementActionResult" + } + } + } + } + }, + "/Invoke/Orion.Cloud.Instances/DeleteInstanceWithNode": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionCloudInstancesDeleteInstanceWithNode", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionCloudInstancesDeleteInstanceWithNodeRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.VIM.CloudMonitoring.Common.Models.ManagementActionResult" + } + } + } + } + }, + "/Invoke/Orion.Cloud.Aws.Instances/ForceStopInstance": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionCloudAwsInstancesForceStopInstance", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionCloudAwsInstancesForceStopInstanceRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.VIM.CloudMonitoring.Common.Models.ManagementActionResult" + } + } + } + } + }, + "/Invoke/Orion.Cloud.Aws.Instances/TerminateInstance": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionCloudAwsInstancesTerminateInstance", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionCloudAwsInstancesTerminateInstanceRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.VIM.CloudMonitoring.Common.Models.ManagementActionResult" + } + } + } + } + }, + "/Invoke/Orion.Cloud.Aws.Instances/TerminateInstanceAndRemoveNode": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionCloudAwsInstancesTerminateInstanceAndRemoveNode", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionCloudAwsInstancesTerminateInstanceAndRemoveNodeRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.VIM.CloudMonitoring.Common.Models.ManagementActionResult" + } + } + } + } + }, + "/Invoke/Orion.VIM.ClustersCustomProperties/CreateCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionVIMClustersCustomPropertiesCreateCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionVIMClustersCustomPropertiesCreateCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.VIM.ClustersCustomProperties/CreateCustomPropertyWithValues": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionVIMClustersCustomPropertiesCreateCustomPropertyWithValues", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionVIMClustersCustomPropertiesCreateCustomPropertyWithValuesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.VIM.ClustersCustomProperties/ModifyCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionVIMClustersCustomPropertiesModifyCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionVIMClustersCustomPropertiesModifyCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.VIM.ClustersCustomProperties/DeleteCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionVIMClustersCustomPropertiesDeleteCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionVIMClustersCustomPropertiesDeleteCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.VIM.VirtualMachinesCustomProperties/CreateCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionVIMVirtualMachinesCustomPropertiesCreateCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionVIMVirtualMachinesCustomPropertiesCreateCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.VIM.VirtualMachinesCustomProperties/CreateCustomPropertyWithValues": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionVIMVirtualMachinesCustomPropertiesCreateCustomPropertyWithValues", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionVIMVirtualMachinesCustomPropertiesCreateCustomPropertyWithValuesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.VIM.VirtualMachinesCustomProperties/ModifyCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionVIMVirtualMachinesCustomPropertiesModifyCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionVIMVirtualMachinesCustomPropertiesModifyCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.VIM.VirtualMachinesCustomProperties/DeleteCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionVIMVirtualMachinesCustomPropertiesDeleteCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionVIMVirtualMachinesCustomPropertiesDeleteCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.VIM.HostsCustomProperties/CreateCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionVIMHostsCustomPropertiesCreateCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionVIMHostsCustomPropertiesCreateCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.VIM.HostsCustomProperties/CreateCustomPropertyWithValues": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionVIMHostsCustomPropertiesCreateCustomPropertyWithValues", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionVIMHostsCustomPropertiesCreateCustomPropertyWithValuesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.VIM.HostsCustomProperties/ModifyCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionVIMHostsCustomPropertiesModifyCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionVIMHostsCustomPropertiesModifyCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.VIM.HostsCustomProperties/DeleteCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionVIMHostsCustomPropertiesDeleteCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionVIMHostsCustomPropertiesDeleteCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.VIM.DatastoresCustomProperties/CreateCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionVIMDatastoresCustomPropertiesCreateCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionVIMDatastoresCustomPropertiesCreateCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.VIM.DatastoresCustomProperties/CreateCustomPropertyWithValues": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionVIMDatastoresCustomPropertiesCreateCustomPropertyWithValues", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionVIMDatastoresCustomPropertiesCreateCustomPropertyWithValuesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.VIM.DatastoresCustomProperties/ModifyCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionVIMDatastoresCustomPropertiesModifyCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionVIMDatastoresCustomPropertiesModifyCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.VIM.DatastoresCustomProperties/DeleteCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionVIMDatastoresCustomPropertiesDeleteCustomProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionVIMDatastoresCustomPropertiesDeleteCustomPropertyRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.VPN.L2LTunnel/SetFavorite": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionVPNL2LTunnelSetFavorite", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionVPNL2LTunnelSetFavoriteRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.ASA.Common.Models.Actions.FavoriteActionResult" + } + } + } + } + }, + "/Invoke/Orion.VPN.L2LTunnel/RemoveFavorite": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionVPNL2LTunnelRemoveFavorite", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionVPNL2LTunnelRemoveFavoriteRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/SolarWinds.ASA.Common.Models.Actions.FavoriteActionResult" + } + } + } + } + }, + "/Invoke/Orion.WirelessHeatMap.Map/InsertMap": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionWirelessHeatMapMapInsertMap", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionWirelessHeatMapMapInsertMapRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Orion.WirelessHeatMap.Map/DeleteMap": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionWirelessHeatMapMapDeleteMap", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionWirelessHeatMapMapDeleteMapRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.WirelessHeatMap.Map/SetMapError": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionWirelessHeatMapMapSetMapError", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionWirelessHeatMapMapSetMapErrorRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.WirelessHeatMap.Map/FireMapGenerationIndication": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionWirelessHeatMapMapFireMapGenerationIndication", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionWirelessHeatMapMapFireMapGenerationIndicationRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.WirelessHeatMap.Map/PollAPSignalStrengthNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionWirelessHeatMapMapPollAPSignalStrengthNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionWirelessHeatMapMapPollAPSignalStrengthNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Data.DataTable" + } + } + } + } + }, + "/Invoke/Orion.WirelessHeatMap.Map/PollRPSignalStrengthNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionWirelessHeatMapMapPollRPSignalStrengthNow", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionWirelessHeatMapMapPollRPSignalStrengthNowRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Data.DataTable" + } + } + } + } + }, + "/Invoke/Orion.WirelessHeatMap.Map/StartClientSignalPoll": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionWirelessHeatMapMapStartClientSignalPoll", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionWirelessHeatMapMapStartClientSignalPollRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.Int32_System.String_array~" + } + } + } + } + } + }, + "/Invoke/Orion.WirelessHeatMap.Map/GetProgress": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionWirelessHeatMapMapGetProgress", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionWirelessHeatMapMapGetProgressRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Data.DataTable" + } + } + } + } + }, + "/Invoke/Orion.WirelessHeatMap.Map/DeleteReferencePoints": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionWirelessHeatMapMapDeleteReferencePoints", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionWirelessHeatMapMapDeleteReferencePointsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "boolean" + } + } + } + } + }, + "/Invoke/Orion.WirelessHeatMap.MapPoint/InsertMapPoint": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionWirelessHeatMapMapPointInsertMapPoint", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionWirelessHeatMapMapPointInsertMapPointRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "number" + } + } + } + } + }, + "/Invoke/Orion.WirelessHeatMap.MapPoint/DeleteMapPoints": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionWirelessHeatMapMapPointDeleteMapPoints", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionWirelessHeatMapMapPointDeleteMapPointsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.WirelessHeatMap.MapPoint/DeleteMapPoint": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionWirelessHeatMapMapPointDeleteMapPoint", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionWirelessHeatMapMapPointDeleteMapPointRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.WirelessHeatMap.MapPoint/SyncMapPoints": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionWirelessHeatMapMapPointSyncMapPoints", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionWirelessHeatMapMapPointSyncMapPointsRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Orion.WirelessHeatMap.ResourceLimitation/InsertResourceLimitation": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionWirelessHeatMapResourceLimitationInsertResourceLimitation", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/OrionWirelessHeatMapResourceLimitationInsertResourceLimitationRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/System.Indication/ReportIndication": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "SystemIndicationReportIndication", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/SystemIndicationReportIndicationRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/Metadata.Entity/GetAliases": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "MetadataEntityGetAliases", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/MetadataEntityGetAliasesRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + } + } + }, + "/Invoke/Metadata.Entity/GetSchemaLoadTime": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "MetadataEntityGetSchemaLoadTime", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/MetadataEntityGetSchemaLoadTimeRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "format": "date-time", + "type": "string" + } + } + } + } + }, + "/Invoke/System.QueryPlanCache/Clear": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "SystemQueryPlanCacheClear", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/SystemQueryPlanCacheClearRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Invoke/System.ActiveQuery/CancelByClientSessionID": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "SystemActiveQueryCancelByClientSessionID", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/SystemActiveQueryCancelByClientSessionIDRequest" + } + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/System.Void" + } + } + } + } + }, + "/Create/Orion.AgentManagement.Agent": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionAgentManagementAgent", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.AgentManagement.Agent" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.AgentManagement.Agent instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.AgentManagement.AgentPlugin": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionAgentManagementAgentPlugin", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.AgentManagement.AgentPlugin" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.AgentManagement.AgentPlugin instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.AgentManagement.Proxy": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionAgentManagementProxy", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.AgentManagement.Proxy" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.AgentManagement.Proxy instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.APM.NodeToNodeLink": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionAPMNodeToNodeLink", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.APM.NodeToNodeLink" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.APM.NodeToNodeLink instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.APM.DependencyTcpStatistics": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionAPMDependencyTcpStatistics", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.APM.DependencyTcpStatistics" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.APM.DependencyTcpStatistics instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.APM.ApplicationTcpConnection": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionAPMApplicationTcpConnection", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.APM.ApplicationTcpConnection" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.APM.ApplicationTcpConnection instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cirrus.IgnoredNodes": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCirrusIgnoredNodes", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cirrus.IgnoredNodes" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cirrus.IgnoredNodes instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/NCM.Baselines": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateNCMBaselines", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/NCM.Baselines" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created NCM.Baselines instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/NCM.BaselineNodeMap": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateNCMBaselineNodeMap", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/NCM.BaselineNodeMap" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created NCM.BaselineNodeMap instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/NCM.BaselineViolations": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateNCMBaselineViolations", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/NCM.BaselineViolations" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created NCM.BaselineViolations instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/NCM.FirmwareOperations": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateNCMFirmwareOperations", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/NCM.FirmwareOperations" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created NCM.FirmwareOperations instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/NCM.FirmwareOperationNodes": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateNCMFirmwareOperationNodes", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/NCM.FirmwareOperationNodes" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created NCM.FirmwareOperationNodes instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/NCM.FirmwareUpgradeImages": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateNCMFirmwareUpgradeImages", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/NCM.FirmwareUpgradeImages" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created NCM.FirmwareUpgradeImages instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/NCM.FirmwareUpgradeMachineTypes": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateNCMFirmwareUpgradeMachineTypes", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/NCM.FirmwareUpgradeMachineTypes" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created NCM.FirmwareUpgradeMachineTypes instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cli.DeviceTemplates": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCliDeviceTemplates", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cli.DeviceTemplates" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cli.DeviceTemplates instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cli.DeviceTemplatesNodes": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCliDeviceTemplatesNodes", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cli.DeviceTemplatesNodes" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cli.DeviceTemplatesNodes instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cli.CliSessionSettings": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCliCliSessionSettings", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cli.CliSessionSettings" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cli.CliSessionSettings instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.Cloud.Accounts": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionCloudAccounts", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.Cloud.Accounts" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.Cloud.Accounts instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.System.Policy": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexSystemPolicy", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.System.Policy" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.System.Policy instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.CiscoAci.Apic": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionCiscoAciApic", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.CiscoAci.Apic" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.CiscoAci.Apic instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.CiscoAci.ApplicationProfile": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionCiscoAciApplicationProfile", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.CiscoAci.ApplicationProfile" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.CiscoAci.ApplicationProfile instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.CiscoAci.CiscoAciCredential": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionCiscoAciCiscoAciCredential", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.CiscoAci.CiscoAciCredential" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.CiscoAci.CiscoAciCredential instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.CiscoAci.EndpointGroup": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionCiscoAciEndpointGroup", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.CiscoAci.EndpointGroup" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.CiscoAci.EndpointGroup instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.CiscoAci.Fabric": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionCiscoAciFabric", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.CiscoAci.Fabric" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.CiscoAci.Fabric instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.CiscoAci.PhysicalEntity": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionCiscoAciPhysicalEntity", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.CiscoAci.PhysicalEntity" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.CiscoAci.PhysicalEntity instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.CiscoAci.Tenant": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionCiscoAciTenant", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.CiscoAci.Tenant" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.CiscoAci.Tenant instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.Cman.Container": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionCmanContainer", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.Cman.Container" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.Cman.Container instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.Cman.ContainerAgent": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionCmanContainerAgent", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.Cman.ContainerAgent" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.Cman.ContainerAgent instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.Cman.ContainerEnvironmentVariable": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionCmanContainerEnvironmentVariable", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.Cman.ContainerEnvironmentVariable" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.Cman.ContainerEnvironmentVariable instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.Cman.ContainerHost": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionCmanContainerHost", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.Cman.ContainerHost" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.Cman.ContainerHost instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.Cman.ContainerImage": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionCmanContainerImage", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.Cman.ContainerImage" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.Cman.ContainerImage instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.SnmpCredentialV2": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionSnmpCredentialV2", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.SnmpCredentialV2" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.SnmpCredentialV2 instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.SnmpCredentialV3": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionSnmpCredentialV3", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.SnmpCredentialV3" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.SnmpCredentialV3 instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.WindowsCredential": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionWindowsCredential", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.WindowsCredential" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.WindowsCredential instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.Interface": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionInterface", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.Interface" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.Interface instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.Cpu": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionCpu", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.Cpu" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.Cpu instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.Node": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionNode", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.Node" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.Node instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.PowerControlUnit": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionPowerControlUnit", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.PowerControlUnit" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.PowerControlUnit instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.Virtualization.Alarm": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionVirtualizationAlarm", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.Virtualization.Alarm" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.Virtualization.Alarm instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.Virtualization.Cluster": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionVirtualizationCluster", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.Virtualization.Cluster" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.Virtualization.Cluster instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.Virtualization.DataCenter": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionVirtualizationDataCenter", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.Virtualization.DataCenter" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.Virtualization.DataCenter instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.Virtualization.Datastore": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionVirtualizationDatastore", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.Virtualization.Datastore" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.Virtualization.Datastore instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.Virtualization.Host": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionVirtualizationHost", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.Virtualization.Host" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.Virtualization.Host instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.Virtualization.PhysicalDisk": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionVirtualizationPhysicalDisk", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.Virtualization.PhysicalDisk" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.Virtualization.PhysicalDisk instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.Virtualization.PollingTask": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionVirtualizationPollingTask", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.Virtualization.PollingTask" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.Virtualization.PollingTask instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.Virtualization.TriggeredAlarmState": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionVirtualizationTriggeredAlarmState", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.Virtualization.TriggeredAlarmState" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.Virtualization.TriggeredAlarmState instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.Virtualization.VCenter": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionVirtualizationVCenter", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.Virtualization.VCenter" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.Virtualization.VCenter instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.Virtualization.VirtualMachine": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionVirtualizationVirtualMachine", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.Virtualization.VirtualMachine" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.Virtualization.VirtualMachine instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.Virtualization.VirtualMachineDisk": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionVirtualizationVirtualMachineDisk", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.Virtualization.VirtualMachineDisk" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.Virtualization.VirtualMachineDisk instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.VMwareCredential": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionVMwareCredential", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.VMwareCredential" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.VMwareCredential instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.Virtualization.VSan": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionVirtualizationVSan", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.Virtualization.VSan" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.Virtualization.VSan instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.Virtualization.VSanDiskGroup": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionVirtualizationVSanDiskGroup", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.Virtualization.VSanDiskGroup" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.Virtualization.VSanDiskGroup instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.Virtualization.VSanHealthGroup": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionVirtualizationVSanHealthGroup", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.Virtualization.VSanHealthGroup" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.Virtualization.VSanHealthGroup instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.Virtualization.VSanObjectSpaceSummary": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionVirtualizationVSanObjectSpaceSummary", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.Virtualization.VSanObjectSpaceSummary" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.Virtualization.VSanObjectSpaceSummary instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.Virtualization.VSanResyncInfo": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionVirtualizationVSanResyncInfo", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.Virtualization.VSanResyncInfo" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.Virtualization.VSanResyncInfo instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.ScsiInformation": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionScsiInformation", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.ScsiInformation" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.ScsiInformation instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Cortex.Orion.Volume": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateCortexOrionVolume", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Cortex.Orion.Volume" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Cortex.Orion.Volume instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.DPA.DatabaseInstanceData": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionDPADatabaseInstanceData", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.DPA.DatabaseInstanceData" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.DPA.DatabaseInstanceData instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.DPA.DatabaseInstanceApplicationRelationship": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionDPADatabaseInstanceApplicationRelationship", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.DPA.DatabaseInstanceApplicationRelationship" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.DPA.DatabaseInstanceApplicationRelationship instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.DPA.DatabaseInstanceLun": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionDPADatabaseInstanceLun", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.DPA.DatabaseInstanceLun" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.DPA.DatabaseInstanceLun instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.DPA.DpaServer": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionDPADpaServer", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.DPA.DpaServer" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.DPA.DpaServer instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.DPI.Applications": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionDPIApplications", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.DPI.Applications" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.DPI.Applications instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.DPI.ApplicationAssignments": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionDPIApplicationAssignments", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.DPI.ApplicationAssignments" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.DPI.ApplicationAssignments instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.DPI.ApplicationSettings": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionDPIApplicationSettings", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.DPI.ApplicationSettings" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.DPI.ApplicationSettings instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.DPI.Probes": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionDPIProbes", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.DPI.Probes" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.DPI.Probes instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.DPI.ProbeAssignments": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionDPIProbeAssignments", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.DPI.ProbeAssignments" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.DPI.ProbeAssignments instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.DPI.ProbeSettings": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionDPIProbeSettings", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.DPI.ProbeSettings" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.DPI.ProbeSettings instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.DPI.ProbeProperties": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionDPIProbeProperties", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.DPI.ProbeProperties" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.DPI.ProbeProperties instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.ESI.IncidentService": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionESIIncidentService", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.ESI.IncidentService" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.ESI.IncidentService instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.HA.Pools": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionHAPools", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.HA.Pools" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.HA.Pools instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.HA.ResourcesInstances": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionHAResourcesInstances", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.HA.ResourcesInstances" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.HA.ResourcesInstances instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.HA.PoolMemberInterfacesInfo": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionHAPoolMemberInterfacesInfo", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.HA.PoolMemberInterfacesInfo" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.HA.PoolMemberInterfacesInfo instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.NPM.Interfaces": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionNPMInterfaces", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.NPM.Interfaces" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.NPM.Interfaces instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/IPAM.IPNode": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateIPAMIPNode", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAM.IPNode" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created IPAM.IPNode instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/IPAM.Subnet": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateIPAMSubnet", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAM.Subnet" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created IPAM.Subnet instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/IPAM.GroupsCustomProperties": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateIPAMGroupsCustomProperties", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAM.GroupsCustomProperties" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created IPAM.GroupsCustomProperties instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/IPAM.NodesCustomProperties": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateIPAMNodesCustomProperties", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/IPAM.NodesCustomProperties" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created IPAM.NodesCustomProperties instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.Licensing.LicenseFilters": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionLicensingLicenseFilters", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.Licensing.LicenseFilters" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.Licensing.LicenseFilters instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.NetPath.EndpointServices": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionNetPathEndpointServices", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.NetPath.EndpointServices" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.NetPath.EndpointServices instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.NetPath.Probes": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionNetPathProbes", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.NetPath.Probes" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.NetPath.Probes instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.NetPath.EndpointServiceAssignments": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionNetPathEndpointServiceAssignments", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.NetPath.EndpointServiceAssignments" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.NetPath.EndpointServiceAssignments instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.NetPath.EndpointServiceProperties": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionNetPathEndpointServiceProperties", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.NetPath.EndpointServiceProperties" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.NetPath.EndpointServiceProperties instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.NetPath.Thresholds": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionNetPathThresholds", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.NetPath.Thresholds" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.NetPath.Thresholds instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.NetPath.Networks": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionNetPathNetworks", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.NetPath.Networks" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.NetPath.Networks instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.NPM.CustomPollerAssignmentOnNode": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionNPMCustomPollerAssignmentOnNode", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.NPM.CustomPollerAssignmentOnNode" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.NPM.CustomPollerAssignmentOnNode instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.NPM.CustomPollerAssignmentOnInterface": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionNPMCustomPollerAssignmentOnInterface", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.NPM.CustomPollerAssignmentOnInterface" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.NPM.CustomPollerAssignmentOnInterface instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.OLM.MessageSources": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionOLMMessageSources", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.OLM.MessageSources" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.OLM.MessageSources instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.Alerts": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionAlerts", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.Alerts" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.Alerts instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.AlertStatus": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionAlertStatus", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.AlertStatus" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.AlertStatus instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.AlertConfigurations": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionAlertConfigurations", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.AlertConfigurations" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.AlertConfigurations instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.AlertDefinitions": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionAlertDefinitions", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.AlertDefinitions" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.AlertDefinitions instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.Actions": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionActions", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.Actions" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.Actions instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.ActionsProperties": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionActionsProperties", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.ActionsProperties" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.ActionsProperties instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.ActionAssignmentProperties": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionActionAssignmentProperties", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.ActionAssignmentProperties" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.ActionAssignmentProperties instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.ActionsAssignments": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionActionsAssignments", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.ActionsAssignments" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.ActionsAssignments instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.ActionSchedules": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionActionSchedules", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.ActionSchedules" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.ActionSchedules instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.AlertSchedules": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionAlertSchedules", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.AlertSchedules" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.AlertSchedules instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.DiscoveryLogs": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionDiscoveryLogs", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.DiscoveryLogs" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.DiscoveryLogs instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.Dependencies": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionDependencies", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.Dependencies" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.Dependencies instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.DeletedAutoDependencies": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionDeletedAutoDependencies", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.DeletedAutoDependencies" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.DeletedAutoDependencies instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.Events": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionEvents", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.Events" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.Events instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.MapStudioFiles": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionMapStudioFiles", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.MapStudioFiles" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.MapStudioFiles instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.NodeNotes": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionNodeNotes", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.NodeNotes" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.NodeNotes instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.Nodes": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionNodes", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.Nodes" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.Nodes instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.Pollers": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionPollers", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.Pollers" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.Pollers instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.ResourceProperties": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionResourceProperties", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.ResourceProperties" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.ResourceProperties instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.Resources": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionResources", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.Resources" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.Resources instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.Volumes": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionVolumes", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.Volumes" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.Volumes instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.NodeSettings": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionNodeSettings", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.NodeSettings" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.NodeSettings instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.WorldMap.Point": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionWorldMapPoint", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.WorldMap.Point" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.WorldMap.Point instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.WorldMap.PointLabel": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionWorldMapPointLabel", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.WorldMap.PointLabel" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.WorldMap.PointLabel instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.NetObjectDowntime": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionNetObjectDowntime", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.NetObjectDowntime" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.NetObjectDowntime instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.ForecastMetrics": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionForecastMetrics", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.ForecastMetrics" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.ForecastMetrics instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.ForecastCapacitySettings": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionForecastCapacitySettings", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.ForecastCapacitySettings" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.ForecastCapacitySettings instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.MaintenancePlan": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionMaintenancePlan", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.MaintenancePlan" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.MaintenancePlan instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.MaintenancePlanAssignment": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionMaintenancePlanAssignment", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.MaintenancePlanAssignment" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.MaintenancePlanAssignment instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.Web.FavoriteResource": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionWebFavoriteResource", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.Web.FavoriteResource" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.Web.FavoriteResource instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.Web.UserWebView": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionWebUserWebView", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.Web.UserWebView" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.Web.UserWebView instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.OrionServers": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionOrionServers", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.OrionServers" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.OrionServers instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.PerfStack.Projects": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionPerfStackProjects", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.PerfStack.Projects" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.PerfStack.Projects instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.PerfStack.StatisticsEntity": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionPerfStackStatisticsEntity", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.PerfStack.StatisticsEntity" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.PerfStack.StatisticsEntity instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.Remoting.RemoteExecutionPackage": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionRemotingRemoteExecutionPackage", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.Remoting.RemoteExecutionPackage" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.Remoting.RemoteExecutionPackage instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.SamAppOptics.Integration": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionSamAppOpticsIntegration", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.SamAppOptics.Integration" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.SamAppOptics.Integration instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.SamAppOptics.RegistrationCountry": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionSamAppOpticsRegistrationCountry", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.SamAppOptics.RegistrationCountry" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.SamAppOptics.RegistrationCountry instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.SamAppOptics.RegistrationState": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionSamAppOpticsRegistrationState", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.SamAppOptics.RegistrationState" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.SamAppOptics.RegistrationState instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.SamAppOptics.ApplicationPool": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionSamAppOpticsApplicationPool", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.SamAppOptics.ApplicationPool" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.SamAppOptics.ApplicationPool instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.SCM.ServerConfiguration": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionSCMServerConfiguration", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.SCM.ServerConfiguration" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.SCM.ServerConfiguration instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.SCM.Profiles": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionSCMProfiles", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.SCM.Profiles" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.SCM.Profiles instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.SCM.NodesProfiles": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionSCMNodesProfiles", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.SCM.NodesProfiles" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.SCM.NodesProfiles instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.SCM.NodesProfilesArchive": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionSCMNodesProfilesArchive", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.SCM.NodesProfilesArchive" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.SCM.NodesProfilesArchive instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.SCM.NodesProfilesHistory": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionSCMNodesProfilesHistory", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.SCM.NodesProfilesHistory" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.SCM.NodesProfilesHistory instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.SCM.Baseline": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionSCMBaseline", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.SCM.Baseline" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.SCM.Baseline instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.SCM.ProfileElements": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionSCMProfileElements", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.SCM.ProfileElements" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.SCM.ProfileElements instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.SCM.Results.PolledElements": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionSCMResultsPolledElements", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.SCM.Results.PolledElements" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.SCM.Results.PolledElements instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.SCM.Results.PolledElementDetails": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionSCMResultsPolledElementDetails", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.SCM.Results.PolledElementDetails" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.SCM.Results.PolledElementDetails instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.SCM.Results.NodesPollingErrors": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionSCMResultsNodesPollingErrors", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.SCM.Results.NodesPollingErrors" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.SCM.Results.NodesPollingErrors instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.SCM.Results.PolledElementErrors": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionSCMResultsPolledElementErrors", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.SCM.Results.PolledElementErrors" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.SCM.Results.PolledElementErrors instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.SCM.Results.ElementErrors": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionSCMResultsElementErrors", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.SCM.Results.ElementErrors" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.SCM.Results.ElementErrors instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.SCM.PollEntries": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionSCMPollEntries", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.SCM.PollEntries" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.SCM.PollEntries instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.SettingOverride": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionSettingOverride", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.SettingOverride" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.SettingOverride instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.SEUM.Agents": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionSEUMAgents", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.SEUM.Agents" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.SEUM.Agents instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.SEUM.Recordings": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionSEUMRecordings", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.SEUM.Recordings" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.SEUM.Recordings instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.SEUM.RecordingCustomProperties": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionSEUMRecordingCustomProperties", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.SEUM.RecordingCustomProperties" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.SEUM.RecordingCustomProperties instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.SEUM.RecordingSteps": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionSEUMRecordingSteps", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.SEUM.RecordingSteps" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.SEUM.RecordingSteps instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.SEUM.Transactions": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionSEUMTransactions", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.SEUM.Transactions" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.SEUM.Transactions instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.SEUM.TransactionCustomProperties": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionSEUMTransactionCustomProperties", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.SEUM.TransactionCustomProperties" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.SEUM.TransactionCustomProperties instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.SEUM.TransactionRunParameters": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionSEUMTransactionRunParameters", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.SEUM.TransactionRunParameters" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.SEUM.TransactionRunParameters instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.SEUM.TransactionSteps": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionSEUMTransactionSteps", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.SEUM.TransactionSteps" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.SEUM.TransactionSteps instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.SEUM.Settings": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionSEUMSettings", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.SEUM.Settings" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.SEUM.Settings instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.AutoDependencyRoot": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionAutoDependencyRoot", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.AutoDependencyRoot" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.AutoDependencyRoot instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.SSH.Session": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionSSHSession", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.SSH.Session" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.SSH.Session instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.VIM.ClustersCustomProperties": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionVIMClustersCustomProperties", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.VIM.ClustersCustomProperties" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.VIM.ClustersCustomProperties instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.VIM.VirtualMachinesCustomProperties": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionVIMVirtualMachinesCustomProperties", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.VIM.VirtualMachinesCustomProperties" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.VIM.VirtualMachinesCustomProperties instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.VIM.HostsCustomProperties": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionVIMHostsCustomProperties", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.VIM.HostsCustomProperties" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.VIM.HostsCustomProperties instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.VIM.DatastoresCustomProperties": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionVIMDatastoresCustomProperties", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.VIM.DatastoresCustomProperties" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.VIM.DatastoresCustomProperties instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/Orion.WirelessHeatMap.Map": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionWirelessHeatMapMap", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/Orion.WirelessHeatMap.Map" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created Orion.WirelessHeatMap.Map instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/SWISf.RemoteSWIS": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateSWISfRemoteSWIS", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/SWISf.RemoteSWIS" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created SWISf.RemoteSWIS instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/System.Subscription": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateSystemSubscription", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/System.Subscription" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created System.Subscription instance", + "schema": { + "type": "string" + } + } + } + } + }, + "/Create/System.SubscriptionProperty": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateSystemSubscriptionProperty", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "$ref": "#/definitions/System.SubscriptionProperty" + } + } + ], + "responses": { + "200": { + "description": "Uri for the newly created System.SubscriptionProperty instance", + "schema": { + "type": "string" + } + } + } + } + } + }, + "definitions": { + "QueryRequest": { + "required": [ + "query" + ], + "type": "object", + "properties": { + "query": { + "type": "string" + }, + "parameters": { + "type": "object" + } + } + }, + "QueryResponse": { + "type": "object", + "properties": { + "results": { + "type": "array", + "items": { + "type": "object" + } + }, + "totalRows": { + "type": "number" + } + } + }, + "BulkUpdateRequest": { + "required": [ + "uris", + "properties" + ], + "type": "object", + "properties": { + "uris": { + "type": "array", + "items": { + "type": "string" + } + }, + "properties": { + "type": "object" + } + } + }, + "BulkDeleteRequest": { + "required": [ + "uris" + ], + "type": "object", + "properties": { + "uris": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "OrionADMNodeInventoryPollNowRequest": { + "required": [ + "nodeIds" + ], + "type": "object", + "properties": { + "nodeIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "System.Void": { + "type": "object" + }, + "OrionADMNodeInventoryEnableRequest": { + "required": [ + "nodeIds" + ], + "type": "object", + "properties": { + "nodeIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "OrionADMNodeInventoryDisableRequest": { + "required": [ + "nodeIds" + ], + "type": "object", + "properties": { + "nodeIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "OrionADMNodeInventorySchedulePollNowRequest": { + "required": [ + "jobTag", + "nodeIds", + "millisecondsTimeout" + ], + "type": "object", + "properties": { + "jobTag": { + "format": "uuid", + "type": "string" + }, + "nodeIds": { + "type": "array", + "items": { + "type": "number" + } + }, + "millisecondsTimeout": { + "type": "number" + } + } + }, + "OrionADMNodeInventoryScheduleEnableRequest": { + "required": [ + "jobTag", + "nodeIds", + "millisecondsTimeout" + ], + "type": "object", + "properties": { + "jobTag": { + "format": "uuid", + "type": "string" + }, + "nodeIds": { + "type": "array", + "items": { + "type": "number" + } + }, + "millisecondsTimeout": { + "type": "number" + } + } + }, + "OrionADMNodeInventoryUninstallConnectionQualityAgentPluginRequest": { + "type": "object" + }, + "OrionAgentManagementAgentDeployRequest": { + "required": [ + "pollingEngineId", + "agentName", + "hostname", + "ipAddress", + "machineUserName", + "machinePassword" + ], + "type": "object", + "properties": { + "pollingEngineId": { + "type": "number" + }, + "agentName": { + "type": "string" + }, + "hostname": { + "type": "string" + }, + "ipAddress": { + "type": "string" + }, + "machineUserName": { + "type": "string" + }, + "machinePassword": { + "type": "string" + }, + "additionalUsername": { + "type": "string" + }, + "additionalPassword": { + "type": "string" + }, + "passwordIsPrivateKey": { + "type": "boolean" + }, + "privateKeyPassword": { + "type": "string" + }, + "agentMode": { + "type": "number" + }, + "installPackageFallbackId": { + "type": "string" + } + } + }, + "OrionAgentManagementAgentDeployToNodeRequest": { + "required": [ + "nodeId" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + }, + "machineUserName": { + "type": "string" + }, + "machinePassword": { + "type": "string" + }, + "additionalUsername": { + "type": "string" + }, + "additionalPassword": { + "type": "string" + }, + "passwordIsPrivateKey": { + "type": "boolean" + }, + "privateKeyPassword": { + "type": "string" + }, + "agentMode": { + "type": "number" + }, + "installPackageFallbackId": { + "type": "string" + } + } + }, + "OrionAgentManagementAgentDeployPluginRequest": { + "required": [ + "agentId", + "pluginId" + ], + "type": "object", + "properties": { + "agentId": { + "type": "number" + }, + "pluginId": { + "type": "string" + } + } + }, + "OrionAgentManagementAgentRedeployPluginRequest": { + "required": [ + "agentId", + "pluginId" + ], + "type": "object", + "properties": { + "agentId": { + "type": "number" + }, + "pluginId": { + "type": "string" + } + } + }, + "OrionAgentManagementAgentUninstallPluginRequest": { + "required": [ + "agentId", + "pluginId" + ], + "type": "object", + "properties": { + "agentId": { + "type": "number" + }, + "pluginId": { + "type": "string" + } + } + }, + "OrionAgentManagementAgentUninstallRequest": { + "required": [ + "agentId" + ], + "type": "object", + "properties": { + "agentId": { + "type": "number" + } + } + }, + "OrionAgentManagementAgentDeleteRequest": { + "required": [ + "agentId" + ], + "type": "object", + "properties": { + "agentId": { + "type": "number" + } + } + }, + "OrionAgentManagementAgentApproveRebootRequest": { + "required": [ + "agentId" + ], + "type": "object", + "properties": { + "agentId": { + "type": "number" + } + } + }, + "OrionAgentManagementAgentApproveUpdateRequest": { + "required": [ + "agentId" + ], + "type": "object", + "properties": { + "agentId": { + "type": "number" + } + } + }, + "OrionAgentManagementAgentTestWithEngineRequest": { + "required": [ + "agentId", + "pollerId" + ], + "type": "object", + "properties": { + "agentId": { + "type": "number" + }, + "pollerId": { + "type": "number" + } + } + }, + "OrionAgentManagementAgentAssignToEngineRequest": { + "required": [ + "agentId", + "pollerId" + ], + "type": "object", + "properties": { + "agentId": { + "type": "number" + }, + "pollerId": { + "type": "number" + } + } + }, + "OrionAgentManagementAgentValidateDeploymentCredentialsRequest": { + "required": [ + "pollingEngineId", + "hostname", + "ipAddress", + "machineUserName", + "machinePassword" + ], + "type": "object", + "properties": { + "pollingEngineId": { + "type": "number" + }, + "hostname": { + "type": "string" + }, + "ipAddress": { + "type": "string" + }, + "machineUserName": { + "type": "string" + }, + "machinePassword": { + "type": "string" + }, + "additionalUsername": { + "type": "string" + }, + "additionalPassword": { + "type": "string" + }, + "passwordIsPrivateKey": { + "type": "boolean" + }, + "privateKeyPassword": { + "type": "string" + }, + "installPackageFallbackId": { + "type": "string" + } + } + }, + "System.Tuple~System.Boolean_System.String_System.Int32_System.Int32~": { + "type": "object", + "properties": { + "Item1": { + "type": "boolean" + }, + "Item2": { + "type": "string" + }, + "Item3": { + "type": "number" + }, + "Item4": { + "type": "number" + } + } + }, + "OrionAgentManagementAgentRestartAgentRequest": { + "required": [ + "agentId" + ], + "type": "object", + "properties": { + "agentId": { + "type": "number" + } + } + }, + "OrionAPMIISSiteStartRequest": { + "required": [ + "nodeId", + "applicationId", + "credentialId", + "siteName", + "applicationTypeId" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + }, + "applicationId": { + "type": "number" + }, + "credentialId": { + "type": "number" + }, + "siteName": { + "type": "string" + }, + "applicationTypeId": { + "type": "string" + } + } + }, + "OrionAPMIISSiteStopRequest": { + "required": [ + "nodeId", + "applicationId", + "credentialId", + "siteName", + "applicationTypeId" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + }, + "applicationId": { + "type": "number" + }, + "credentialId": { + "type": "number" + }, + "siteName": { + "type": "string" + }, + "applicationTypeId": { + "type": "string" + } + } + }, + "OrionAPMIISSiteRestartRequest": { + "required": [ + "nodeId", + "applicationId", + "credentialId", + "siteName", + "applicationTypeId" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + }, + "applicationId": { + "type": "number" + }, + "credentialId": { + "type": "number" + }, + "siteName": { + "type": "string" + }, + "applicationTypeId": { + "type": "string" + } + } + }, + "OrionAPMIISApplicationPoolStartRequest": { + "required": [ + "nodeId", + "applicationId", + "credentialId", + "poolName", + "applicationTypeId" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + }, + "applicationId": { + "type": "number" + }, + "credentialId": { + "type": "number" + }, + "poolName": { + "type": "string" + }, + "applicationTypeId": { + "type": "string" + } + } + }, + "OrionAPMIISApplicationPoolStopRequest": { + "required": [ + "nodeId", + "applicationId", + "credentialId", + "poolName", + "applicationTypeId" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + }, + "applicationId": { + "type": "number" + }, + "credentialId": { + "type": "number" + }, + "poolName": { + "type": "string" + }, + "applicationTypeId": { + "type": "string" + } + } + }, + "OrionAPMIISApplicationPoolRestartRequest": { + "required": [ + "nodeId", + "applicationId", + "credentialId", + "poolName", + "applicationTypeId" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + }, + "applicationId": { + "type": "number" + }, + "credentialId": { + "type": "number" + }, + "poolName": { + "type": "string" + }, + "applicationTypeId": { + "type": "string" + } + } + }, + "OrionAPMApplicationUnmanageRequest": { + "required": [ + "netObjetId", + "unmanageTime", + "remanageTime", + "isRelative" + ], + "type": "object", + "properties": { + "netObjetId": { + "type": "string" + }, + "unmanageTime": { + "format": "date-time", + "type": "string" + }, + "remanageTime": { + "format": "date-time", + "type": "string" + }, + "isRelative": { + "type": "boolean" + } + } + }, + "OrionAPMApplicationRemanageRequest": { + "required": [ + "netObjetId" + ], + "type": "object", + "properties": { + "netObjetId": { + "type": "string" + } + } + }, + "OrionAPMApplicationCreateApplicationRequest": { + "required": [ + "nodeId", + "applicationTemplateId", + "credentialSetId", + "skipIfDuplicate" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + }, + "applicationTemplateId": { + "type": "number" + }, + "credentialSetId": { + "type": "number" + }, + "skipIfDuplicate": { + "type": "boolean" + } + } + }, + "OrionAPMApplicationDeleteApplicationRequest": { + "required": [ + "applicationId" + ], + "type": "object", + "properties": { + "applicationId": { + "type": "number" + } + } + }, + "OrionAPMApplicationPollNowRequest": { + "required": [ + "applicationId" + ], + "type": "object", + "properties": { + "applicationId": { + "type": "number" + } + } + }, + "System.Collections.Generic.KeyValuePair~System.String_System.Boolean~": { + "type": "object", + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "boolean" + } + } + }, + "OrionAPMApplicationCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "propertyName", + "description", + "valueType", + "size", + "validRange", + "parser", + "header", + "alignment", + "format", + "units", + "usageFlags", + "mandatory", + "defaultValue" + ], + "type": "object", + "properties": { + "propertyName": { + "type": "string" + }, + "description": { + "type": "string" + }, + "valueType": { + "type": "string" + }, + "size": { + "type": "number" + }, + "validRange": { + "type": "string" + }, + "parser": { + "type": "string" + }, + "header": { + "type": "string" + }, + "alignment": { + "type": "string" + }, + "format": { + "type": "string" + }, + "units": { + "type": "string" + }, + "usageFlags": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "mandatory": { + "type": "boolean" + }, + "defaultValue": { + "type": "string" + } + } + }, + "OrionAPMApplicationCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "propertyName", + "description", + "valueType", + "size", + "validRange", + "parser", + "header", + "alignment", + "format", + "units", + "values", + "usageFlags", + "mandatory", + "defaultValue" + ], + "type": "object", + "properties": { + "propertyName": { + "type": "string" + }, + "description": { + "type": "string" + }, + "valueType": { + "type": "string" + }, + "size": { + "type": "number" + }, + "validRange": { + "type": "string" + }, + "parser": { + "type": "string" + }, + "header": { + "type": "string" + }, + "alignment": { + "type": "string" + }, + "format": { + "type": "string" + }, + "units": { + "type": "string" + }, + "values": { + "type": "array", + "items": { + "type": "string" + } + }, + "usageFlags": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "mandatory": { + "type": "boolean" + }, + "defaultValue": { + "type": "string" + } + } + }, + "OrionAPMApplicationCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "propertyName", + "description", + "size", + "values", + "usageFlags", + "mandatory", + "defaultValue" + ], + "type": "object", + "properties": { + "propertyName": { + "type": "string" + }, + "description": { + "type": "string" + }, + "size": { + "type": "number" + }, + "values": { + "type": "array", + "items": { + "type": "string" + } + }, + "usageFlags": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "mandatory": { + "type": "boolean" + }, + "defaultValue": { + "type": "string" + } + } + }, + "OrionAPMApplicationCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "propertyName" + ], + "type": "object", + "properties": { + "propertyName": { + "type": "string" + } + } + }, + "SolarWinds.Data.Providers.APM.Verbs.ApplicationTemplateSetting": { + "type": "object", + "properties": { + "Name": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Frequency": { + "$ref": "#/definitions/System.TimeSpan" + }, + "Timeout": { + "$ref": "#/definitions/System.TimeSpan" + }, + "DebugLoggingEnabled": { + "type": "boolean" + }, + "NumberOfLogFilesToKeep": { + "type": "number" + }, + "Use64Bit": { + "type": "boolean" + } + } + }, + "System.TimeSpan": { + "type": "object", + "properties": { + "Ticks": { + "type": "number" + }, + "Days": { + "type": "number" + }, + "Hours": { + "type": "number" + }, + "Milliseconds": { + "type": "number" + }, + "Minutes": { + "type": "number" + }, + "Seconds": { + "type": "number" + }, + "TotalDays": { + "type": "number" + }, + "TotalHours": { + "type": "number" + }, + "TotalMilliseconds": { + "type": "number" + }, + "TotalMinutes": { + "type": "number" + }, + "TotalSeconds": { + "type": "number" + } + } + }, + "OrionAPMApplicationTemplateUpdateApplicationTemplateSettingsRequest": { + "required": [ + "applicationTemplateId", + "settings" + ], + "type": "object", + "properties": { + "applicationTemplateId": { + "type": "number" + }, + "settings": { + "$ref": "#/definitions/SolarWinds.Data.Providers.APM.Verbs.ApplicationTemplateSetting" + } + } + }, + "OrionAPMApplicationTemplateDeleteTemplateRequest": { + "required": [ + "applicationTemplateId" + ], + "type": "object", + "properties": { + "applicationTemplateId": { + "type": "number" + } + } + }, + "OrionAPMServerManagementStartServiceRequest": { + "required": [ + "nodeId", + "credentialId", + "serviceName" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + }, + "credentialId": { + "type": "number" + }, + "serviceName": { + "type": "string" + } + } + }, + "OrionAPMServerManagementStopServiceRequest": { + "required": [ + "nodeId", + "credentialId", + "serviceName" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + }, + "credentialId": { + "type": "number" + }, + "serviceName": { + "type": "string" + } + } + }, + "OrionAPMServerManagementRestartServiceRequest": { + "required": [ + "nodeId", + "credentialId", + "serviceName" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + }, + "credentialId": { + "type": "number" + }, + "serviceName": { + "type": "string" + } + } + }, + "OrionAPMServerManagementRebootNodeRequest": { + "required": [ + "nodeId" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + } + } + }, + "OrionStacksRelationTraverseRequest": { + "required": [ + "keys" + ], + "type": "object", + "properties": { + "keys": { + "type": "array", + "items": { + "type": "string" + } + }, + "includeRelations": { + "type": "boolean" + } + } + }, + "SolarWinds.AppStack.Contract.Models.RelianceData": { + "type": "object", + "properties": { + "Nodes": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.AppStack.Contract.Models.NodeInfo" + } + }, + "Reliances": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.AppStack.Contract.Models.RelianceInfo" + } + } + } + }, + "SolarWinds.AppStack.Contract.Models.NodeInfo": { + "type": "object", + "properties": { + "Id": { + "type": "number" + }, + "Uri": { + "type": "string" + }, + "EntityType": { + "type": "string" + }, + "Relation": { + "$ref": "#/definitions/SolarWinds.AppStack.Contract.Models.RelianceInfo" + } + } + }, + "SolarWinds.AppStack.Contract.Models.RelianceInfo": { + "type": "object", + "properties": { + "Id": { + "type": "number" + }, + "Neighbors": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "SolarWinds.AppStack.Contract.Models.UiRequest": { + "type": "object", + "properties": { + "SpotlightEnabled": { + "type": "boolean" + }, + "ViewLimitationId": { + "type": "number" + }, + "Categories": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.AppStack.Contract.Models.UiQueryCategory" + } + }, + "Selections": { + "type": "array", + "items": { + "type": "string" + } + }, + "Queries": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.AppStack.Contract.Models.UiQueryItem" + } + } + } + }, + "SolarWinds.AppStack.Contract.Models.UiQueryCategory": { + "type": "object", + "properties": { + "Id": { + "type": "string" + }, + "IssueLimit": { + "type": "number" + }, + "NonIssueLimit": { + "type": "number" + }, + "UiOrder": { + "type": "number" + }, + "CategoryDisplayToken": { + "type": "string" + } + } + }, + "SolarWinds.AppStack.Contract.Models.UiQueryItem": { + "type": "object", + "properties": { + "Entity": { + "type": "string" + }, + "CategoryId": { + "type": "string" + }, + "MembershipJoins": { + "type": "string" + }, + "MembershipQuery": { + "type": "string" + }, + "ForceNoMatches": { + "type": "boolean" + }, + "PropertyQueries": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.AppStack.Contract.Models.UiQueryFilterItem" + } + }, + "EntityRequirements": { + "$ref": "#/definitions/System.Collections.Generic.IEnumerable~System.String~" + }, + "QueryMode": { + "$ref": "#/definitions/SolarWinds.AppStack.Contract.Models.UiQueryItemMode" + }, + "AnyPropertyQueries": { + "type": "boolean" + } + } + }, + "SolarWinds.AppStack.Contract.Models.UiQueryFilterItem": { + "type": "object", + "properties": { + "CorrelationId": { + "type": "string" + }, + "Join": { + "type": "string" + }, + "Query": { + "type": "string" + } + } + }, + "System.Collections.Generic.IEnumerable~System.String~": { + "type": "object" + }, + "SolarWinds.AppStack.Contract.Models.UiQueryItemMode": { + "enum": [ + "ForceAll", + "Query", + "ForceNone" + ], + "type": "string" + }, + "OrionStacksRelationProcessUiRequest": { + "required": [ + "config" + ], + "type": "object", + "properties": { + "config": { + "$ref": "#/definitions/SolarWinds.AppStack.Contract.Models.UiRequest" + }, + "includeTracing": { + "type": "boolean" + } + } + }, + "SolarWinds.AppStack.Contract.Models.UiResponse": { + "type": "object", + "properties": { + "Categories": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.AppStack.Contract.Models.UiCategory" + } + }, + "Traces": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.AppStack.Contract.Tracing.TraceEntry" + } + }, + "SwisErrorMessages": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.InformationService.Contract2.ErrorMessage" + } + } + } + }, + "SolarWinds.AppStack.Contract.Models.UiCategory": { + "type": "object", + "properties": { + "Id": { + "type": "string" + }, + "Icons": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.AppStack.Contract.Models.UiIcon" + } + }, + "Counts": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.AppStack.Contract.Models.UiCount" + } + }, + "SelectionCounts": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.AppStack.Contract.Models.UiCount" + } + } + } + }, + "SolarWinds.AppStack.Contract.Models.UiIcon": { + "type": "object", + "properties": { + "Id": { + "type": "string" + }, + "Status": { + "type": "number" + }, + "ChildStatus": { + "type": "number" + }, + "UiOrder": { + "type": "number" + }, + "Severity": { + "type": "number" + }, + "DisplayName": { + "type": "string" + }, + "DetailsUrl": { + "type": "string" + }, + "IsSelected": { + "type": "boolean" + }, + "IsSelectionRelation": { + "type": "boolean" + }, + "IsFilterMatch": { + "type": "boolean" + }, + "IsForcedMembership": { + "type": "boolean" + } + } + }, + "SolarWinds.AppStack.Contract.Models.UiCount": { + "type": "object", + "properties": { + "Id": { + "type": "number" + }, + "N": { + "type": "number" + } + } + }, + "SolarWinds.AppStack.Contract.Tracing.TraceEntry": { + "type": "object", + "properties": { + "Timestamp": { + "format": "date-time", + "type": "string" + }, + "DurationMs": { + "type": "number" + }, + "Message": { + "type": "string" + }, + "Details": { + "type": "string" + }, + "TraceLevel": { + "type": "number" + } + } + }, + "SolarWinds.InformationService.Contract2.ErrorMessage": { + "type": "object", + "properties": { + "ErrorType": { + "type": "string" + }, + "Context": { + "type": "string" + }, + "Message": { + "type": "string" + } + } + }, + "OrionASANodeExecuteCliCommandRequest": { + "required": [ + "hostname", + "username", + "password", + "command" + ], + "type": "object", + "properties": { + "hostname": { + "description": "Hostname or ip address of the target device", + "type": "string" + }, + "username": { + "description": "Username to login to the device", + "type": "string" + }, + "password": { + "description": "Password used to login to the device", + "type": "string" + }, + "command": { + "description": "Actual command to be executed", + "type": "string" + }, + "enablePassword": { + "description": "(optional) Enable password to access privileged mode", + "type": "string" + } + } + }, + "OrionASAInterfacesSetFavoriteRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "SolarWinds.ASA.Common.Models.Actions.FavoriteActionResult": { + "type": "object", + "properties": { + "ErrorCode": { + "$ref": "#/definitions/SolarWinds.ASA.Common.Models.Actions.FavoriteActionErrorCodes" + }, + "MaxFavoritesCount": { + "type": "number" + }, + "IsSuccess": { + "type": "boolean" + } + } + }, + "SolarWinds.ASA.Common.Models.Actions.FavoriteActionErrorCodes": { + "enum": [ + "None", + "EntityNotFound", + "MaxCountExceeded", + "AccessToVerbDenied" + ], + "type": "string" + }, + "OrionASAInterfacesRemoveFavoriteRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CirrusNCM_NCMJobsGetJobRequest": { + "required": [ + "jobId" + ], + "type": "object", + "properties": { + "jobId": { + "type": "number" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.NCMJob": { + "type": "object", + "properties": { + "JobID": { + "type": "number" + }, + "JobName": { + "type": "string" + }, + "JobType": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.eJobType" + }, + "JobDefinition": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.NCMJobDefinition" + }, + "JobSchedule": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.NCMJobSchedule" + }, + "Enabled": { + "type": "boolean" + }, + "JobStatus": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.eJobStatus" + }, + "CreationDate": { + "format": "date-time", + "type": "string" + }, + "Author": { + "type": "string" + }, + "IsHidden": { + "type": "boolean" + }, + "IsPrePolulated": { + "type": "boolean" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.eJobType": { + "enum": [ + "CommandScript", + "ExecuteProgram", + "Upload", + "Report", + "Reboot", + "ExportConfigs", + "DatabaseMaintenance", + "Inventory", + "ConfigChangeReport", + "PolicyReport", + "PurgeConfigs", + "DownloadConfigs", + "RealTimeNotification", + "OrionImport", + "BaselineEntireNetwork", + "ConfigChangeTemplate" + ], + "type": "string" + }, + "SolarWinds.NCM.Contracts.InformationService.NCMJobDefinition": { + "type": "object", + "properties": { + "Name": { + "type": "string" + }, + "OwnerSID": { + "type": "string" + }, + "LastModification": { + "format": "date-time", + "type": "string" + }, + "Comments": { + "type": "string" + }, + "JobType": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.eJobType" + }, + "Nodes": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.SelectedNodes" + }, + "Parameters": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.JobParameters" + }, + "Notifications": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.JobNotifications" + }, + "NcmRunOnce": { + "type": "boolean" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.SelectedNodes": { + "type": "object", + "properties": { + "SelectedCriteriaType": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.eCriteriaType" + }, + "WebNodesSelectionCriterias": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.WebSelectionCriteria" + } + }, + "NetworkNodes": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.NetworkNode" + } + }, + "QueryString": { + "type": "string" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.eCriteriaType": { + "enum": [ + "AllNodes", + "SelectedNodes", + "WebCriteria", + "DesktopCriteria" + ], + "type": "string" + }, + "SolarWinds.NCM.Contracts.InformationService.WebSelectionCriteria": { + "type": "object", + "properties": { + "Id": { + "type": "string" + }, + "LogicalCondition": { + "type": "string" + }, + "SelectedColumn": { + "type": "string" + }, + "MatchType": { + "type": "string" + }, + "SelectedValue": { + "type": "string" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.NetworkNode": { + "type": "object", + "properties": { + "NodeCaption": { + "type": "string" + }, + "NodeID": { + "type": "string" + }, + "Script": { + "type": "string" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.JobParameters": { + "type": "object", + "properties": { + "Script": { + "type": "string" + }, + "ScriptFilterPattern": { + "type": "string" + }, + "ExecuteFilterResults": { + "type": "boolean" + }, + "ExecuteShowCommands": { + "type": "boolean" + }, + "WriteToNVRAM": { + "type": "boolean" + }, + "Reboot": { + "type": "boolean" + }, + "ConfigText": { + "type": "string" + }, + "ChangeReportType": { + "type": "string" + }, + "ChangeReportDetails": { + "type": "boolean" + }, + "ChangeReportTargetDate": { + "format": "date-time", + "type": "string" + }, + "ChangeReportPastXXDays": { + "type": "number" + }, + "ChangeReportStartDate": { + "format": "date-time", + "type": "string" + }, + "ChangeReportEndDate": { + "format": "date-time", + "type": "string" + }, + "CompareLastDownloaded": { + "type": "number" + }, + "LastConfigType": { + "type": "string" + }, + "OnConfigType": { + "type": "string" + }, + "GenerateOnConfigType": { + "type": "boolean" + }, + "OnlySendDevicesThatHadChanges": { + "type": "boolean" + }, + "Report": { + "type": "string" + }, + "ReportTitle": { + "type": "string" + }, + "LimitNumberOfRecords": { + "type": "boolean" + }, + "NumberOfRecords": { + "type": "number" + }, + "Path": { + "type": "string" + }, + "AllConfigs": { + "type": "boolean" + }, + "ConfigTemplate": { + "type": "string" + }, + "ConfigTypes": { + "type": "string" + }, + "OnlySaveChangedConfigs": { + "type": "boolean" + }, + "NotifyChangedLast": { + "type": "boolean" + }, + "NotifyChangedBaseline": { + "type": "boolean" + }, + "NotifyChangedStartup": { + "type": "boolean" + }, + "NotifySeparateTextEmail": { + "type": "boolean" + }, + "NotifySeparateHtmlEmail": { + "type": "boolean" + }, + "CacheDiffResults": { + "type": "boolean" + }, + "ObjectID": { + "type": "string" + }, + "GroupingPolicyReports": { + "type": "boolean" + }, + "NotifyOnlyOnPolicyViolations": { + "type": "boolean" + }, + "InventorySettings": { + "type": "string" + }, + "PurgeConfigByDate": { + "type": "boolean" + }, + "PurgeConfigIncludeTime": { + "type": "boolean" + }, + "PurgeConfigBaseline": { + "type": "boolean" + }, + "PurgeConfigDate": { + "type": "string" + }, + "PurgeConfigCount": { + "type": "number" + }, + "PurgeConfigByTimeRange": { + "type": "boolean" + }, + "PurgeConfigTimeRange": { + "type": "string" + }, + "PurgeConfigArchive": { + "type": "boolean" + }, + "PurgeConfigArchiveTimeRange": { + "type": "string" + }, + "PurgeConfigCache": { + "type": "boolean" + }, + "PurgeConfigCacheTimeRange": { + "type": "string" + }, + "PurgeApprovalRequests": { + "type": "boolean" + }, + "PurgeApprovalRequestsTimeRange": { + "type": "string" + }, + "PurgeTransferRequests": { + "type": "boolean" + }, + "PurgeTransferRequestsTimeRange": { + "type": "string" + }, + "PurgeJobLog": { + "type": "boolean" + }, + "PurgeJobLogType": { + "type": "string" + }, + "PurgeJobLogTypeValue": { + "type": "string" + }, + "BaselineNetworkType": { + "type": "string" + }, + "BaselineNetworkTargetDate": { + "format": "date-time", + "type": "string" + }, + "FilePathList": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.FilePath" + } + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.FilePath": { + "type": "object", + "properties": { + "EngineID": { + "type": "number" + }, + "File_Path": { + "type": "string" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.JobNotifications": { + "type": "object", + "properties": { + "EmailOnlyOnError": { + "type": "boolean" + }, + "EmailResults": { + "type": "boolean" + }, + "EmailCC": { + "type": "string" + }, + "EmailRecipient": { + "type": "string" + }, + "EmailBCC": { + "type": "string" + }, + "EmailSubject": { + "type": "string" + }, + "EmailFrom": { + "type": "string" + }, + "EmailReplyAddress": { + "type": "string" + }, + "EmailAttachment": { + "type": "boolean" + }, + "AttachmentFileName": { + "type": "string" + }, + "LogSteps": { + "type": "boolean" + }, + "SMTPServer": { + "type": "string" + }, + "SMTPPort": { + "type": "number" + }, + "SMTPUseAuthentication": { + "type": "boolean" + }, + "SMTPAuthUserName": { + "type": "string" + }, + "SMTPAuthPassword": { + "type": "string" + }, + "SMTPUseSSL": { + "type": "boolean" + }, + "SMTPSSLPortNumber": { + "type": "number" + }, + "SaveToFileName": { + "type": "string" + }, + "SaveResultsToFile": { + "type": "boolean" + }, + "SaveToFileOnError": { + "type": "boolean" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.NCMJobSchedule": { + "type": "object", + "properties": { + "TriggerType": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.NCMJobSchedule-eTriggerType" + }, + "StartTime": { + "format": "date-time", + "type": "string" + }, + "StartDate": { + "format": "date-time", + "type": "string" + }, + "Day": { + "type": "number" + }, + "DaysOfTheWeek": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.NCMJobSchedule-eTriggerDays" + } + }, + "Months": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.NCMJobSchedule-eTriggerMonths" + } + }, + "Weeks": { + "type": "number" + }, + "AdvancedCRONExpression": { + "type": "string" + }, + "StartingOn": { + "format": "date-time", + "type": "string" + }, + "EndingOn": { + "format": "date-time", + "type": "string" + }, + "ExecuteImmediately": { + "type": "boolean" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.NCMJobSchedule-eTriggerType": { + "enum": [ + "Unknown", + "Daily", + "Weekly", + "Monthly", + "Once", + "Advanced" + ], + "type": "string" + }, + "SolarWinds.NCM.Contracts.InformationService.NCMJobSchedule-eTriggerDays": { + "enum": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "type": "string" + }, + "SolarWinds.NCM.Contracts.InformationService.NCMJobSchedule-eTriggerMonths": { + "enum": [ + "Unknown", + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "type": "string" + }, + "SolarWinds.NCM.Contracts.InformationService.eJobStatus": { + "enum": [ + "Unknown", + "Running", + "Disabled", + "Scheduled", + "NotSceduled", + "Waiting", + "Starting", + "Complete" + ], + "type": "string" + }, + "CirrusNCM_NCMJobsUpdateJobRequest": { + "required": [ + "job" + ], + "type": "object", + "properties": { + "job": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.NCMJob" + } + } + }, + "CirrusNCM_NCMJobsAddJobRequest": { + "required": [ + "job" + ], + "type": "object", + "properties": { + "job": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.NCMJob" + } + } + }, + "CirrusNCM_NCMJobsDeleteJobsRequest": { + "required": [ + "jobIds" + ], + "type": "object", + "properties": { + "jobIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "CirrusNCM_NCMJobsEnableOrDisableJobsRequest": { + "required": [ + "jobIds", + "enableOrDisable" + ], + "type": "object", + "properties": { + "jobIds": { + "type": "array", + "items": { + "type": "number" + } + }, + "enableOrDisable": { + "type": "boolean" + } + } + }, + "CirrusNCM_NCMJobsClearJobLogRequest": { + "required": [ + "jobId" + ], + "type": "object", + "properties": { + "jobId": { + "type": "number" + } + } + }, + "CirrusNCM_NCMJobsGetJobStatusRequest": { + "required": [ + "jobId" + ], + "type": "object", + "properties": { + "jobId": { + "type": "number" + } + } + }, + "CirrusNCM_NCMJobsGetJobLogRequest": { + "required": [ + "jobId", + "checkSize" + ], + "type": "object", + "properties": { + "jobId": { + "type": "number" + }, + "checkSize": { + "type": "boolean" + } + } + }, + "CirrusInventoryQueueStartInventoryRequest": { + "required": [ + "NodeId" + ], + "type": "object", + "properties": { + "NodeId": { + "type": "array", + "items": { + "format": "uuid", + "type": "string" + } + } + } + }, + "CirrusInventoryQueueReportErrorRequest": { + "required": [ + "NodeId", + "error" + ], + "type": "object", + "properties": { + "NodeId": { + "type": "array", + "items": { + "format": "uuid", + "type": "string" + } + }, + "error": { + "type": "string" + } + } + }, + "CirrusInventoryQueueCancelInventoryRequest": { + "required": [ + "inventoryIds" + ], + "type": "object", + "properties": { + "inventoryIds": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CirrusInventoryQueueClearInventoryRequest": { + "required": [ + "inventoryIds" + ], + "type": "object", + "properties": { + "inventoryIds": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "NCMVulnerabilitiesAnnouncementsStartVulnerabilityMatchingRequest": { + "type": "object" + }, + "NCMVulnerabilitiesAnnouncementsIsVulnerabilityMatchingActiveRequest": { + "type": "object" + }, + "NCMVulnerabilitiesAnnouncementsInitVulnerabilityScheduleRequest": { + "type": "object" + }, + "SolarWinds.NCM.Contracts.InformationService.ConfigSnippet": { + "type": "object", + "properties": { + "LastModified": { + "format": "date-time", + "type": "string" + }, + "Created": { + "format": "date-time", + "type": "string" + }, + "Id": { + "type": "number" + }, + "Tags": { + "type": "array", + "items": { + "type": "string" + } + }, + "Name": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Script": { + "type": "string" + }, + "PreserveWhiteSpace": { + "type": "boolean" + } + } + }, + "CirrusConfigSnippetsAddSnippetRequest": { + "required": [ + "snippet" + ], + "type": "object", + "properties": { + "snippet": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.ConfigSnippet" + } + } + }, + "CirrusConfigSnippetsGetSnippetRequest": { + "required": [ + "snippetId" + ], + "type": "object", + "properties": { + "snippetId": { + "type": "number" + } + } + }, + "CirrusConfigSnippetsUpdateSnippetRequest": { + "required": [ + "snippet" + ], + "type": "object", + "properties": { + "snippet": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.ConfigSnippet" + } + } + }, + "CirrusConfigSnippetsDeleteSnippetsRequest": { + "required": [ + "snippetIds" + ], + "type": "object", + "properties": { + "snippetIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "CirrusConfigSnippetsImportSnippetsRequest": { + "required": [ + "snippets" + ], + "type": "object", + "properties": { + "snippets": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.ConfigSnippet" + } + } + } + }, + "CirrusConfigSnippetsCopySnippetsRequest": { + "required": [ + "snippetIds" + ], + "type": "object", + "properties": { + "snippetIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "CirrusConfigSnippetsGetTagsListRequest": { + "type": "object" + }, + "CirrusConfigSnippetsGetTagsListForSnippetsRequest": { + "required": [ + "snippetIds" + ], + "type": "object", + "properties": { + "snippetIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "CirrusConfigSnippetsAddTagsRequest": { + "required": [ + "snippetIds", + "tags" + ], + "type": "object", + "properties": { + "snippetIds": { + "type": "array", + "items": { + "type": "number" + } + }, + "tags": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CirrusConfigSnippetsDeleteTagsRequest": { + "required": [ + "snippetIds", + "tags" + ], + "type": "object", + "properties": { + "snippetIds": { + "type": "array", + "items": { + "type": "number" + } + }, + "tags": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CirrusConfigSnippetsSaveSnippetAsCopyRequest": { + "required": [ + "snippet" + ], + "type": "object", + "properties": { + "snippet": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.ConfigSnippet" + } + } + }, + "CirrusConfigArchiveDownloadRequest": { + "required": [ + "nodeId", + "configType", + "UserId" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "array", + "items": { + "format": "uuid", + "type": "string" + } + }, + "configType": { + "type": "string" + }, + "UserId": { + "type": "string" + } + } + }, + "CirrusConfigArchiveGetStatusRequest": { + "required": [ + "UserID", + "top", + "onlyActive" + ], + "type": "object", + "properties": { + "UserID": { + "type": "string" + }, + "top": { + "type": "number" + }, + "onlyActive": { + "type": "boolean" + } + } + }, + "System.Data.DataTable": { + "type": "array", + "items": { + "type": "object" + } + }, + "CirrusConfigArchiveGetStatusWithLimitationsRequest": { + "required": [ + "UserID", + "top", + "onlyActive", + "ipList" + ], + "type": "object", + "properties": { + "UserID": { + "type": "string" + }, + "top": { + "type": "number" + }, + "onlyActive": { + "type": "boolean" + }, + "ipList": { + "type": "string" + } + } + }, + "CirrusConfigArchiveUploadRequest": { + "required": [ + "nodeId", + "ConfigType", + "ConfigText", + "UserID", + "RebootDevice" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "array", + "items": { + "format": "uuid", + "type": "string" + } + }, + "ConfigType": { + "type": "string" + }, + "ConfigText": { + "type": "string" + }, + "UserID": { + "type": "string" + }, + "RebootDevice": { + "type": "boolean" + } + } + }, + "CirrusConfigArchiveExecuteRequest": { + "required": [ + "nodeId", + "script", + "UserID" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "array", + "items": { + "format": "uuid", + "type": "string" + } + }, + "script": { + "type": "string" + }, + "UserID": { + "type": "string" + } + } + }, + "CirrusConfigArchiveCancelTransferRequest": { + "required": [ + "UserSid" + ], + "type": "object", + "properties": { + "UserSid": { + "type": "string" + }, + "selectedTransferIds": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CirrusConfigArchiveCancelTransferWithLimitationsRequest": { + "required": [ + "UserSid", + "ipList", + "selectedTransferIds" + ], + "type": "object", + "properties": { + "UserSid": { + "type": "string" + }, + "ipList": { + "type": "string" + }, + "selectedTransferIds": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CirrusConfigArchiveClearCompleteRequest": { + "required": [ + "UserSid" + ], + "type": "object", + "properties": { + "UserSid": { + "type": "string" + } + } + }, + "CirrusConfigArchiveClearCompleteWithLimitationsRequest": { + "required": [ + "UserSid", + "ipList" + ], + "type": "object", + "properties": { + "UserSid": { + "type": "string" + }, + "ipList": { + "type": "string" + }, + "selectedTransferIds": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CirrusConfigArchiveClearErrorsRequest": { + "required": [ + "UserSid" + ], + "type": "object", + "properties": { + "UserSid": { + "type": "string" + } + } + }, + "CirrusConfigArchiveClearErrorsWithLimitationsRequest": { + "required": [ + "UserSid", + "ipList" + ], + "type": "object", + "properties": { + "UserSid": { + "type": "string" + }, + "ipList": { + "type": "string" + }, + "selectedTransferIds": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CirrusConfigArchiveClearAllRequest": { + "required": [ + "UserSid" + ], + "type": "object", + "properties": { + "UserSid": { + "type": "string" + } + } + }, + "CirrusConfigArchiveClearAllWithLimitationsRequest": { + "required": [ + "UserSid", + "ipList", + "selectedTransferIds" + ], + "type": "object", + "properties": { + "UserSid": { + "type": "string" + }, + "ipList": { + "type": "string" + }, + "selectedTransferIds": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CirrusConfigArchiveGetPermissionsByRoleRequest": { + "required": [ + "role" + ], + "type": "object", + "properties": { + "role": { + "type": "string" + } + } + }, + "CirrusConfigArchiveDeleteConfigsRequest": { + "required": [ + "ConfigIds", + "UserName" + ], + "type": "object", + "properties": { + "ConfigIds": { + "type": "array", + "items": { + "format": "uuid", + "type": "string" + } + }, + "UserName": { + "type": "string" + } + } + }, + "CirrusConfigArchiveGetConfigTypesRequest": { + "type": "object" + }, + "CirrusConfigArchiveReportErrorRequest": { + "required": [ + "NodeIds", + "TransferType", + "ConfigType", + "UserName", + "error" + ], + "type": "object", + "properties": { + "NodeIds": { + "type": "array", + "items": { + "format": "uuid", + "type": "string" + } + }, + "TransferType": { + "type": "string" + }, + "ConfigType": { + "type": "string" + }, + "UserName": { + "type": "string" + }, + "error": { + "type": "string" + } + } + }, + "CirrusConfigArchiveCancelTransfersRequest": { + "required": [ + "TransferTickets" + ], + "type": "object", + "properties": { + "TransferTickets": { + "type": "array", + "items": { + "format": "uuid", + "type": "string" + } + } + } + }, + "CirrusConfigArchiveClearTransfersRequest": { + "required": [ + "TransferTickets" + ], + "type": "object", + "properties": { + "TransferTickets": { + "type": "array", + "items": { + "format": "uuid", + "type": "string" + } + } + } + }, + "CirrusConfigArchiveExecuteScriptRequest": { + "required": [ + "nodeId", + "script" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "array", + "items": { + "format": "uuid", + "type": "string" + } + }, + "script": { + "type": "string" + }, + "Reboot": { + "type": "boolean" + } + } + }, + "CirrusConfigArchiveUploadConfigRequest": { + "required": [ + "nodeId", + "configType", + "ConfigText", + "RebootDevice" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "array", + "items": { + "format": "uuid", + "type": "string" + } + }, + "configType": { + "type": "string" + }, + "ConfigText": { + "type": "string" + }, + "RebootDevice": { + "type": "boolean" + } + } + }, + "CirrusConfigArchiveDownloadConfigRequest": { + "required": [ + "nodeId", + "configType" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "array", + "items": { + "format": "uuid", + "type": "string" + } + }, + "configType": { + "type": "string" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.NCMNode": { + "type": "object", + "properties": { + "NodeID": { + "format": "uuid", + "type": "string" + }, + "CoreNodeID": { + "type": "number" + }, + "NodeGroup": { + "type": "string" + }, + "NodeComments": { + "type": "string" + }, + "UseUserDeviceCredentials": { + "type": "boolean" + }, + "Username": { + "type": "string" + }, + "Password": { + "type": "string" + }, + "EnableLevel": { + "type": "string" + }, + "EnablePassword": { + "type": "string" + }, + "ExecProtocol": { + "type": "string" + }, + "CommandProtocol": { + "type": "string" + }, + "TransferProtocol": { + "type": "string" + }, + "EncryptionAlgorithm": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.SSHEncryption" + }, + "LoginStatus": { + "type": "string" + }, + "UseHTTPS": { + "type": "boolean" + }, + "LastInventory": { + "format": "date-time", + "type": "string" + }, + "TelnetPort": { + "type": "string" + }, + "SSHPort": { + "type": "string" + }, + "AllowIntermediary": { + "type": "boolean" + }, + "UseKeybInteractiveAuth": { + "type": "boolean" + }, + "ConnectionProfile": { + "type": "number" + }, + "EndOfSupport": { + "format": "date-time", + "type": "string" + }, + "EndOfSales": { + "format": "date-time", + "type": "string" + }, + "EndOfSoftware": { + "format": "date-time", + "type": "string" + }, + "EosEntryID": { + "format": "uuid", + "type": "string" + }, + "EosType": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.eEoSType" + }, + "EosMatchDate": { + "format": "date-time", + "type": "string" + }, + "EosVersion": { + "type": "number" + }, + "EosLink": { + "type": "string" + }, + "EosComments": { + "type": "string" + }, + "PartNumber": { + "type": "string" + }, + "ReplacementPartNumber": { + "type": "string" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.SSHEncryption": { + "enum": [ + "encAny", + "encDES", + "enc3DES", + "encAES", + "encBLOWFISH", + "encAES128", + "encAES192", + "encAES256", + "ChaCha20Poly1305" + ], + "type": "string" + }, + "SolarWinds.NCM.Contracts.InformationService.eEoSType": { + "enum": [ + "NotAssigned", + "User", + "Manual", + "Auto", + "Awaiting", + "Ignored" + ], + "type": "string" + }, + "CirrusConfigArchiveExecuteScriptOnNodesRequest": { + "required": [ + "nodes", + "deviceTemplateXML", + "script" + ], + "type": "object", + "properties": { + "nodes": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.NCMNode" + } + }, + "deviceTemplateXML": { + "type": "string" + }, + "script": { + "type": "string" + } + } + }, + "CirrusConfigArchiveDownloadConfigOnNodesRequest": { + "required": [ + "nodes", + "deviceTemplateXML", + "configType" + ], + "type": "object", + "properties": { + "nodes": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.NCMNode" + } + }, + "deviceTemplateXML": { + "type": "string" + }, + "configType": { + "type": "string" + } + } + }, + "CirrusConfigArchiveConfigSearchRequest": { + "required": [ + "searchString", + "configType", + "coreNodeIdList", + "matchWholeWord" + ], + "type": "object", + "properties": { + "searchString": { + "type": "string" + }, + "configType": { + "type": "string" + }, + "coreNodeIdList": { + "type": "string" + }, + "matchWholeWord": { + "type": "boolean" + }, + "searchOnlyMostRecent": { + "type": "boolean" + }, + "startTime": { + "format": "date-time", + "type": "string" + }, + "endTime": { + "format": "date-time", + "type": "string" + } + } + }, + "CirrusConfigArchiveRunIndexOptimizationRequest": { + "type": "object" + }, + "CirrusConfigArchiveUpdateConfigRequest": { + "required": [ + "configID", + "title", + "comments", + "configText", + "updateConfigText", + "UserName" + ], + "type": "object", + "properties": { + "configID": { + "format": "uuid", + "type": "string" + }, + "title": { + "type": "string" + }, + "comments": { + "type": "string" + }, + "configText": { + "type": "string" + }, + "updateConfigText": { + "type": "boolean" + }, + "UserName": { + "type": "string" + } + } + }, + "CirrusConfigArchiveCloneConfigRequest": { + "required": [ + "parentConfigID", + "title", + "comments", + "configText", + "UserName" + ], + "type": "object", + "properties": { + "parentConfigID": { + "format": "uuid", + "type": "string" + }, + "title": { + "type": "string" + }, + "comments": { + "type": "string" + }, + "configText": { + "type": "string" + }, + "UserName": { + "type": "string" + } + } + }, + "CirrusConfigArchiveImportConfigRequest": { + "required": [ + "NodeId", + "title", + "comments", + "configText", + "UserName" + ], + "type": "object", + "properties": { + "NodeId": { + "format": "uuid", + "type": "string" + }, + "title": { + "type": "string" + }, + "comments": { + "type": "string" + }, + "configText": { + "type": "string" + }, + "UserName": { + "type": "string" + } + } + }, + "CirrusConfigArchiveSetClearBaselineRequest": { + "required": [ + "ConfigIds" + ], + "type": "object", + "properties": { + "ConfigIds": { + "type": "array", + "items": { + "format": "uuid", + "type": "string" + } + } + } + }, + "CirrusConfigArchiveValidateBinaryConfigStorageRequest": { + "required": [ + "path", + "networkShareUserName", + "networkSharePassword" + ], + "type": "object", + "properties": { + "path": { + "type": "string" + }, + "networkShareUserName": { + "type": "string" + }, + "networkSharePassword": { + "type": "string" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.ValidationResults": { + "type": "object", + "properties": { + "IsValid": { + "type": "boolean" + }, + "Message": { + "type": "string" + } + } + }, + "CirrusConfigArchiveSearchInterfaceConfigSnippetRequest": { + "required": [ + "coreNodeId", + "interfaceName", + "ifName", + "ipAddresses", + "configId" + ], + "type": "object", + "properties": { + "coreNodeId": { + "type": "number" + }, + "interfaceName": { + "type": "string" + }, + "ifName": { + "type": "string" + }, + "ipAddresses": { + "type": "array", + "items": { + "type": "string" + } + }, + "configId": { + "format": "uuid", + "type": "string" + } + } + }, + "CirrusConfigArchiveGetInterfaceConfigSnippetsRequest": { + "required": [ + "coreNodeId" + ], + "type": "object", + "properties": { + "coreNodeId": { + "type": "number" + } + } + }, + "CirrusSnippetArchiveAddSnippetRequest": { + "required": [ + "title", + "config", + "comments" + ], + "type": "object", + "properties": { + "title": { + "type": "string" + }, + "config": { + "type": "string" + }, + "comments": { + "type": "string" + } + } + }, + "CirrusSnippetArchiveDeleteSnippetRequest": { + "required": [ + "snippetId" + ], + "type": "object", + "properties": { + "snippetId": { + "format": "uuid", + "type": "string" + } + } + }, + "CirrusSnippetArchiveUpdateSnippetRequest": { + "required": [ + "snippetId", + "title", + "config", + "comments" + ], + "type": "object", + "properties": { + "snippetId": { + "format": "uuid", + "type": "string" + }, + "title": { + "type": "string" + }, + "config": { + "type": "string" + }, + "comments": { + "type": "string" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.PolicyRule": { + "type": "object", + "properties": { + "MultiLineRulePatterns": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.MultiLineRulePattern" + } + }, + "RuleId": { + "type": "string" + }, + "RuleName": { + "type": "string" + }, + "Comments": { + "type": "string" + }, + "Grouping": { + "type": "string" + }, + "RemediateScript": { + "type": "string" + }, + "ConfigBlockStart": { + "type": "string" + }, + "ConfigBlockEnd": { + "type": "string" + }, + "ConfigBlockPatternType": { + "type": "string" + }, + "ConfigBlockMustExist": { + "type": "boolean" + }, + "PatternType": { + "type": "string" + }, + "PatternMustExist": { + "type": "boolean" + }, + "AdvancedMode": { + "type": "boolean" + }, + "ErrorLevel": { + "type": "number" + }, + "SimplePatternText": { + "type": "string" + }, + "ExecuteScriptAutomatically": { + "type": "boolean" + }, + "Owner": { + "type": "string" + }, + "RemediateScriptType": { + "type": "string" + }, + "ExecuteRemediationScriptPerBlock": { + "type": "boolean" + }, + "ExecuteScriptInConfigMode": { + "type": "boolean" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.MultiLineRulePattern": { + "type": "object", + "properties": { + "EndBracket": { + "type": "string" + }, + "PatternType": { + "type": "string" + }, + "Condition": { + "type": "string" + }, + "Pattern": { + "type": "string" + }, + "Criteria": { + "type": "boolean" + }, + "BeginBracket": { + "type": "string" + }, + "RuleId": { + "type": "string" + }, + "PatternId": { + "type": "string" + } + } + }, + "CirrusPolicyReportsTestRuleRequest": { + "required": [ + "policyRule", + "config" + ], + "type": "object", + "properties": { + "policyRule": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.PolicyRule" + }, + "config": { + "type": "string" + } + } + }, + "CirrusPolicyReportsGetPolicyReportRequest": { + "required": [ + "reportId", + "exportFlag" + ], + "type": "object", + "properties": { + "reportId": { + "type": "string" + }, + "exportFlag": { + "type": "boolean" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.PolicyReport": { + "type": "object", + "properties": { + "ID": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Comments": { + "type": "string" + }, + "Group": { + "type": "string" + }, + "ShowSummaryFlag": { + "type": "boolean" + }, + "ShowRulesWithoutViolationFlag": { + "type": "boolean" + }, + "AssignedPoliciesList": { + "type": "array", + "items": { + "type": "string" + } + }, + "AssignedPolicies": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.Policy" + } + }, + "ReportStatus": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.ReportStatus" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.Policy": { + "type": "object", + "properties": { + "NodeSelectionCriterias": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.SelectionCriterias" + }, + "NodeSelectionString": { + "type": "string" + }, + "PolicyId": { + "type": "string" + }, + "ConfigTypes": { + "type": "string" + }, + "AssignedRulesList": { + "type": "array", + "items": { + "type": "string" + } + }, + "AssignedPolicyRules": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.PolicyRule" + } + }, + "Grouping": { + "type": "string" + }, + "Comments": { + "type": "string" + }, + "PolicyName": { + "type": "string" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.SelectionCriterias": { + "type": "object", + "properties": { + "WebSelectionCriterias": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.WebSelectionCriteria" + } + }, + "AssignedNodesList": { + "$ref": "#/definitions/System.Collections.ArrayList" + }, + "AssignedNodesDesktopSQL": { + "type": "string" + }, + "SelectionCriteriaType": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.eCriteriaType" + } + } + }, + "System.Collections.ArrayList": { + "type": "object", + "properties": { + "Capacity": { + "type": "number" + }, + "Count": { + "type": "number" + }, + "IsFixedSize": { + "type": "boolean" + }, + "IsReadOnly": { + "type": "boolean" + }, + "IsSynchronized": { + "type": "boolean" + }, + "SyncRoot": { + "$ref": "#/definitions/System.Object" + }, + "Item": { + "$ref": "#/definitions/System.Object" + } + } + }, + "System.Object": { + "type": "object" + }, + "SolarWinds.NCM.Contracts.InformationService.ReportStatus": { + "enum": [ + "Disabled", + "Enabled" + ], + "type": "string" + }, + "CirrusPolicyReportsUpdatePolicyReportRequest": { + "required": [ + "report" + ], + "type": "object", + "properties": { + "report": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.PolicyReport" + } + } + }, + "CirrusPolicyReportsAddPolicyReportRequest": { + "required": [ + "report", + "importFlag" + ], + "type": "object", + "properties": { + "report": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.PolicyReport" + }, + "importFlag": { + "type": "boolean" + } + } + }, + "CirrusPolicyReportsDeletePolicyReportsRequest": { + "required": [ + "policyReportIds", + "deleteChilds" + ], + "type": "object", + "properties": { + "policyReportIds": { + "type": "array", + "items": { + "type": "string" + } + }, + "deleteChilds": { + "type": "boolean" + } + } + }, + "CirrusPolicyReportsGetPolicyRequest": { + "required": [ + "policyId", + "exportFlag" + ], + "type": "object", + "properties": { + "policyId": { + "type": "string" + }, + "exportFlag": { + "type": "boolean" + } + } + }, + "CirrusPolicyReportsUpdatePolicyRequest": { + "required": [ + "policy" + ], + "type": "object", + "properties": { + "policy": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.Policy" + } + } + }, + "CirrusPolicyReportsAddPolicyRequest": { + "required": [ + "policy", + "importFlag" + ], + "type": "object", + "properties": { + "policy": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.Policy" + }, + "importFlag": { + "type": "boolean" + } + } + }, + "CirrusPolicyReportsDeletePoliciesRequest": { + "required": [ + "policyIds", + "deleteChilds" + ], + "type": "object", + "properties": { + "policyIds": { + "type": "array", + "items": { + "type": "string" + } + }, + "deleteChilds": { + "type": "boolean" + } + } + }, + "CirrusPolicyReportsGetPolicyRuleRequest": { + "required": [ + "RuleId" + ], + "type": "object", + "properties": { + "RuleId": { + "type": "string" + } + } + }, + "CirrusPolicyReportsUpdatePolicyRuleRequest": { + "required": [ + "rule" + ], + "type": "object", + "properties": { + "rule": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.PolicyRule" + } + } + }, + "CirrusPolicyReportsAddPolicyRuleRequest": { + "required": [ + "rule" + ], + "type": "object", + "properties": { + "rule": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.PolicyRule" + } + } + }, + "CirrusPolicyReportsDeletePolicyRulesRequest": { + "required": [ + "RuleIds" + ], + "type": "object", + "properties": { + "RuleIds": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CirrusPolicyReportsStartCachingRequest": { + "type": "object", + "properties": { + "selectedReportsIDs": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CirrusPolicyReportsUpdateReportStatusRequest": { + "required": [ + "status", + "selectedReportsIDs" + ], + "type": "object", + "properties": { + "status": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.ReportStatus" + }, + "selectedReportsIDs": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CirrusPolicyReportsGetPagablePoliciesListRequest": { + "required": [ + "pageSize", + "startRowNumber", + "sortColumn", + "sortDirection", + "groupByColumn", + "groupByValue", + "searchValue" + ], + "type": "object", + "properties": { + "pageSize": { + "type": "number" + }, + "startRowNumber": { + "type": "number" + }, + "sortColumn": { + "type": "string" + }, + "sortDirection": { + "type": "string" + }, + "groupByColumn": { + "type": "string" + }, + "groupByValue": { + "type": "string" + }, + "searchValue": { + "type": "string" + } + } + }, + "CirrusPolicyReportsGetPoliciesRowCountRequest": { + "required": [ + "groupByColumn", + "groupByValue", + "searchValue" + ], + "type": "object", + "properties": { + "groupByColumn": { + "type": "string" + }, + "groupByValue": { + "type": "string" + }, + "searchValue": { + "type": "string" + } + } + }, + "CirrusPolicyReportsGetPagablePolicyRulesListRequest": { + "required": [ + "pageSize", + "startRowNumber", + "sortColumn", + "sortDirection", + "groupByColumn", + "groupByValue", + "searchValue" + ], + "type": "object", + "properties": { + "pageSize": { + "type": "number" + }, + "startRowNumber": { + "type": "number" + }, + "sortColumn": { + "type": "string" + }, + "sortDirection": { + "type": "string" + }, + "groupByColumn": { + "type": "string" + }, + "groupByValue": { + "type": "string" + }, + "searchValue": { + "type": "string" + } + } + }, + "CirrusPolicyReportsGetPolicyRulesRowCountRequest": { + "required": [ + "groupByColumn", + "groupByValue", + "searchValue" + ], + "type": "object", + "properties": { + "groupByColumn": { + "type": "string" + }, + "groupByValue": { + "type": "string" + }, + "searchValue": { + "type": "string" + } + } + }, + "CirrusPolicyReportsGetComplianceDataTableRequest": { + "required": [ + "reportID", + "inlcudePolicies", + "limitationWhereClause" + ], + "type": "object", + "properties": { + "reportID": { + "type": "string" + }, + "inlcudePolicies": { + "type": "boolean" + }, + "limitationWhereClause": { + "type": "string" + } + } + }, + "CirrusPolicyReportsGetComplianceColumnsInJSONRequest": { + "required": [ + "reportID", + "limitationWhereClause" + ], + "type": "object", + "properties": { + "reportID": { + "type": "string" + }, + "limitationWhereClause": { + "type": "string" + } + } + }, + "CirrusPolicyReportsGetRowNumberRequest": { + "required": [ + "tableName", + "orderByColumn", + "orderByDirection", + "whereClause" + ], + "type": "object", + "properties": { + "tableName": { + "type": "string" + }, + "orderByColumn": { + "type": "string" + }, + "orderByDirection": { + "type": "string" + }, + "whereClause": { + "type": "string" + } + } + }, + "CirrusPolicyReportsGenerateRemediationScriptForNodesRequest": { + "required": [ + "nodeIds", + "reportId", + "policyId", + "ruleId", + "script" + ], + "type": "object", + "properties": { + "nodeIds": { + "type": "array", + "items": { + "format": "uuid", + "type": "string" + } + }, + "reportId": { + "format": "uuid", + "type": "string" + }, + "policyId": { + "format": "uuid", + "type": "string" + }, + "ruleId": { + "format": "uuid", + "type": "string" + }, + "script": { + "type": "string" + } + } + }, + "NCMEosBeginRefreshAllRequest": { + "type": "object" + }, + "NCMEosRefreshNowRequest": { + "required": [ + "nodeIds" + ], + "type": "object", + "properties": { + "nodeIds": { + "type": "array", + "items": { + "format": "uuid", + "type": "string" + } + } + } + }, + "NCMEosIsRefreshingAllRequest": { + "type": "object" + }, + "NCMEosInitScheduleRequest": { + "type": "object" + }, + "NCMFirmwareStorageValidateFirmwareStorageRequest": { + "required": [ + "path", + "networkShareUserName", + "networkSharePassword" + ], + "type": "object", + "properties": { + "path": { + "type": "string" + }, + "networkShareUserName": { + "type": "string" + }, + "networkSharePassword": { + "type": "string" + } + } + }, + "NCMFirmwareStorageDeleteFirmwareImagesRequest": { + "required": [ + "imageIds" + ], + "type": "object", + "properties": { + "imageIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "NCMFirmwareDefinitionsGetFirmwareDefinitionRequest": { + "required": [ + "id" + ], + "type": "object", + "properties": { + "id": { + "type": "number" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.FirmwareDefinition": { + "type": "object", + "properties": { + "ID": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "LastModified": { + "format": "date-time", + "type": "string" + }, + "Author": { + "type": "string" + }, + "Canned": { + "type": "boolean" + }, + "FirmwareImageID": { + "type": "number" + }, + "FirmwareImages": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.FirmwareImage" + } + }, + "UpgradeFirmwareImageCommand": { + "type": "string" + }, + "TransferProtocol": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.eCommandProtocol" + }, + "SaveConfigToNVRAM": { + "type": "boolean" + }, + "BackupRunningAndStartupConfigsBeforeUpgrade": { + "type": "boolean" + }, + "BackupRunningAndStartupConfigsAfterUpgrade": { + "type": "boolean" + }, + "UpdateBootVariable": { + "type": "boolean" + }, + "Reboot": { + "type": "boolean" + }, + "RebootRequired": { + "type": "boolean" + }, + "Unmanage": { + "type": "boolean" + }, + "VerifyUploadedImageIntegrity": { + "type": "boolean" + }, + "VerifyBackedUpImageIntegrity": { + "type": "boolean" + }, + "VerifyUpgrade": { + "type": "boolean" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.FirmwareImage": { + "type": "object", + "properties": { + "ImageType": { + "type": "string" + }, + "ImageId": { + "type": "number" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.eCommandProtocol": { + "enum": [ + "CommandProtocol_Telnet", + "CommandProtocol_SSH1", + "CommandProtocol_SNMP", + "CommandProtocol_SSH2", + "CommandProtocol_SSHAuto", + "CommandProtocol_TFTP", + "CommandProtocol_SCP" + ], + "type": "string" + }, + "NCMFirmwareDefinitionsAddFirmwareDefinitionRequest": { + "required": [ + "firmwareDefinition" + ], + "type": "object", + "properties": { + "firmwareDefinition": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.FirmwareDefinition" + } + } + }, + "NCMFirmwareDefinitionsUpdateFirmwareDefinitionRequest": { + "required": [ + "firmwareDefinition" + ], + "type": "object", + "properties": { + "firmwareDefinition": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.FirmwareDefinition" + } + } + }, + "NCMFirmwareDefinitionsDeleteFirmwareDefinitionsRequest": { + "required": [ + "ids" + ], + "type": "object", + "properties": { + "ids": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "NCMFirmwareOperationsPrepareFirmwareUpgradeRequest": { + "required": [ + "coreNodeIds", + "firmwareDefinitionId", + "firmwareOperationName", + "imagesToApply" + ], + "type": "object", + "properties": { + "coreNodeIds": { + "type": "array", + "items": { + "type": "number" + } + }, + "firmwareDefinitionId": { + "type": "number" + }, + "firmwareOperationName": { + "type": "string" + }, + "imagesToApply": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.FirmwareImage" + } + } + } + }, + "NCMFirmwareOperationsPrepareRollBackRequest": { + "required": [ + "operationId" + ], + "type": "object", + "properties": { + "operationId": { + "type": "number" + } + } + }, + "NCMFirmwareOperationsPrepareReExecuteFailedRequest": { + "required": [ + "operationId" + ], + "type": "object", + "properties": { + "operationId": { + "type": "number" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.UpgradeNodeOptions": { + "type": "object", + "properties": { + "CoreNodeId": { + "type": "number" + }, + "FirmwareOperationID": { + "type": "number" + }, + "UserID": { + "type": "string" + }, + "Definition": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.FirmwareDefinition" + }, + "BackupExistingImagePaths": { + "type": "array", + "items": { + "type": "string" + } + }, + "DeleteExistingImagePaths": { + "type": "array", + "items": { + "type": "string" + } + }, + "UploadImagePath": { + "type": "string" + }, + "BackupExisingFirmwareImage": { + "type": "boolean" + }, + "DeleteExisingFirmwareImage": { + "type": "boolean" + }, + "UpdateConfigRegister": { + "type": "boolean" + }, + "ExpandUpgradeOptions": { + "type": "boolean" + }, + "State": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.eNodeUpgradeOperStatus" + }, + "Order": { + "type": "number" + }, + "Confirmed": { + "type": "boolean" + }, + "BackupImages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Int32~" + } + }, + "RunningConfigIDBeforeUpgrade": { + "format": "uuid", + "type": "string" + }, + "StartupConfigIDBeforeUpgrade": { + "format": "uuid", + "type": "string" + }, + "RunningConfigIDAfterUpgrade": { + "format": "uuid", + "type": "string" + }, + "StartupConfigIDAfterUpgrade": { + "format": "uuid", + "type": "string" + }, + "IsRollBack": { + "type": "boolean" + }, + "IsReExecute": { + "type": "boolean" + }, + "RestoreConfigs": { + "type": "boolean" + }, + "StorageDevices": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.FlashDevice" + } + }, + "IsError": { + "type": "boolean" + }, + "IsComplete": { + "type": "boolean" + }, + "BootPathList": { + "type": "array", + "items": { + "type": "string" + } + }, + "TicketID": { + "format": "uuid", + "type": "string" + }, + "IsValidateLogin": { + "type": "boolean" + }, + "Caption": { + "type": "string" + }, + "IPAddress": { + "type": "string" + }, + "MachineType": { + "type": "string" + }, + "RebootStartTime": { + "format": "date-time", + "type": "string" + }, + "Script": { + "type": "string" + }, + "IsDeleteWarningDisplayed": { + "type": "boolean" + }, + "SyncTransferEvent": { + "$ref": "#/definitions/System.Threading.ManualResetEvent" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.eNodeUpgradeOperStatus": { + "enum": [ + "Unknown", + "CollectCurrentImageData", + "CollectConfigRegisterData", + "CollectFreeSpaceData", + "CollectOtherData", + "CompleteDataCollect", + "StartUpgrade", + "SaveConfigToNvRamBeforeUpgrade", + "BackupRunningConfigBeforeUpgrade", + "BackupStartupConfigBeforeUpgrade", + "RestoreRunningConfigBeforeUpgrade", + "RestoreStartupConfigBeforeUpgrade", + "BackupExisitngFirmwareImage", + "VerifyExistingFirmwareImage", + "DeleteExisitngFirmwareImage", + "UploadNewImage", + "VerifyNewImage", + "UpdateConfigRegister", + "UpdateBootVariable", + "Reboot", + "RestoreRunningConfigAfterUpgrade", + "RestoreStartupConfigAfterUpgrade", + "BackupRunningConfigAfterUpgrade", + "BackupStartupConfigAfterUpgrade", + "CompareConfigsAfterUpgrade", + "UpgradeComplete", + "CollectBootPathListData", + "VerifyUpgrade" + ], + "type": "string" + }, + "System.Collections.Generic.KeyValuePair~System.String_System.Int32~": { + "type": "object", + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "number" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.FlashDevice": { + "type": "object", + "properties": { + "Index": { + "type": "string" + }, + "DeviceName": { + "type": "string" + }, + "FreeSpaceInBytes": { + "type": "number" + }, + "DeviceFiles": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.FlashFile" + } + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.FlashFile": { + "type": "object", + "properties": { + "Index": { + "type": "string" + }, + "FileName": { + "type": "string" + }, + "SizeInBytes": { + "type": "number" + } + } + }, + "System.Threading.ManualResetEvent": { + "type": "object", + "properties": { + "Handle": { + "$ref": "#/definitions/System.IntPtr" + }, + "SafeWaitHandle": { + "$ref": "#/definitions/Microsoft.Win32.SafeHandles.SafeWaitHandle" + } + } + }, + "System.IntPtr": { + "type": "object", + "properties": { + "Size": { + "type": "number" + } + } + }, + "Microsoft.Win32.SafeHandles.SafeWaitHandle": { + "type": "object", + "properties": { + "IsInvalid": { + "type": "boolean" + }, + "IsClosed": { + "type": "boolean" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.EmailSettings": { + "type": "object", + "properties": { + "EmailResults": { + "type": "boolean" + }, + "EmailRecipient": { + "type": "string" + }, + "EmailCC": { + "type": "string" + }, + "EmailBCC": { + "type": "string" + }, + "EmailSubject": { + "type": "string" + }, + "EmailFrom": { + "type": "string" + }, + "EmailReplyAddress": { + "type": "string" + }, + "MessageBody": { + "type": "string" + }, + "IsHtmlMessage": { + "type": "boolean" + }, + "AttachmentFileName": { + "type": "string" + } + } + }, + "NCMFirmwareOperationsStartUpgradeRequest": { + "required": [ + "operationId", + "nodeOptions", + "runAt", + "emailSettings" + ], + "type": "object", + "properties": { + "operationId": { + "type": "number" + }, + "nodeOptions": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.UpgradeNodeOptions" + } + }, + "runAt": { + "format": "date-time", + "type": "string" + }, + "emailSettings": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.EmailSettings" + } + } + }, + "NCMFirmwareOperationsCancelUpgradeRequest": { + "required": [ + "operationIds" + ], + "type": "object", + "properties": { + "operationIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "NCMFirmwareOperationsGenerateScriptPreviewRequest": { + "required": [ + "nodeOptions" + ], + "type": "object", + "properties": { + "nodeOptions": { + "$ref": "#/definitions/SolarWinds.NCM.Contracts.InformationService.UpgradeNodeOptions" + } + } + }, + "CirrusReportsRunRequest": { + "required": [ + "reportId" + ], + "type": "object", + "properties": { + "reportId": { + "type": "string" + } + } + }, + "CirrusReportsRunPagableRequest": { + "required": [ + "reportId", + "startRowNumber", + "pageSize", + "searchCondition", + "searchColumnDbName", + "customOrderByColumn", + "customSortOrder", + "limitationWhereClause", + "NodeId" + ], + "type": "object", + "properties": { + "reportId": { + "type": "string" + }, + "startRowNumber": { + "type": "number" + }, + "pageSize": { + "type": "number" + }, + "searchCondition": { + "type": "string" + }, + "searchColumnDbName": { + "type": "string" + }, + "customOrderByColumn": { + "type": "string" + }, + "customSortOrder": { + "type": "string" + }, + "limitationWhereClause": { + "type": "string" + }, + "NodeId": { + "type": "string" + } + } + }, + "CirrusReportsGetRecordsCountRequest": { + "required": [ + "reportId", + "searchCondition", + "searchColumnDbName", + "limitationWhereClause", + "NodeId" + ], + "type": "object", + "properties": { + "reportId": { + "type": "string" + }, + "searchCondition": { + "type": "string" + }, + "searchColumnDbName": { + "type": "string" + }, + "limitationWhereClause": { + "type": "string" + }, + "NodeId": { + "type": "string" + } + } + }, + "CirrusReportsGetDiplayableColumnsRequest": { + "required": [ + "reportId", + "NodeId" + ], + "type": "object", + "properties": { + "reportId": { + "type": "string" + }, + "NodeId": { + "type": "string" + } + } + }, + "System.Collections.Generic.KeyValuePair~System.String_System.String~": { + "type": "object", + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + } + }, + "OrionGroupCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionGroupCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionGroupCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionGroupCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "OrionGroupCustomPropertiesValidateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + } + } + }, + "SolarWinds.Orion.Core.Common.Models.CustomPropertyValidationResult": { + "type": "object", + "properties": { + "Status": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Common.Models.CustomPropertyValidationStatus" + }, + "ErrorMessage": { + "type": "string" + } + } + }, + "SolarWinds.Orion.Core.Common.Models.CustomPropertyValidationStatus": { + "enum": [ + "Valid", + "IsSystem", + "IsReserved", + "Exists", + "Error" + ], + "type": "string" + }, + "OrionContainerMemberDefinitionGetMembersRequest": { + "required": [ + "definition" + ], + "type": "object", + "properties": { + "definition": { + "type": "string" + } + } + }, + "OrionContainerMemberDefinitionGetFirstNMembersRequest": { + "required": [ + "definition", + "topCountForEachDefinition" + ], + "type": "object", + "properties": { + "definition": { + "type": "string" + }, + "topCountForEachDefinition": { + "type": "number" + } + } + }, + "CortexManagementPublishEventRequest": { + "required": [ + "serializedMessage" + ], + "type": "object", + "properties": { + "serializedMessage": { + "type": "string" + } + } + }, + "CortexOrionCiscoAciApicCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "System.Collections.Generic.KeyValuePair~System.String_System.Object~": { + "type": "object", + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "$ref": "#/definitions/System.Object" + } + } + }, + "CortexOrionCiscoAciApicCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciApicCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciApicCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciApicCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionCiscoAciApicCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/definitions/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/definitions/System.TimeSpan" + } + } + }, + "CortexOrionCiscoAciApicCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionCiscoAciApicOrionCiscoAciAssignAciPollingRequest": { + "required": [ + "NodeId" + ], + "type": "object", + "properties": { + "NodeId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciApicOrionCiscoAciGetPollIntervalRequest": { + "required": [ + "NodeId" + ], + "type": "object", + "properties": { + "NodeId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciApicOrionCiscoAciIsAciPollingAssignedRequest": { + "required": [ + "NodeId" + ], + "type": "object", + "properties": { + "NodeId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciApicOrionCiscoAciSyncAciCredentialsWithOrionRequest": { + "required": [ + "NodeId" + ], + "type": "object", + "properties": { + "NodeId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciApicOrionCiscoAciTestAciCredentialsRequest": { + "required": [ + "HostOrIpAddress", + "UserName", + "Password", + "CertificateApproved" + ], + "type": "object", + "properties": { + "HostOrIpAddress": { + "type": "string" + }, + "UserName": { + "type": "string" + }, + "Password": { + "type": "string" + }, + "CertificateApproved": { + "type": "boolean" + } + } + }, + "CortexOrionCiscoAciApicOrionCiscoAciUnassignAciPollingRequest": { + "required": [ + "NodeId" + ], + "type": "object", + "properties": { + "NodeId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciApplicationProfileCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciApplicationProfileCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciApplicationProfileCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciApplicationProfileCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciApplicationProfileCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionCiscoAciApplicationProfileCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/definitions/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/definitions/System.TimeSpan" + } + } + }, + "CortexOrionCiscoAciApplicationProfileCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionCiscoAciEndpointGroupCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciEndpointGroupCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciEndpointGroupCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciEndpointGroupCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciEndpointGroupCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionCiscoAciEndpointGroupCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/definitions/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/definitions/System.TimeSpan" + } + } + }, + "CortexOrionCiscoAciEndpointGroupCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionCiscoAciFabricCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciFabricCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciFabricCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciFabricCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciFabricCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionCiscoAciFabricCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/definitions/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/definitions/System.TimeSpan" + } + } + }, + "CortexOrionCiscoAciFabricCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionCiscoAciPhysicalEntityCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciPhysicalEntityCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciPhysicalEntityCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciPhysicalEntityCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciPhysicalEntityCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionCiscoAciPhysicalEntityCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/definitions/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/definitions/System.TimeSpan" + } + } + }, + "CortexOrionCiscoAciPhysicalEntityCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionCiscoAciTenantCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciTenantCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciTenantCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciTenantCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciTenantCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionCiscoAciTenantCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/definitions/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/definitions/System.TimeSpan" + } + } + }, + "CortexOrionCiscoAciTenantCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionCmanContainerCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionCmanContainerCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/definitions/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/definitions/System.TimeSpan" + } + } + }, + "CortexOrionCmanContainerCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionCmanContainerAgentCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerAgentCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerAgentCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerAgentCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerAgentCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionCmanContainerAgentCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/definitions/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/definitions/System.TimeSpan" + } + } + }, + "CortexOrionCmanContainerAgentCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionCmanContainerEnvironmentVariableCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerEnvironmentVariableCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerEnvironmentVariableCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerEnvironmentVariableCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerEnvironmentVariableCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionCmanContainerEnvironmentVariableCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/definitions/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/definitions/System.TimeSpan" + } + } + }, + "CortexOrionCmanContainerEnvironmentVariableCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionCmanContainerHostCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerHostCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerHostCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerHostCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerHostCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionCmanContainerHostCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/definitions/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/definitions/System.TimeSpan" + } + } + }, + "CortexOrionCmanContainerHostCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionCmanContainerImageCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerImageCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerImageCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerImageCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerImageCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionCmanContainerImageCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/definitions/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/definitions/System.TimeSpan" + } + } + }, + "CortexOrionCmanContainerImageCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionMonitoringElementCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionMonitoringElementCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionMonitoringElementCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionMonitoringElementCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionMonitoringElementCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionMonitoringElementCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/definitions/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/definitions/System.TimeSpan" + } + } + }, + "CortexOrionMonitoringElementCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionInterfaceCoreAddToCortexRequest": { + "required": [ + "OrionId" + ], + "type": "object", + "properties": { + "OrionId": { + "type": "number" + } + } + }, + "CortexOrionInterfaceCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionInterfaceCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionInterfaceCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionInterfaceCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionInterfaceCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionInterfaceCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/definitions/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/definitions/System.TimeSpan" + } + } + }, + "CortexOrionInterfaceCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionNodeCoreAddToCortexRequest": { + "required": [ + "OrionId" + ], + "type": "object", + "properties": { + "OrionId": { + "type": "number" + } + } + }, + "CortexOrionNodeCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionNodeCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionNodeCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionNodeCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionNodeCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionNodeCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/definitions/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/definitions/System.TimeSpan" + } + } + }, + "CortexOrionNodeCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionPowerControlUnitCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionPowerControlUnitCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionPowerControlUnitCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionPowerControlUnitCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionPowerControlUnitCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionPowerControlUnitCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/definitions/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/definitions/System.TimeSpan" + } + } + }, + "CortexOrionPowerControlUnitCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionVirtualizationClusterCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationClusterCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationClusterCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationClusterCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationClusterCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionVirtualizationClusterCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/definitions/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/definitions/System.TimeSpan" + } + } + }, + "CortexOrionVirtualizationClusterCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionVirtualizationDataCenterCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationDataCenterCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationDataCenterCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationDataCenterCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationDataCenterCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionVirtualizationDataCenterCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/definitions/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/definitions/System.TimeSpan" + } + } + }, + "CortexOrionVirtualizationDataCenterCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionVirtualizationDatastoreCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationDatastoreCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationDatastoreCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationDatastoreCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationDatastoreCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionVirtualizationDatastoreCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/definitions/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/definitions/System.TimeSpan" + } + } + }, + "CortexOrionVirtualizationDatastoreCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionVirtualizationHostCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationHostCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationHostCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationHostCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationHostCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionVirtualizationHostCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/definitions/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/definitions/System.TimeSpan" + } + } + }, + "CortexOrionVirtualizationHostCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionVirtualizationHypervisorEntityCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationHypervisorEntityCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationHypervisorEntityCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationHypervisorEntityCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationHypervisorEntityCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionVirtualizationHypervisorEntityCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/definitions/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/definitions/System.TimeSpan" + } + } + }, + "CortexOrionVirtualizationHypervisorEntityCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionVirtualizationVCenterCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationVCenterCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationVCenterCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationVCenterCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationVCenterCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionVirtualizationVCenterCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/definitions/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/definitions/System.TimeSpan" + } + } + }, + "CortexOrionVirtualizationVCenterCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionVirtualizationVirtualMachineCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationVirtualMachineCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationVirtualMachineCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationVirtualMachineCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationVirtualMachineCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionVirtualizationVirtualMachineCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/definitions/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/definitions/System.TimeSpan" + } + } + }, + "CortexOrionVirtualizationVirtualMachineCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionVirtualizationVirtualMachineDiskCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationVirtualMachineDiskCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationVirtualMachineDiskCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationVirtualMachineDiskCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationVirtualMachineDiskCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionVirtualizationVirtualMachineDiskCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/definitions/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/definitions/System.TimeSpan" + } + } + }, + "CortexOrionVirtualizationVirtualMachineDiskCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionVirtualizationVSanCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationVSanCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationVSanCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationVSanCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationVSanCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionVirtualizationVSanCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/definitions/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/definitions/System.TimeSpan" + } + } + }, + "CortexOrionVirtualizationVSanCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionVolumeCoreAddToCortexRequest": { + "required": [ + "OrionId" + ], + "type": "object", + "properties": { + "OrionId": { + "type": "number" + } + } + }, + "CortexOrionVolumeCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionVolumeCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVolumeCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVolumeCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVolumeCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionVolumeCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/definitions/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/definitions/System.TimeSpan" + } + } + }, + "CortexOrionVolumeCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "OrionDPADpaServerRefreshSchemaRequest": { + "required": [ + "dpaServerId" + ], + "type": "object", + "properties": { + "dpaServerId": { + "type": "number" + } + } + }, + "OrionDPIProbesReloadProbeSettingsRequest": { + "required": [ + "probeId" + ], + "type": "object", + "properties": { + "probeId": { + "type": "number" + } + } + }, + "OrionDPIProbesReloadAppDefinitionsRequest": { + "required": [ + "probeId" + ], + "type": "object", + "properties": { + "probeId": { + "type": "number" + } + } + }, + "OrionDPIProbesGetProbeCapabilitiesRequest": { + "required": [ + "probeId" + ], + "type": "object", + "properties": { + "probeId": { + "type": "number" + } + } + }, + "SolarWinds.DPI.Common.Models.ProbeCapabilities": { + "type": "object", + "properties": { + "Hardware": { + "$ref": "#/definitions/SolarWinds.DPI.Common.Models.HardwareInfo" + }, + "Interfaces": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.DPI.Common.Models.InterfaceConfig" + } + } + } + }, + "SolarWinds.DPI.Common.Models.HardwareInfo": { + "type": "object", + "properties": { + "CpuCores": { + "type": "number" + }, + "PhysicalMemoryMb": { + "type": "number" + } + } + }, + "SolarWinds.DPI.Common.Models.InterfaceConfig": { + "type": "object", + "properties": { + "IpAddresses": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "OrionDPIProbesDeployLocalTrafficProbeRequest": { + "required": [ + "nodeId", + "machineUserName", + "machinePassword", + "probeName", + "probeDescription" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + }, + "machineUserName": { + "type": "string" + }, + "machinePassword": { + "type": "string" + }, + "probeName": { + "type": "string" + }, + "probeDescription": { + "type": "string" + } + } + }, + "SolarWinds.DPI.Common.Models.ProbeDeploymentResult": { + "type": "object", + "properties": { + "ProbeId": { + "type": "number" + }, + "DeploymentError": { + "type": "string" + } + } + }, + "OrionDPIProbesDeploySpanPortProbeRequest": { + "required": [ + "nodeId", + "machineUserName", + "machinePassword", + "probeName", + "probeDescription" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + }, + "machineUserName": { + "type": "string" + }, + "machinePassword": { + "type": "string" + }, + "probeName": { + "type": "string" + }, + "probeDescription": { + "type": "string" + } + } + }, + "OrionESIIncidentIntegrationSetIncidentIntegrationStateRequest": { + "required": [ + "enabled" + ], + "type": "object", + "properties": { + "enabled": { + "type": "boolean" + } + } + }, + "OrionF5SystemDeviceTestApiPollingRequest": { + "required": [ + "dnsName", + "ipAddress", + "port", + "useSsl", + "userName", + "password", + "reservedSslCertificateIdentity" + ], + "type": "object", + "properties": { + "dnsName": { + "type": "string" + }, + "ipAddress": { + "type": "string" + }, + "port": { + "type": "number" + }, + "useSsl": { + "type": "boolean" + }, + "userName": { + "type": "string" + }, + "password": { + "type": "string" + }, + "reservedSslCertificateIdentity": { + "type": "string" + }, + "engineId": { + "type": "number" + } + } + }, + "Solarwinds.F5.Common.Models.API.F5ApiTestConnectionResult": { + "type": "object", + "properties": { + "IsSuccessful": { + "type": "boolean" + }, + "Error": { + "$ref": "#/definitions/Solarwinds.F5.Common.Models.API.F5ApiError" + }, + "SslCertificateIdentity": { + "type": "string" + } + } + }, + "Solarwinds.F5.Common.Models.API.F5ApiError": { + "enum": [ + "Unknown", + "CertificateIsIncorrect", + "CredentialsAreIncorrect", + "ServerIsUnavailable", + "ApiIsUnavailable", + "IncorrectApiResponse", + "CredentialsAreMissing", + "ApiIgnoredRequest" + ], + "type": "string" + }, + "OrionF5SystemDeviceEnableApiPollingRequest": { + "required": [ + "nodeId", + "port", + "useSsl", + "userName", + "password" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + }, + "port": { + "type": "number" + }, + "useSsl": { + "type": "boolean" + }, + "userName": { + "type": "string" + }, + "password": { + "type": "string" + }, + "reservedSslCertificateIdentity": { + "type": "string" + } + } + }, + "OrionF5SystemDeviceDisableApiPollingRequest": { + "required": [ + "nodeId" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + } + } + }, + "OrionF5LTMServerLinkNodeRequest": { + "required": [ + "f5ServerId", + "nodeId" + ], + "type": "object", + "properties": { + "f5ServerId": { + "type": "number" + }, + "nodeId": { + "type": "number" + } + } + }, + "OrionF5LTMServerUnlinkNodeRequest": { + "required": [ + "f5ServerId" + ], + "type": "object", + "properties": { + "f5ServerId": { + "type": "number" + } + } + }, + "OrionHardwareHealthHardwareInfoBaseEnableHardwareHealthRequest": { + "required": [ + "netObject", + "pollingmethod" + ], + "type": "object", + "properties": { + "netObject": { + "type": "string" + }, + "pollingmethod": { + "type": "number" + } + } + }, + "OrionHardwareHealthHardwareInfoBaseDisableHardwareHealthRequest": { + "required": [ + "netObject" + ], + "type": "object", + "properties": { + "netObject": { + "type": "string" + } + } + }, + "OrionHardwareHealthHardwareInfoBaseDeleteHardwareHealthRequest": { + "required": [ + "netObject" + ], + "type": "object", + "properties": { + "netObject": { + "type": "string" + } + } + }, + "OrionHardwareHealthHardwareInfoBaseIsHardwareHealthEnabledRequest": { + "required": [ + "netObject" + ], + "type": "object", + "properties": { + "netObject": { + "type": "string" + } + } + }, + "System.Collections.Generic.IEnumerable~SolarWinds.HardwareHealth.Common.Models.HardwareHealth.HardwareHealthItemKey~": { + "type": "object" + }, + "OrionHardwareHealthHardwareItemBaseEnableSensorsRequest": { + "required": [ + "hardwareItems" + ], + "type": "object", + "properties": { + "hardwareItems": { + "$ref": "#/definitions/System.Collections.Generic.IEnumerable~SolarWinds.HardwareHealth.Common.Models.HardwareHealth.HardwareHealthItemKey~" + } + } + }, + "OrionHardwareHealthHardwareItemBaseDisableSensorsRequest": { + "required": [ + "hardwareItems" + ], + "type": "object", + "properties": { + "hardwareItems": { + "$ref": "#/definitions/System.Collections.Generic.IEnumerable~SolarWinds.HardwareHealth.Common.Models.HardwareHealth.HardwareHealthItemKey~" + } + } + }, + "OrionHardwareHealthHardwareItemThresholdSetThresholdRequest": { + "required": [ + "sensorId", + "warningThreshold", + "criticalThreshold" + ], + "type": "object", + "properties": { + "sensorId": { + "type": "number" + }, + "warningThreshold": { + "type": "string" + }, + "criticalThreshold": { + "type": "string" + } + } + }, + "OrionHardwareHealthHardwareItemThresholdClearThresholdsRequest": { + "required": [ + "sensorIds" + ], + "type": "object", + "properties": { + "sensorIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "OrionHAPoolsCreatePoolRequest": { + "required": [ + "displayName", + "poolMembersIds", + "properties" + ], + "type": "object", + "properties": { + "displayName": { + "description": "Name of a pool", + "type": "string" + }, + "poolMembersIds": { + "description": "Integer array of pool member IDs", + "type": "array", + "items": { + "type": "number" + } + }, + "properties": { + "description": "Additional properties containing resources configurations.", + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + }, + "SolarWinds.Orion.HighAvailability.Common.Model.OperationResult": { + "type": "object", + "properties": { + "IsError": { + "type": "boolean" + }, + "Code": { + "type": "number" + }, + "Message": { + "type": "string" + }, + "Result": { + "type": "string" + } + } + }, + "OrionHAPoolsEditPoolRequest": { + "required": [ + "poolId", + "displayName", + "properties" + ], + "type": "object", + "properties": { + "poolId": { + "description": "Pool ID", + "type": "number" + }, + "displayName": { + "description": "Name of a pool", + "type": "string" + }, + "properties": { + "description": "Additional properties containing resources configurations.", + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + }, + "OrionHAPoolsValidateCreatePoolRequest": { + "required": [ + "displayName", + "poolMembersIds", + "properties" + ], + "type": "object", + "properties": { + "displayName": { + "description": "Name of a pool", + "type": "string" + }, + "poolMembersIds": { + "description": "Integer array of pool member IDs", + "type": "array", + "items": { + "type": "number" + } + }, + "properties": { + "description": "Additional properties containing resources configurations.", + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + }, + "OrionHAPoolsValidateEditPoolRequest": { + "required": [ + "poolId", + "displayName", + "properties" + ], + "type": "object", + "properties": { + "poolId": { + "description": "Pool ID", + "type": "number" + }, + "displayName": { + "description": "Name of a pool", + "type": "string" + }, + "properties": { + "description": "Additional properties containing resources configurations.", + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + }, + "OrionHAPoolsEnablePoolRequest": { + "required": [ + "poolId" + ], + "type": "object", + "properties": { + "poolId": { + "description": "ID of pool", + "type": "number" + } + } + }, + "OrionHAPoolsDisablePoolRequest": { + "required": [ + "poolId" + ], + "type": "object", + "properties": { + "poolId": { + "description": "ID of pool", + "type": "number" + } + } + }, + "OrionHAPoolsDeletePoolRequest": { + "required": [ + "poolId" + ], + "type": "object", + "properties": { + "poolId": { + "description": "ID of pool", + "type": "number" + } + } + }, + "OrionHAPoolsSwitchoverRequest": { + "required": [ + "poolId" + ], + "type": "object", + "properties": { + "poolId": { + "description": "ID of pool", + "type": "number" + } + } + }, + "OrionHAPoolsDeleteStaleEngineRequest": { + "required": [ + "hostName" + ], + "type": "object", + "properties": { + "hostName": { + "description": "hostName", + "type": "string" + } + } + }, + "OrionNPMInterfacesSetPowerLevelRequest": { + "required": [ + "interfaceId", + "powerLevel" + ], + "type": "object", + "properties": { + "interfaceId": { + "type": "number" + }, + "powerLevel": { + "type": "number" + } + } + }, + "OrionNPMInterfacesUnmanageRequest": { + "required": [ + "netObjectId", + "unmanageTime", + "remanageTime", + "isRelative" + ], + "type": "object", + "properties": { + "netObjectId": { + "type": "string" + }, + "unmanageTime": { + "format": "date-time", + "type": "string" + }, + "remanageTime": { + "format": "date-time", + "type": "string" + }, + "isRelative": { + "type": "boolean" + } + } + }, + "OrionNPMInterfacesRemanageRequest": { + "required": [ + "netObjectId" + ], + "type": "object", + "properties": { + "netObjectId": { + "type": "string" + } + } + }, + "OrionNPMInterfacesDiscoverInterfacesOnNodeRequest": { + "required": [ + "nodeId" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + } + } + }, + "SolarWinds.NPM.Common.Models.Discovery.InterfaceDiscovery.LiteDiscoveryResult": { + "type": "object", + "properties": { + "DiscoveredInterfaces": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.NPM.Common.Models.Discovery.InterfaceDiscovery.DiscoveredLiteInterface" + } + }, + "Result": { + "$ref": "#/definitions/SolarWinds.NPM.Common.Models.Discovery.InterfaceDiscovery.LiteDiscoveryResultCode" + } + } + }, + "SolarWinds.NPM.Common.Models.Discovery.InterfaceDiscovery.DiscoveredLiteInterface": { + "type": "object", + "properties": { + "ifIndex": { + "type": "number" + }, + "Caption": { + "type": "string" + }, + "ifType": { + "type": "number" + }, + "ifSubType": { + "type": "number" + }, + "InterfaceID": { + "type": "number" + }, + "Manageable": { + "type": "boolean" + }, + "ifSpeed": { + "type": "number" + }, + "ifAdminStatus": { + "type": "number" + }, + "ifOperStatus": { + "type": "number" + } + } + }, + "SolarWinds.NPM.Common.Models.Discovery.InterfaceDiscovery.LiteDiscoveryResultCode": { + "enum": [ + "Succeed", + "InvalidNode", + "GenericError" + ], + "type": "string" + }, + "SolarWinds.NPM.Common.Models.Discovery.InterfaceDiscovery.AddPollers": { + "enum": [ + "AddDefaultPollers", + "AddNoPollers" + ], + "type": "string" + }, + "OrionNPMInterfacesAddInterfacesOnNodeRequest": { + "required": [ + "nodeId", + "interfacesToAdd", + "pollers" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + }, + "interfacesToAdd": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.NPM.Common.Models.Discovery.InterfaceDiscovery.DiscoveredLiteInterface" + } + }, + "pollers": { + "$ref": "#/definitions/SolarWinds.NPM.Common.Models.Discovery.InterfaceDiscovery.AddPollers" + } + } + }, + "SolarWinds.Data.Providers.Interfaces.v3.Verbs.Interfaces-InterfacesDiscoveryPluginContext": { + "type": "object", + "properties": { + "UseDefaults": { + "type": "boolean" + }, + "AutoImportStatus": { + "type": "array", + "items": { + "type": "string" + } + }, + "AutoImportVlanPortTypes": { + "type": "array", + "items": { + "type": "string" + } + }, + "AutoImportVirtualTypes": { + "type": "array", + "items": { + "type": "string" + } + }, + "AutoImportExpressionFilter": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.Data.Providers.Interfaces.v3.Verbs.Interfaces-Expression" + } + } + } + }, + "SolarWinds.Data.Providers.Interfaces.v3.Verbs.Interfaces-Expression": { + "type": "object", + "properties": { + "Prop": { + "type": "string" + }, + "Op": { + "type": "string" + }, + "Val": { + "type": "string" + } + } + }, + "OrionNPMInterfacesCreateInterfacesPluginConfigurationRequest": { + "required": [ + "context" + ], + "type": "object", + "properties": { + "context": { + "$ref": "#/definitions/SolarWinds.Data.Providers.Interfaces.v3.Verbs.Interfaces-InterfacesDiscoveryPluginContext" + } + } + }, + "OrionNPMInterfacesCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionNPMInterfacesCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionNPMInterfacesCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionNPMInterfacesCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "IPAMSubnetManagementChangeIpStatusRequest": { + "required": [ + "ipAddress", + "status" + ], + "type": "object", + "properties": { + "ipAddress": { + "type": "string" + }, + "status": { + "type": "string" + } + } + }, + "IPAMSubnetManagementChangeIpStatusForGroupRequest": { + "required": [ + "ipAddress", + "status", + "hierarchyGroup" + ], + "type": "object", + "properties": { + "ipAddress": { + "type": "string" + }, + "status": { + "type": "string" + }, + "hierarchyGroup": { + "type": "string" + } + } + }, + "IPAMSubnetManagementGetFirstAvailableIpRequest": { + "required": [ + "subnetAddress", + "subnetCidr" + ], + "type": "object", + "properties": { + "subnetAddress": { + "type": "string" + }, + "subnetCidr": { + "type": "string" + } + } + }, + "IPAMSubnetManagementGetFirstAvailableIpForGroupRequest": { + "required": [ + "subnetAddress", + "subnetCidr", + "hierarchyGroup" + ], + "type": "object", + "properties": { + "subnetAddress": { + "type": "string" + }, + "subnetCidr": { + "type": "string" + }, + "hierarchyGroup": { + "type": "string" + } + } + }, + "IPAMSubnetManagementStartIpReservationRequest": { + "required": [ + "subnetAddress", + "subnetCidr" + ], + "type": "object", + "properties": { + "subnetAddress": { + "type": "string" + }, + "subnetCidr": { + "type": "string" + }, + "reservationTimeInMinutes": { + "type": "number" + } + } + }, + "IPAMSubnetManagementStartIpReservationForGroupRequest": { + "required": [ + "subnetAddress", + "subnetCidr", + "hierarchyGroup" + ], + "type": "object", + "properties": { + "subnetAddress": { + "type": "string" + }, + "subnetCidr": { + "type": "string" + }, + "hierarchyGroup": { + "type": "string" + }, + "reservationTimeInMinutes": { + "type": "number" + } + } + }, + "IPAMSubnetManagementCancelIpReservationRequest": { + "required": [ + "reservedIpAddress" + ], + "type": "object", + "properties": { + "reservedIpAddress": { + "type": "string" + } + } + }, + "IPAMSubnetManagementCancelIpReservationForGroupRequest": { + "required": [ + "reservedIpAddress", + "hierarchyGroup" + ], + "type": "object", + "properties": { + "reservedIpAddress": { + "type": "string" + }, + "hierarchyGroup": { + "type": "string" + } + } + }, + "IPAMSubnetManagementFinishIpReservationRequest": { + "required": [ + "ipAddress", + "finalIpStatus" + ], + "type": "object", + "properties": { + "ipAddress": { + "type": "string" + }, + "finalIpStatus": { + "type": "string" + } + } + }, + "IPAMSubnetManagementFinishIpReservationForGroupRequest": { + "required": [ + "ipAddress", + "finalIpStatus", + "hierarchyGroup" + ], + "type": "object", + "properties": { + "ipAddress": { + "type": "string" + }, + "finalIpStatus": { + "type": "string" + }, + "hierarchyGroup": { + "type": "string" + } + } + }, + "IPAMSubnetManagementCreateSubnetRequest": { + "required": [ + "subnetAddress", + "rawCidr" + ], + "type": "object", + "properties": { + "subnetAddress": { + "type": "string" + }, + "rawCidr": { + "type": "string" + } + } + }, + "IPAMSubnetManagementCreateSubnetForGroupRequest": { + "required": [ + "subnetAddress", + "rawCidr", + "hierarchyGroup" + ], + "type": "object", + "properties": { + "subnetAddress": { + "type": "string" + }, + "rawCidr": { + "type": "string" + }, + "hierarchyGroup": { + "type": "string" + } + } + }, + "IPAMSubnetManagementCreateIPv6SubnetRequest": { + "required": [ + "prefix", + "prefixName", + "isNewPrefix", + "subnetAddress", + "rawCidr" + ], + "type": "object", + "properties": { + "prefix": { + "type": "string" + }, + "prefixName": { + "type": "string" + }, + "isNewPrefix": { + "type": "boolean" + }, + "subnetAddress": { + "type": "string" + }, + "rawCidr": { + "type": "string" + } + } + }, + "IPAMSubnetManagementCreateIPv6SubnetForGroupRequest": { + "required": [ + "prefix", + "prefixName", + "isNewPrefix", + "subnetAddress", + "rawCidr", + "hierarchyGroup" + ], + "type": "object", + "properties": { + "prefix": { + "type": "string" + }, + "prefixName": { + "type": "string" + }, + "isNewPrefix": { + "type": "boolean" + }, + "subnetAddress": { + "type": "string" + }, + "rawCidr": { + "type": "string" + }, + "hierarchyGroup": { + "type": "string" + } + } + }, + "IPAMSubnetManagementChangeDisableAutoScanningRequest": { + "required": [ + "groupId", + "disableAutoScanning" + ], + "type": "object", + "properties": { + "groupId": { + "type": "number" + }, + "disableAutoScanning": { + "type": "boolean" + } + } + }, + "IPAMDhcpDnsManagementCreateIpReservationRequest": { + "required": [ + "ipAddressToReserve", + "dhcpServerIpAddress", + "reservationName", + "reservationMAC" + ], + "type": "object", + "properties": { + "ipAddressToReserve": { + "type": "string" + }, + "dhcpServerIpAddress": { + "type": "string" + }, + "reservationName": { + "type": "string" + }, + "reservationMAC": { + "type": "string" + }, + "reservationType": { + "type": "string" + } + } + }, + "IPAMDhcpDnsManagementRemoveIpReservationRequest": { + "required": [ + "ipRemoveReservation", + "dhcpServerIpAddress" + ], + "type": "object", + "properties": { + "ipRemoveReservation": { + "type": "string" + }, + "dhcpServerIpAddress": { + "type": "string" + } + } + }, + "IPAMDhcpDnsManagementGetAandPTRrecordsForDnsZoneRequest": { + "required": [ + "zoneName", + "dnsServerIp" + ], + "type": "object", + "properties": { + "zoneName": { + "type": "string" + }, + "dnsServerIp": { + "type": "string" + } + } + }, + "SolarWinds.IPAM.Contract.APtrRecordsPair": { + "type": "object", + "properties": { + "ARecordName": { + "type": "string" + }, + "ARecordData": { + "type": "string" + }, + "PtrRecordName": { + "type": "string" + }, + "PtrRecordData": { + "type": "string" + } + } + }, + "IPAMIPAddressManagementAddDnsARecordRequest": { + "required": [ + "recordName", + "nodeIPv4Address", + "dnsIpAddress", + "dnsZoneName" + ], + "type": "object", + "properties": { + "recordName": { + "type": "string" + }, + "nodeIPv4Address": { + "type": "string" + }, + "dnsIpAddress": { + "type": "string" + }, + "dnsZoneName": { + "type": "string" + } + } + }, + "IPAMIPAddressManagementChangeDnsARecordRequest": { + "required": [ + "recordName", + "nodeIPv4Address", + "dnsIpAddress", + "dnsZoneName", + "nodeIPv4AddressNew" + ], + "type": "object", + "properties": { + "recordName": { + "type": "string" + }, + "nodeIPv4Address": { + "type": "string" + }, + "dnsIpAddress": { + "type": "string" + }, + "dnsZoneName": { + "type": "string" + }, + "nodeIPv4AddressNew": { + "type": "string" + } + } + }, + "IPAMIPAddressManagementRemoveDnsARecordRequest": { + "required": [ + "recordName", + "nodeIPv4Address", + "dnsIpAddress", + "dnsZoneName" + ], + "type": "object", + "properties": { + "recordName": { + "type": "string" + }, + "nodeIPv4Address": { + "type": "string" + }, + "dnsIpAddress": { + "type": "string" + }, + "dnsZoneName": { + "type": "string" + } + } + }, + "IPAMIPAddressManagementAddDnsAaaaRecordRequest": { + "required": [ + "recordName", + "nodeIPv6Address", + "dnsIpAddress", + "dnsZoneName" + ], + "type": "object", + "properties": { + "recordName": { + "type": "string" + }, + "nodeIPv6Address": { + "type": "string" + }, + "dnsIpAddress": { + "type": "string" + }, + "dnsZoneName": { + "type": "string" + } + } + }, + "IPAMIPAddressManagementChangeDnsAaaaRecordRequest": { + "required": [ + "recordName", + "nodeIpV6Address", + "dnsIpAddress", + "dnsZoneName", + "newNodeIpV6Address" + ], + "type": "object", + "properties": { + "recordName": { + "type": "string" + }, + "nodeIpV6Address": { + "type": "string" + }, + "dnsIpAddress": { + "type": "string" + }, + "dnsZoneName": { + "type": "string" + }, + "newNodeIpV6Address": { + "type": "string" + } + } + }, + "IPAMIPAddressManagementRemoveDnsAaaaRecordRequest": { + "required": [ + "recordName", + "nodeIpV6Address", + "dnsIpAddress", + "dnsZoneName" + ], + "type": "object", + "properties": { + "recordName": { + "type": "string" + }, + "nodeIpV6Address": { + "type": "string" + }, + "dnsIpAddress": { + "type": "string" + }, + "dnsZoneName": { + "type": "string" + } + } + }, + "IPAMIPAddressManagementAddDnsARecordWithPtrRequest": { + "required": [ + "recordName", + "nodeIPv4Address", + "dnsIpAddress", + "dnsZoneName" + ], + "type": "object", + "properties": { + "recordName": { + "type": "string" + }, + "nodeIPv4Address": { + "type": "string" + }, + "dnsIpAddress": { + "type": "string" + }, + "dnsZoneName": { + "type": "string" + } + } + }, + "IPAMIPAddressManagementAddPtrToDnsARecordRequest": { + "required": [ + "recordName", + "nodeIPv4Address", + "dnsIpAddress", + "dnsZoneName" + ], + "type": "object", + "properties": { + "recordName": { + "type": "string" + }, + "nodeIPv4Address": { + "type": "string" + }, + "dnsIpAddress": { + "type": "string" + }, + "dnsZoneName": { + "type": "string" + } + } + }, + "IPAMIPAddressManagementAddPtrRecordRequest": { + "required": [ + "recordName", + "recordData", + "dnsIpAddress", + "dnsZoneName" + ], + "type": "object", + "properties": { + "recordName": { + "type": "string" + }, + "recordData": { + "type": "string" + }, + "dnsIpAddress": { + "type": "string" + }, + "dnsZoneName": { + "type": "string" + } + } + }, + "IPAMIPAddressManagementRemovePtrRecordRequest": { + "required": [ + "recordName", + "dnsIpAddress", + "dnsZoneName" + ], + "type": "object", + "properties": { + "recordName": { + "type": "string" + }, + "dnsIpAddress": { + "type": "string" + }, + "dnsZoneName": { + "type": "string" + }, + "isRetryingDnsZoneSearch": { + "type": "boolean" + } + } + }, + "IPAMAttrDefineAddCustomPropertyRequest": { + "required": [ + "propertyName", + "description", + "maxStringLength" + ], + "type": "object", + "properties": { + "propertyName": { + "type": "string" + }, + "description": { + "type": "string" + }, + "maxStringLength": { + "type": "number" + }, + "attributeType": { + "type": "string" + }, + "linkTitle": { + "type": "string" + }, + "addToIpAddress": { + "type": "boolean" + }, + "addToGroups": { + "type": "boolean" + } + } + }, + "IPAMAttrDefineUpdateCustomPropertyRequest": { + "required": [ + "propertyName", + "description", + "maxStringLength", + "linkTitle", + "addToIpAddress", + "addToGroups" + ], + "type": "object", + "properties": { + "propertyName": { + "type": "string" + }, + "description": { + "type": "string" + }, + "maxStringLength": { + "type": "number" + }, + "linkTitle": { + "type": "string" + }, + "addToIpAddress": { + "type": "boolean" + }, + "addToGroups": { + "type": "boolean" + } + } + }, + "IPAMAttrDefineDeleteCustomPropertyRequest": { + "required": [ + "propertyName" + ], + "type": "object", + "properties": { + "propertyName": { + "type": "string" + } + } + }, + "IPAMGroupsCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "IPAMGroupsCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "IPAMGroupsCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "IPAMGroupsCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "IPAMNodesCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "IPAMNodesCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "IPAMNodesCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "IPAMNodesCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "OrionLicensingLicensesActivateOnlineRequest": { + "required": [ + "LicenseKey", + "LicenseVersion", + "ProductName", + "FirstName", + "LastName", + "Email", + "Phone" + ], + "type": "object", + "properties": { + "LicenseKey": { + "type": "string" + }, + "LicenseVersion": { + "type": "number" + }, + "ProductName": { + "type": "string" + }, + "FirstName": { + "type": "string" + }, + "LastName": { + "type": "string" + }, + "Email": { + "type": "string" + }, + "Phone": { + "type": "string" + } + } + }, + "OrionLicensingLicensesActivateOfflineRequest": { + "required": [ + "LicenseToActivate" + ], + "type": "object", + "properties": { + "LicenseToActivate": { + "type": "string" + } + } + }, + "OrionLicensingLicensesDeactivateRequest": { + "required": [ + "LicenseKey", + "LicenseVersion", + "ProductName", + "ProvideReceipt" + ], + "type": "object", + "properties": { + "LicenseKey": { + "type": "string" + }, + "LicenseVersion": { + "type": "number" + }, + "ProductName": { + "type": "string" + }, + "ProvideReceipt": { + "type": "boolean" + } + } + }, + "OrionLicensingLicensesReAssignExactlyToRequest": { + "required": [ + "LicenseKey", + "LicenseVersion", + "ProductName", + "ServersOrPools" + ], + "type": "object", + "properties": { + "LicenseKey": { + "type": "string" + }, + "LicenseVersion": { + "type": "number" + }, + "ProductName": { + "type": "string" + }, + "ServersOrPools": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "OrionLicensingLicensesUnAssignFromAllServersRequest": { + "required": [ + "LicenseKey", + "LicenseVersion", + "ProductName" + ], + "type": "object", + "properties": { + "LicenseKey": { + "type": "string" + }, + "LicenseVersion": { + "type": "number" + }, + "ProductName": { + "type": "string" + } + } + }, + "OrionLicensingLicensesFindValidAssignmentsRequest": { + "required": [ + "LicenseKey", + "LicenseVersion", + "ProductName" + ], + "type": "object", + "properties": { + "LicenseKey": { + "type": "string" + }, + "LicenseVersion": { + "type": "number" + }, + "ProductName": { + "type": "string" + } + } + }, + "OrionLicensingLicensesGetEvaluationStateRequest": { + "required": [ + "ProductName", + "LicenseVersion" + ], + "type": "object", + "properties": { + "ProductName": { + "type": "string" + }, + "LicenseVersion": { + "type": "number" + } + } + }, + "OrionLicensingLicensesGetAvailableAssignmentsRequest": { + "required": [ + "LicenseVersion", + "ProductName" + ], + "type": "object", + "properties": { + "LicenseVersion": { + "type": "number" + }, + "ProductName": { + "type": "string" + } + } + }, + "OrionNetflowSourceSetManualSamplingRateRequest": { + "required": [ + "nodeId", + "samplingRate" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + }, + "samplingRate": { + "type": "number" + } + } + }, + "OrionNetflowSourceSetAutoDetectedSamplingRateRequest": { + "required": [ + "nodeId" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + } + } + }, + "OrionOLMLogEntryUidMaxForDateRequest": { + "required": [ + "dateTime" + ], + "type": "object", + "properties": { + "dateTime": { + "format": "date-time", + "type": "string" + } + } + }, + "OrionOLMLogEntryUidMinForDateRequest": { + "required": [ + "dateTime" + ], + "type": "object", + "properties": { + "dateTime": { + "format": "date-time", + "type": "string" + } + } + }, + "OrionOLMLogEntryUidExtractDateRequest": { + "required": [ + "uniqueId" + ], + "type": "object", + "properties": { + "uniqueId": { + "type": "number" + } + } + }, + "OrionAlertActiveAcknowledgeRequest": { + "required": [ + "alertObjectIds", + "notes" + ], + "type": "object", + "properties": { + "alertObjectIds": { + "type": "array", + "items": { + "type": "number" + } + }, + "notes": { + "type": "string" + } + } + }, + "OrionAlertActiveUnacknowledgeRequest": { + "required": [ + "alertObjectIds" + ], + "type": "object", + "properties": { + "alertObjectIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "OrionAlertActiveClearAlertRequest": { + "required": [ + "alertObjectIds" + ], + "type": "object", + "properties": { + "alertObjectIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "OrionAlertActiveAppendNoteRequest": { + "required": [ + "alertObjectIds", + "note" + ], + "type": "object", + "properties": { + "alertObjectIds": { + "type": "array", + "items": { + "type": "number" + } + }, + "note": { + "type": "string" + } + } + }, + "OrionAlertsMigrateAllBasicAlertsRequest": { + "type": "object" + }, + "SolarWinds.Orion.Core.Models.Alerting.AlertMigrationResult": { + "type": "object", + "properties": { + "OldAlertDefinitionIdGuid": { + "type": "string" + }, + "OldAlertName": { + "type": "string" + }, + "NewAlertId": { + "type": "number" + }, + "ResultCode": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Models.Alerting.AlertMigrationCode" + }, + "Messages": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Models.Alerting.AlertMigrationMessage" + } + }, + "EnabledBeforeMigration": { + "type": "boolean" + }, + "MigrationId": { + "type": "string" + }, + "Canned": { + "type": "boolean" + }, + "ObjectType": { + "type": "string" + } + } + }, + "SolarWinds.Orion.Core.Models.Alerting.AlertMigrationCode": { + "enum": [ + "Error", + "Warning", + "Skipped", + "OK", + "BadTriggerCondition" + ], + "type": "string" + }, + "SolarWinds.Orion.Core.Models.Alerting.AlertMigrationMessage": { + "type": "object", + "properties": { + "MsgDateTimeKindFieldConstWarning": { + "type": "string" + }, + "MsgDateTimeKindFieldFieldWarning": { + "type": "string" + }, + "MsgBasicAlertMovedToPrimaryEngine": { + "type": "string" + }, + "MsgC1QConditionMigratedAsSQL": { + "type": "string" + }, + "MsgMigrationFailed": { + "type": "string" + }, + "MsgBadTriggerCondition": { + "type": "string" + }, + "MsgMigrationSkipped": { + "type": "string" + }, + "MsgTimeOfDayMigrationError": { + "type": "string" + }, + "MsgActionMigrationError": { + "type": "string" + }, + "MsgBasicActionMigrationError": { + "type": "string" + }, + "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": { + "type": "string" + }, + "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": { + "type": "string" + }, + "MsgMigrationNotSupported": { + "type": "string" + }, + "MsgNcmActionMigrationNotSupported": { + "type": "string" + }, + "MsgActiveAlertsMigrationWarning": { + "type": "string" + }, + "MsgFailGetUris": { + "type": "string" + }, + "MsgUnableToEnableMigratedAlertWarning": { + "type": "string" + }, + "MsgUnableToDisableOldAlertWarning": { + "type": "string" + }, + "MsgAlertNotSavedCompletely": { + "type": "string" + }, + "Messsage": { + "type": "string" + }, + "Severity": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Models.Alerting.AlertMigrationCode" + } + } + }, + "OrionAlertsMigrateBasicAlertRequest": { + "required": [ + "alertId" + ], + "type": "object", + "properties": { + "alertId": { + "description": "Id of Alert created in Basic Alerts Manager i.e. AlertID property of Orion.Alerts entity.", + "type": "number" + } + } + }, + "SolarWinds.Data.Providers.Orion.Verbs.AlertInfo": { + "type": "object", + "properties": { + "DefinitionId": { + "type": "string" + }, + "ObjectType": { + "type": "string" + }, + "ObjectId": { + "type": "string" + }, + "Notes": { + "type": "string" + } + } + }, + "OrionAlertStatusAcknowledgeRequest": { + "required": [ + "alertInfos" + ], + "type": "object", + "properties": { + "alertInfos": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.Data.Providers.Orion.Verbs.AlertInfo" + } + } + } + }, + "OrionAlertStatusAcknowledgeAlertRequest": { + "required": [ + "alertDefinitionId", + "activeObject", + "objectType", + "accountId", + "note", + "method" + ], + "type": "object", + "properties": { + "alertDefinitionId": { + "type": "string" + }, + "activeObject": { + "type": "string" + }, + "objectType": { + "type": "string" + }, + "accountId": { + "type": "string" + }, + "note": { + "type": "string" + }, + "method": { + "type": "string" + } + } + }, + "OrionAlertStatusAddNoteRequest": { + "required": [ + "alertDefinitionId", + "activeObject", + "objectType", + "note" + ], + "type": "object", + "properties": { + "alertDefinitionId": { + "type": "string" + }, + "activeObject": { + "type": "string" + }, + "objectType": { + "type": "string" + }, + "note": { + "type": "string" + } + } + }, + "OrionAlertConfigurationsMigrateAllAdvancedAlertsRequest": { + "type": "object" + }, + "OrionAlertConfigurationsMigrateAdvancedAlertRequest": { + "required": [ + "definitionIdGuid" + ], + "type": "object", + "properties": { + "definitionIdGuid": { + "type": "string" + } + } + }, + "OrionAlertConfigurationsMigrateAdvancedAlertFromXMLRequest": { + "required": [ + "xmlOldAlertDefinition" + ], + "type": "object", + "properties": { + "xmlOldAlertDefinition": { + "type": "string" + } + } + }, + "OrionAlertConfigurationsImportRequest": { + "required": [ + "alertXml" + ], + "type": "object", + "properties": { + "alertXml": { + "type": "string" + } + } + }, + "SolarWinds.Orion.Core.Common.Alerting.AlertImportResult": { + "type": "object", + "properties": { + "AlertId": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "MigrationMessage": { + "type": "string" + } + } + }, + "OrionAlertConfigurationsExportRequest": { + "required": [ + "alertId" + ], + "type": "object", + "properties": { + "alertId": { + "type": "number" + } + } + }, + "OrionAlertConfigurationsCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionAlertConfigurationsCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionAlertConfigurationsCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionAlertConfigurationsCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "OrionAlertConfigurationsCustomPropertiesValidateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + } + } + }, + "OrionAlertDefinitionsRevertMigratedAlertRequest": { + "required": [ + "alertRefId", + "enableInOldAlerting" + ], + "type": "object", + "properties": { + "alertRefId": { + "format": "uuid", + "type": "string" + }, + "enableInOldAlerting": { + "type": "boolean" + } + } + }, + "OrionActionsDeleteActionsByAssignmentsRequest": { + "required": [ + "parentID", + "environmentType" + ], + "type": "object", + "properties": { + "parentID": { + "type": "number" + }, + "environmentType": { + "type": "string" + } + } + }, + "OrionActionsDeleteActionsByAssignmentsAndCategoryRequest": { + "required": [ + "parentID", + "environmentType", + "categoryType" + ], + "type": "object", + "properties": { + "parentID": { + "type": "number" + }, + "environmentType": { + "type": "string" + }, + "categoryType": { + "type": "string" + } + } + }, + "SolarWinds.Orion.Core.Models.Actions.ActionDefinition": { + "type": "object", + "properties": { + "ID": { + "type": "number" + }, + "ActionTypeID": { + "type": "string" + }, + "Title": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Enabled": { + "type": "boolean" + }, + "Order": { + "type": "number" + }, + "IconPath": { + "type": "string" + }, + "IsShared": { + "type": "boolean" + }, + "Properties": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Models.Actions.ActionProperty" + } + }, + "TimePeriods": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Models.Schedules.TimePeriodSchedule" + } + }, + "TransitiveID": { + "type": "number" + } + } + }, + "SolarWinds.Orion.Core.Models.Actions.ActionProperty": { + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "PropertyValue": { + "type": "string" + }, + "IsShared": { + "type": "boolean" + } + } + }, + "SolarWinds.Orion.Core.Models.Schedules.TimePeriodSchedule": { + "type": "object", + "properties": { + "CronExpressionTimeZoneInfo": { + "$ref": "#/definitions/System.TimeZoneInfo" + }, + "FrequencyId": { + "type": "number" + }, + "StartTime": { + "format": "date-time", + "type": "string" + }, + "EndTime": { + "format": "date-time", + "type": "string" + }, + "CronExpression": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "Duration": { + "$ref": "#/definitions/System.TimeSpan" + }, + "EnabledDuringTimePeriod": { + "type": "boolean" + }, + "CronExpressionTimeZoneInfoId": { + "type": "string" + } + } + }, + "System.TimeZoneInfo": { + "type": "object", + "properties": { + "Id": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "StandardName": { + "type": "string" + }, + "DaylightName": { + "type": "string" + }, + "BaseUtcOffset": { + "$ref": "#/definitions/System.TimeSpan" + }, + "SupportsDaylightSavingTime": { + "type": "boolean" + }, + "Local": { + "$ref": "#/definitions/System.TimeZoneInfo" + }, + "Utc": { + "$ref": "#/definitions/System.TimeZoneInfo" + } + } + }, + "OrionActionsSaveActionsForAssignmentsRequest": { + "required": [ + "parentID", + "environmentType", + "categoryType", + "actions" + ], + "type": "object", + "properties": { + "parentID": { + "type": "number" + }, + "environmentType": { + "type": "string" + }, + "categoryType": { + "type": "string" + }, + "actions": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Models.Actions.ActionDefinition" + } + } + } + }, + "OrionActionsUpdateActionRequest": { + "required": [ + "action" + ], + "type": "object", + "properties": { + "action": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Models.Actions.ActionDefinition" + } + } + }, + "OrionActionsUpdateActionsPropertiesRequest": { + "required": [ + "properties", + "actionsIds" + ], + "type": "object", + "properties": { + "properties": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Models.Actions.ActionProperty" + } + }, + "actionsIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "System.Collections.Generic.KeyValuePair~System.Nullable~System.Int32~_System.String~": { + "type": "object", + "properties": { + "Key": { + "type": "number" + }, + "Value": { + "type": "string" + } + } + }, + "OrionActionsUpdateActionsDescriptionsRequest": { + "required": [ + "actionsDescriptions" + ], + "type": "object", + "properties": { + "actionsDescriptions": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.Nullable~System.Int32~_System.String~" + } + } + } + }, + "OrionActionsUpdateActionsFrequenciesRequest": { + "required": [ + "timePeriods", + "actionsIds" + ], + "type": "object", + "properties": { + "timePeriods": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Models.Schedules.TimePeriodSchedule" + } + }, + "actionsIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "SolarWinds.Orion.Core.Models.Actions.Contexts.AlertingActionContext": { + "type": "object", + "properties": { + "ExecutionMode": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Models.Actions.ActionExecutionModeType" + }, + "EnviromentType": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Models.Actions.ActionEnviromentType" + }, + "EntityType": { + "type": "string" + }, + "EntityUri": { + "type": "string" + }, + "EntityUris": { + "type": "array", + "items": { + "type": "string" + } + }, + "IsGlobalAlert": { + "type": "boolean" + }, + "AlertContext": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Models.Actions.Contexts.AlertContext" + }, + "AlertActiveId": { + "type": "number" + }, + "AlertObjectId": { + "type": "number" + }, + "NetObjectData": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Common.Alerting.NetObjectData" + }, + "ObjectDataExists": { + "type": "boolean" + }, + "MacroContext": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Models.MacroParsing.MacroContext" + } + } + }, + "SolarWinds.Orion.Core.Models.Actions.ActionExecutionModeType": { + "enum": [ + "Trigger", + "Reset", + "Test" + ], + "type": "string" + }, + "SolarWinds.Orion.Core.Models.Actions.ActionEnviromentType": { + "enum": [ + "Alerting", + "Reporting", + "WorldMap", + "Federation" + ], + "type": "string" + }, + "SolarWinds.Orion.Core.Models.Actions.Contexts.AlertContext": { + "type": "object", + "properties": { + "AlertName": { + "type": "string" + }, + "CreatedBy": { + "type": "string" + } + } + }, + "SolarWinds.Orion.Core.Common.Alerting.NetObjectData": { + "type": "object", + "properties": { + "ActiveObject": { + "type": "string" + }, + "CompositeId": { + "type": "string" + }, + "ObjectType": { + "type": "string" + }, + "ObjectName": { + "type": "string" + }, + "NodeID": { + "type": "number" + }, + "NodeName": { + "type": "string" + }, + "ActiveObjectPrefix": { + "type": "string" + }, + "NetObjectId": { + "type": "string" + } + } + }, + "SolarWinds.Orion.Core.Models.MacroParsing.MacroContext": { + "type": "object", + "properties": { + "Contexts": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Models.MacroParsing.ContextBase" + } + }, + "AvaibleDefinitions": { + "$ref": "#/definitions/System.Collections.Generic.IEnumerable~SolarWinds.Orion.Core.Models.MacroParsing.MacroDefinition~" + } + } + }, + "SolarWinds.Orion.Core.Models.MacroParsing.ContextBase": { + "type": "object" + }, + "System.Collections.Generic.IEnumerable~SolarWinds.Orion.Core.Models.MacroParsing.MacroDefinition~": { + "type": "object" + }, + "OrionActionsTestAlertingActionRequest": { + "required": [ + "action", + "context" + ], + "type": "object", + "properties": { + "action": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Models.Actions.ActionDefinition" + }, + "context": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Models.Actions.Contexts.AlertingActionContext" + } + } + }, + "SolarWinds.Orion.Core.Models.Actions.ActionResult": { + "type": "object", + "properties": { + "Status": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Models.Actions.ActionStatus" + }, + "ErrorMessage": { + "type": "string" + }, + "ActionTitle": { + "type": "string" + } + } + }, + "SolarWinds.Orion.Core.Models.Actions.ActionStatus": { + "enum": [ + "Unknown", + "Success", + "Failed", + "Canceled" + ], + "type": "string" + }, + "SolarWinds.Orion.Core.Models.Actions.Contexts.ReportingActionContext": { + "type": "object", + "properties": { + "UrlsGroupedByLeftPart": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Collections.Generic.List~System.String~~" + } + }, + "AccountID": { + "type": "string" + }, + "WebsiteID": { + "type": "number" + }, + "EnviromentType": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Models.Actions.ActionEnviromentType" + }, + "MacroContext": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Models.MacroParsing.MacroContext" + } + } + }, + "System.Collections.Generic.KeyValuePair~System.String_System.Collections.Generic.List~System.String~~": { + "type": "object", + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "OrionActionsTestReportingActionRequest": { + "required": [ + "action", + "context" + ], + "type": "object", + "properties": { + "action": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Models.Actions.ActionDefinition" + }, + "context": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Models.Actions.Contexts.ReportingActionContext" + } + } + }, + "OrionAlertSuppressionSuppressAlertsRequest": { + "required": [ + "entityUris" + ], + "type": "object", + "properties": { + "entityUris": { + "type": "array", + "items": { + "type": "string" + } + }, + "suppressFrom": { + "format": "date-time", + "type": "string" + }, + "suppressUntil": { + "format": "date-time", + "type": "string" + } + } + }, + "OrionAlertSuppressionResumeAlertsRequest": { + "required": [ + "entityUris" + ], + "type": "object", + "properties": { + "entityUris": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "OrionAlertSuppressionGetAlertSuppressionStateRequest": { + "required": [ + "entityUris" + ], + "type": "object", + "properties": { + "entityUris": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "SolarWinds.Orion.Core.Common.Models.Alerts.EntityAlertSuppressionState": { + "type": "object", + "properties": { + "EntityUri": { + "type": "string" + }, + "SuppressedParentUri": { + "type": "string" + }, + "SuppressionMode": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Common.Models.Alerts.EntityAlertSuppressionMode" + }, + "SuppressedFrom": { + "format": "date-time", + "type": "string" + }, + "SuppressedUntil": { + "format": "date-time", + "type": "string" + } + } + }, + "SolarWinds.Orion.Core.Common.Models.Alerts.EntityAlertSuppressionMode": { + "enum": [ + "NotSuppressed", + "SuppressedByItself", + "SuppressedByParent", + "SuppressionScheduledForItself", + "SuppressionScheduledForParent" + ], + "type": "string" + }, + "OrionDependenciesRemoveDependenciesRequest": { + "required": [ + "ids" + ], + "type": "object", + "properties": { + "ids": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "OrionDeletedAutoDependenciesRemoveIgnoredAutoDependenciesRequest": { + "required": [ + "ids" + ], + "type": "object", + "properties": { + "ids": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "OrionEventsAcknowledgeRequest": { + "required": [ + "eventIDs" + ], + "type": "object", + "properties": { + "eventIDs": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "OrionMapStudioFilesInsertFileRequest": { + "required": [ + "path", + "imageFile", + "owner", + "fileType", + "timeStamp" + ], + "type": "object", + "properties": { + "path": { + "type": "string" + }, + "imageFile": { + "type": "array", + "items": { + "type": "number" + } + }, + "owner": { + "type": "string" + }, + "fileType": { + "type": "number" + }, + "timeStamp": { + "format": "date-time", + "type": "string" + } + } + }, + "OrionMapStudioFilesUpdateFileRequest": { + "required": [ + "fileId", + "path", + "imageFile", + "updater", + "timeStamp", + "computerName" + ], + "type": "object", + "properties": { + "fileId": { + "type": "string" + }, + "path": { + "type": "string" + }, + "imageFile": { + "type": "array", + "items": { + "type": "number" + } + }, + "updater": { + "type": "string" + }, + "timeStamp": { + "format": "date-time", + "type": "string" + }, + "computerName": { + "type": "string" + } + } + }, + "OrionMapStudioFilesLockFileRequest": { + "required": [ + "fileId", + "user", + "lockDate", + "computerName", + "locked" + ], + "type": "object", + "properties": { + "fileId": { + "type": "string" + }, + "user": { + "type": "string" + }, + "lockDate": { + "format": "date-time", + "type": "string" + }, + "computerName": { + "type": "string" + }, + "locked": { + "type": "boolean" + } + } + }, + "OrionMapStudioFilesLockFileTableRequest": { + "required": [ + "fileId", + "user", + "lockDate", + "computerName", + "locked" + ], + "type": "object", + "properties": { + "fileId": { + "type": "string" + }, + "user": { + "type": "string" + }, + "lockDate": { + "format": "date-time", + "type": "string" + }, + "computerName": { + "type": "string" + }, + "locked": { + "type": "boolean" + } + } + }, + "OrionMapStudioFilesUnlockAllFilesRequest": { + "required": [ + "user", + "computerName" + ], + "type": "object", + "properties": { + "user": { + "type": "string" + }, + "computerName": { + "type": "string" + } + } + }, + "OrionMapStudioFilesDeleteFileRequest": { + "required": [ + "fileId", + "user", + "computerName" + ], + "type": "object", + "properties": { + "fileId": { + "type": "string" + }, + "user": { + "type": "string" + }, + "computerName": { + "type": "string" + } + } + }, + "OrionMapStudioFilesGetMapStyleRequest": { + "required": [ + "FileId" + ], + "type": "object", + "properties": { + "FileId": { + "type": "string" + } + } + }, + "OrionNetworkAtlasGetNAVersionRequest": { + "type": "object" + }, + "OrionNodesUnmanageRequest": { + "required": [ + "netObjectId", + "unmanageTime", + "remanageTime", + "isRelative" + ], + "type": "object", + "properties": { + "netObjectId": { + "type": "string" + }, + "unmanageTime": { + "format": "date-time", + "type": "string" + }, + "remanageTime": { + "format": "date-time", + "type": "string" + }, + "isRelative": { + "type": "boolean" + } + } + }, + "OrionNodesRemanageRequest": { + "required": [ + "netObjectId" + ], + "type": "object", + "properties": { + "netObjectId": { + "type": "string" + } + } + }, + "OrionNodesPollNowRequest": { + "required": [ + "netObjectId" + ], + "type": "object", + "properties": { + "netObjectId": { + "type": "string" + } + } + }, + "OrionNodesGetCountOfElementsPerEngineForLicensingRequest": { + "type": "object" + }, + "SolarWinds.Orion.Core.Models.Licensing.CountOfElementsResult": { + "type": "object", + "properties": { + "ValidationKey": { + "type": "string" + }, + "CountOfElements": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Models.Licensing.CountOfElementsItem" + } + } + } + }, + "SolarWinds.Orion.Core.Models.Licensing.CountOfElementsItem": { + "type": "object", + "properties": { + "EngineId": { + "type": "number" + }, + "Count": { + "type": "number" + } + } + }, + "OrionNodesCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionNodesCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionNodesCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionNodesCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "OrionNodesCustomPropertiesValidateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + } + } + }, + "OrionResourcesCheckResourceMigrationRequest": { + "type": "object" + }, + "OrionResourcesMigrateClassicToModernResourcesRequest": { + "type": "object" + }, + "OrionResourcesMigrateModernToClassicResourcesRequest": { + "type": "object" + }, + "OrionResourcesGetModernResourceNameRequest": { + "required": [ + "classicChartName" + ], + "type": "object", + "properties": { + "classicChartName": { + "type": "string" + } + } + }, + "OrionVolumesCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionVolumesCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionVolumesCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionVolumesCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "OrionVolumesCustomPropertiesValidateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + } + } + }, + "OrionEnvironmentCanInstallRequest": { + "required": [ + "productId", + "productVersion", + "family", + "serverRole" + ], + "type": "object", + "properties": { + "productId": { + "type": "string" + }, + "productVersion": { + "type": "string" + }, + "family": { + "type": "string" + }, + "serverRole": { + "type": "string" + } + } + }, + "OrionEnvironmentAuthorizeWindowsAccountForDatabaseRequest": { + "required": [ + "account" + ], + "type": "object", + "properties": { + "account": { + "description": "User name to be added to Orion DB logins otherwise local machine will be added, if it is in domain", + "type": "string" + } + } + }, + "OrionEnvironmentGetConnectionStringRequest": { + "type": "object" + }, + "OrionEnvironmentGetSqlServerIpAddressesRequest": { + "type": "object" + }, + "OrionEnvironmentGetDatabaseAccessCredentialRequest": { + "type": "object" + }, + "SolarWinds.Orion.Core.Common.Models.DatabaseAccessCredential": { + "type": "object", + "properties": { + "Login": { + "type": "string" + }, + "EncryptedPassword": { + "type": "string" + }, + "CredentialType": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Common.Models.DatabaseAccessCredentialType" + } + } + }, + "SolarWinds.Orion.Core.Common.Models.DatabaseAccessCredentialType": { + "enum": [ + "WindowsAccount", + "SqlServerAccount" + ], + "type": "string" + }, + "OrionEnvironmentGetOrionServerCertificateRequest": { + "type": "object" + }, + "SolarWinds.Orion.Core.Common.Models.ReportSchedule": { + "type": "object", + "properties": { + "CronExpressionTimeZoneInfo": { + "$ref": "#/definitions/System.TimeZoneInfo" + }, + "FrequencyId": { + "type": "number" + }, + "StartTime": { + "format": "date-time", + "type": "string" + }, + "EndTime": { + "format": "date-time", + "type": "string" + }, + "CronExpression": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "CronExpressionTimeZoneInfoId": { + "type": "string" + } + } + }, + "OrionFrequenciesSaveReportFrequenciesRequest": { + "required": [ + "frequencies" + ], + "type": "object", + "properties": { + "frequencies": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Common.Models.ReportSchedule" + } + } + } + }, + "OrionFrequenciesSaveTimePeriodFrequenciesRequest": { + "required": [ + "frequencies" + ], + "type": "object", + "properties": { + "frequencies": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.Orion.Core.Models.Schedules.TimePeriodSchedule" + } + } + } + }, + "OrionFrequenciesDeleteFrequenciesRequest": { + "required": [ + "frequencyIds" + ], + "type": "object", + "properties": { + "frequencyIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "OrionTechnologyPollingAssignmentsEnableAssignmentsRequest": { + "required": [ + "technologyPollingID" + ], + "type": "object", + "properties": { + "technologyPollingID": { + "type": "string" + } + } + }, + "OrionTechnologyPollingAssignmentsDisableAssignmentsRequest": { + "required": [ + "technologyPollingID" + ], + "type": "object", + "properties": { + "technologyPollingID": { + "type": "string" + } + } + }, + "OrionTechnologyPollingAssignmentsEnableAssignmentsOnNetObjectsRequest": { + "required": [ + "technologyPollingID", + "netObjectIDs" + ], + "type": "object", + "properties": { + "technologyPollingID": { + "type": "string" + }, + "netObjectIDs": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "OrionTechnologyPollingAssignmentsDisableAssignmentsOnNetObjectsRequest": { + "required": [ + "technologyPollingID", + "netObjectIDs" + ], + "type": "object", + "properties": { + "technologyPollingID": { + "type": "string" + }, + "netObjectIDs": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "OrionNotificationItemGroupedAcknowledgeAllRequest": { + "required": [ + "userName", + "createdBefore" + ], + "type": "object", + "properties": { + "userName": { + "type": "string" + }, + "createdBefore": { + "format": "date-time", + "type": "string" + } + } + }, + "OrionNotificationItemGroupedAcknowledgeByIdRequest": { + "required": [ + "notificationId", + "userName", + "acknowledgeTime" + ], + "type": "object", + "properties": { + "notificationId": { + "format": "uuid", + "type": "string" + }, + "userName": { + "type": "string" + }, + "acknowledgeTime": { + "format": "date-time", + "type": "string" + } + } + }, + "OrionNotificationItemGroupedUnAcknowledgeByIdRequest": { + "required": [ + "notificationId" + ], + "type": "object", + "properties": { + "notificationId": { + "format": "uuid", + "type": "string" + } + } + }, + "OrionNotificationItemGroupedAcknowledgeByTypeRequest": { + "required": [ + "typeId", + "includeIgnored", + "userName", + "acknowledgeTime" + ], + "type": "object", + "properties": { + "typeId": { + "format": "uuid", + "type": "string" + }, + "includeIgnored": { + "type": "boolean" + }, + "userName": { + "type": "string" + }, + "acknowledgeTime": { + "format": "date-time", + "type": "string" + } + } + }, + "OrionNotificationItemGroupedUnAcknowledgeByTypeRequest": { + "required": [ + "typeId", + "includeIgnored" + ], + "type": "object", + "properties": { + "typeId": { + "format": "uuid", + "type": "string" + }, + "includeIgnored": { + "type": "boolean" + } + } + }, + "OrionWebMenuClearCacheRequest": { + "type": "object" + }, + "OrionRemotingRemoteExecutionPackageExecuteRequest": { + "required": [ + "nodeId", + "package", + "arguments" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + }, + "package": { + "type": "string" + }, + "arguments": { + "type": "string" + } + } + }, + "OrionSCMServerConfigurationPollNowRequest": { + "required": [ + "nodeIds" + ], + "type": "object", + "properties": { + "nodeIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "OrionSCMBaselineSetBaselineRequest": { + "required": [ + "nodeId", + "timestamp" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + }, + "timestamp": { + "format": "date-time", + "type": "string" + } + } + }, + "OrionSEUMRecordingsLoadRequest": { + "required": [ + "recordingId" + ], + "type": "object", + "properties": { + "recordingId": { + "type": "number" + } + } + }, + "SolarWinds.SEUM.Common.Models.Recording": { + "type": "object", + "properties": { + "RecordingId": { + "type": "number" + }, + "Guid": { + "format": "uuid", + "type": "string" + }, + "Name": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "CreationDate": { + "format": "date-time", + "type": "string" + }, + "CreationBrowser": { + "type": "string" + }, + "CreationOSVersion": { + "type": "string" + }, + "LastUpdate": { + "format": "date-time", + "type": "string" + }, + "RelatedEntitiesContainerId": { + "type": "number" + }, + "RequiresInteractiveSession": { + "type": "boolean" + }, + "EncryptedData": { + "type": "string" + }, + "Steps": { + "$ref": "#/definitions/System.Collections.Generic.IEnumerable~SolarWinds.SEUM.Common.Models.RecordingStep~" + }, + "ActiveStep": { + "$ref": "#/definitions/SolarWinds.SEUM.Common.Models.RecordingStep" + }, + "IsEncrypted": { + "type": "boolean" + }, + "IsNewRecording": { + "type": "boolean" + }, + "IsDirty": { + "type": "boolean" + }, + "IsEmpty": { + "type": "boolean" + }, + "ContainsRawActions": { + "type": "boolean" + }, + "CanUndo": { + "type": "boolean" + }, + "CanRedo": { + "type": "boolean" + }, + "IsConditionalMode": { + "type": "boolean" + }, + "Properties": { + "$ref": "#/definitions/System.Collections.Generic.IEnumerable~SolarWinds.SEUM.Common.Models.RecordingProperty~" + } + } + }, + "System.Collections.Generic.IEnumerable~SolarWinds.SEUM.Common.Models.RecordingStep~": { + "type": "object" + }, + "SolarWinds.SEUM.Common.Models.RecordingStep": { + "type": "object", + "properties": { + "RecordingId": { + "type": "number" + }, + "StepId": { + "type": "number" + }, + "Guid": { + "format": "uuid", + "type": "string" + }, + "Name": { + "type": "string" + }, + "Url": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ControlActionId": { + "format": "uuid", + "type": "string" + }, + "Order": { + "type": "number" + }, + "WarningThreshold": { + "$ref": "#/definitions/System.TimeSpan" + }, + "CriticalThreshold": { + "$ref": "#/definitions/System.TimeSpan" + }, + "PlaybackCommands": { + "type": "string" + }, + "NextStep": { + "$ref": "#/definitions/SolarWinds.SEUM.Common.Models.RecordingStep" + }, + "PreviousStep": { + "$ref": "#/definitions/SolarWinds.SEUM.Common.Models.RecordingStep" + }, + "Actions": { + "$ref": "#/definitions/System.Collections.Generic.IEnumerable~SolarWinds.SEUM.Common.Actions.ActionBase~" + }, + "Recording": { + "$ref": "#/definitions/SolarWinds.SEUM.Common.Models.Recording" + }, + "ActiveAction": { + "$ref": "#/definitions/SolarWinds.SEUM.Common.Actions.ActionBase" + }, + "IsFirstStep": { + "type": "boolean" + }, + "IsLastStep": { + "type": "boolean" + }, + "IsConditionalStep": { + "type": "boolean" + }, + "IsNewStep": { + "type": "boolean" + }, + "IsEmpty": { + "type": "boolean" + } + } + }, + "System.Collections.Generic.IEnumerable~SolarWinds.SEUM.Common.Actions.ActionBase~": { + "type": "object" + }, + "SolarWinds.SEUM.Common.Actions.ActionBase": { + "type": "object", + "properties": { + "Guid": { + "format": "uuid", + "type": "string" + }, + "Step": { + "$ref": "#/definitions/SolarWinds.SEUM.Common.Models.RecordingStep" + }, + "NextAction": { + "$ref": "#/definitions/SolarWinds.SEUM.Common.Actions.ActionBase" + }, + "IsLookForwardExecution": { + "type": "boolean" + }, + "ActionType": { + "$ref": "#/definitions/SolarWinds.SEUM.Common.Actions.ActionType" + }, + "IgnoreFailure": { + "type": "boolean" + }, + "BrowserIndex": { + "type": "number" + }, + "Description": { + "type": "string" + }, + "UserDescription": { + "type": "string" + }, + "IsEditable": { + "$ref": "#/definitions/SolarWinds.SEUM.Common.Actions.EditableTypes" + } + } + }, + "SolarWinds.SEUM.Common.Actions.ActionType": { + "enum": [ + "Dummy", + "Navigate", + "Click", + "DoubleClick", + "MouseDown", + "MouseUp", + "MouseOver", + "TextWrite", + "TextDelete", + "KeyPress", + "Checkbox", + "SelectList", + "HandleDialog", + "VerifyContent", + "Authenticate", + "FileDownload", + "CloseWindow", + "FileUpload", + "RawMouseClick", + "RawMouseDoubleClick", + "RawMouseMove", + "RawKeyPress", + "ImageMatch", + "ImageClick", + "Delay", + "ClientCertificate", + "RawScroll" + ], + "type": "string" + }, + "SolarWinds.SEUM.Common.Actions.EditableTypes": { + "enum": [ + "None", + "Recorder", + "Web", + "RecorderAndWeb" + ], + "type": "string" + }, + "System.Collections.Generic.IEnumerable~SolarWinds.SEUM.Common.Models.RecordingProperty~": { + "type": "object" + }, + "OrionSEUMRecordingsExistsRequest": { + "required": [ + "recordingGuid" + ], + "type": "object", + "properties": { + "recordingGuid": { + "format": "uuid", + "type": "string" + } + } + }, + "OrionSEUMRecordingsSaveRequest": { + "required": [ + "recording" + ], + "type": "object", + "properties": { + "recording": { + "$ref": "#/definitions/SolarWinds.SEUM.Common.Models.Recording" + } + } + }, + "OrionSEUMRecordingCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSEUMRecordingCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSEUMRecordingCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSEUMRecordingCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "OrionSEUMTransactionsUnmanageRequest": { + "required": [ + "netObjetId", + "unmanageTime", + "remanageTime", + "isRelative" + ], + "type": "object", + "properties": { + "netObjetId": { + "type": "string" + }, + "unmanageTime": { + "format": "date-time", + "type": "string" + }, + "remanageTime": { + "format": "date-time", + "type": "string" + }, + "isRelative": { + "type": "boolean" + } + } + }, + "OrionSEUMTransactionsRemanageRequest": { + "required": [ + "netObjetId" + ], + "type": "object", + "properties": { + "netObjetId": { + "type": "string" + } + } + }, + "OrionSEUMTransactionCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSEUMTransactionCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSEUMTransactionCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSEUMTransactionCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "OrionSEUMSettingsGetRecorderCompatibilityRequest": { + "type": "object" + }, + "SolarWinds.SEUM.Common.Models.RecorderCompatibility": { + "type": "object", + "properties": { + "ApiVersion": { + "type": "number" + }, + "LatestVersion": { + "$ref": "#/definitions/System.Version" + } + } + }, + "System.Version": { + "type": "object", + "properties": { + "Major": { + "type": "number" + }, + "Minor": { + "type": "number" + }, + "Build": { + "type": "number" + }, + "Revision": { + "type": "number" + }, + "MajorRevision": { + "type": "number" + }, + "MinorRevision": { + "type": "number" + } + } + }, + "OrionSEUMSettingsGetRecorderInstallerRequest": { + "type": "object" + }, + "System.IO.MemoryStream": { + "type": "object", + "properties": { + "CanRead": { + "type": "boolean" + }, + "CanSeek": { + "type": "boolean" + }, + "CanWrite": { + "type": "boolean" + }, + "Capacity": { + "type": "number" + }, + "Length": { + "type": "number" + }, + "Position": { + "type": "number" + }, + "CanTimeout": { + "type": "boolean" + }, + "ReadTimeout": { + "type": "number" + }, + "WriteTimeout": { + "type": "number" + } + } + }, + "OrionSRMSTMIntegrationRefreshLicenseRequest": { + "type": "object" + }, + "OrionSRMSTMIntegrationUpdateLicenseRequest": { + "type": "object" + }, + "OrionSRMSTMIntegrationRemoveSTMIntegrationRequest": { + "type": "object" + }, + "OrionSRMStorageArraysGetLicensedArraysRequest": { + "type": "object" + }, + "OrionSRMStorageArraysAddSmisCredentialsRequest": { + "required": [ + "displayName", + "userName", + "password", + "interopNamespace", + "arrayNamespace" + ], + "type": "object", + "properties": { + "displayName": { + "type": "string" + }, + "userName": { + "type": "string" + }, + "password": { + "type": "string" + }, + "interopNamespace": { + "type": "string" + }, + "arrayNamespace": { + "type": "string" + }, + "httpPort": { + "type": "number" + }, + "httpsPort": { + "type": "number" + }, + "useSsl": { + "type": "boolean" + } + } + }, + "OrionSRMStorageArraysAddExternalProviderRequest": { + "required": [ + "ipAddress", + "credentialsId" + ], + "type": "object", + "properties": { + "ipAddress": { + "type": "string" + }, + "credentialsId": { + "type": "number" + } + } + }, + "OrionSRMStorageArraysAddAllArraysRequest": { + "required": [ + "deviceGroupId", + "providersIds" + ], + "type": "object", + "properties": { + "deviceGroupId": { + "format": "uuid", + "type": "string" + }, + "providersIds": { + "type": "array", + "items": { + "type": "number" + } + }, + "engineIp": { + "type": "string" + } + } + }, + "OrionSRMPhysicalDisksGetCountOfElementsPerEngineForLicensingRequest": { + "type": "object" + }, + "OrionSRMVServersCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMVServersCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMVServersCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMVServersCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "OrionSRMVServersCustomPropertiesValidateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + } + } + }, + "OrionSRMLUNCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMLUNCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMLUNCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMLUNCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "OrionSRMLUNCustomPropertiesValidateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + } + } + }, + "OrionSRMVolumeCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMVolumeCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMVolumeCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMVolumeCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "OrionSRMVolumeCustomPropertiesValidateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + } + } + }, + "OrionSRMFileShareCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMFileShareCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMFileShareCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMFileShareCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "OrionSRMFileShareCustomPropertiesValidateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + } + } + }, + "OrionSRMStorageArrayCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMStorageArrayCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMStorageArrayCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMStorageArrayCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "OrionSRMStorageArrayCustomPropertiesValidateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + } + } + }, + "OrionSRMProviderCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMProviderCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMProviderCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMProviderCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "OrionSRMProviderCustomPropertiesValidateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + } + } + }, + "OrionSRMPoolCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMPoolCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMPoolCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMPoolCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "OrionSRMPoolCustomPropertiesValidateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + } + } + }, + "OrionSSOValidateUserTokenRequest": { + "required": [ + "token", + "expiration" + ], + "type": "object", + "properties": { + "token": { + "type": "string" + }, + "expiration": { + "$ref": "#/definitions/System.TimeSpan" + } + } + }, + "OrionSysLogAcknowledgeRequest": { + "required": [ + "messageIDs" + ], + "type": "object", + "properties": { + "messageIDs": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "OrionUDTPortAdministrativeShutdownRequest": { + "required": [ + "nodeID", + "portIds" + ], + "type": "object", + "properties": { + "nodeID": { + "type": "number" + }, + "portIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "OrionUDTPortAdministrativeEnableRequest": { + "required": [ + "nodeID", + "portIds" + ], + "type": "object", + "properties": { + "nodeID": { + "type": "number" + }, + "portIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "OrionCloudInstancesUnmanageRequest": { + "required": [ + "virtualMachineId" + ], + "type": "object", + "properties": { + "virtualMachineId": { + "type": "number" + } + } + }, + "SolarWinds.VIM.CloudMonitoring.Common.Models.ManagementActionResult": { + "type": "object", + "properties": { + "Success": { + "type": "boolean" + }, + "ErrorMessage": { + "type": "string" + }, + "CurrentState": { + "$ref": "#/definitions/SolarWinds.VIM.CloudMonitoring.Common.Models.Instances.CloudInstanceState" + }, + "PreviousState": { + "$ref": "#/definitions/SolarWinds.VIM.CloudMonitoring.Common.Models.Instances.CloudInstanceState" + }, + "InstanceId": { + "type": "string" + } + } + }, + "SolarWinds.VIM.CloudMonitoring.Common.Models.Instances.CloudInstanceState": { + "enum": [ + "Pending", + "Running", + "ShuttingDown", + "Terminated", + "Stopping", + "Stopped", + "Unknown" + ], + "type": "string" + }, + "OrionCloudInstancesRemanageRequest": { + "required": [ + "virtualMachineId" + ], + "type": "object", + "properties": { + "virtualMachineId": { + "type": "number" + } + } + }, + "OrionCloudInstancesPollNowRequest": { + "required": [ + "virtualMachineId" + ], + "type": "object", + "properties": { + "virtualMachineId": { + "type": "number" + } + } + }, + "OrionCloudInstancesStartInstanceRequest": { + "required": [ + "virtualMachineId" + ], + "type": "object", + "properties": { + "virtualMachineId": { + "type": "number" + } + } + }, + "OrionCloudInstancesStopInstanceRequest": { + "required": [ + "virtualMachineId" + ], + "type": "object", + "properties": { + "virtualMachineId": { + "type": "number" + } + } + }, + "OrionCloudInstancesRebootInstanceRequest": { + "required": [ + "virtualMachineId" + ], + "type": "object", + "properties": { + "virtualMachineId": { + "type": "number" + } + } + }, + "OrionCloudInstancesDeleteInstanceRequest": { + "required": [ + "virtualMachineId" + ], + "type": "object", + "properties": { + "virtualMachineId": { + "type": "number" + } + } + }, + "OrionCloudInstancesDeleteInstanceWithNodeRequest": { + "required": [ + "virtualMachineId" + ], + "type": "object", + "properties": { + "virtualMachineId": { + "type": "number" + } + } + }, + "OrionCloudAwsInstancesForceStopInstanceRequest": { + "required": [ + "virtualMachineId" + ], + "type": "object", + "properties": { + "virtualMachineId": { + "type": "number" + } + } + }, + "OrionCloudAwsInstancesTerminateInstanceRequest": { + "required": [ + "virtualMachineId" + ], + "type": "object", + "properties": { + "virtualMachineId": { + "type": "number" + } + } + }, + "OrionCloudAwsInstancesTerminateInstanceAndRemoveNodeRequest": { + "required": [ + "virtualMachineId" + ], + "type": "object", + "properties": { + "virtualMachineId": { + "type": "number" + } + } + }, + "OrionVIMClustersCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionVIMClustersCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionVIMClustersCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionVIMClustersCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "OrionVIMVirtualMachinesCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionVIMVirtualMachinesCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionVIMVirtualMachinesCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionVIMVirtualMachinesCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "OrionVIMHostsCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionVIMHostsCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionVIMHostsCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionVIMHostsCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "OrionVIMDatastoresCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionVIMDatastoresCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionVIMDatastoresCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Boolean~" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionVIMDatastoresCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "OrionVPNL2LTunnelSetFavoriteRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "OrionVPNL2LTunnelRemoveFavoriteRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "OrionWirelessHeatMapMapInsertMapRequest": { + "required": [ + "name", + "scale", + "scaleUnit", + "width", + "height", + "mapStudioFileGuid" + ], + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "scale": { + "type": "number" + }, + "scaleUnit": { + "type": "number" + }, + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "mapStudioFileGuid": { + "format": "uuid", + "type": "string" + } + } + }, + "OrionWirelessHeatMapMapDeleteMapRequest": { + "required": [ + "mapStudioFileGuid" + ], + "type": "object", + "properties": { + "mapStudioFileGuid": { + "format": "uuid", + "type": "string" + } + } + }, + "OrionWirelessHeatMapMapSetMapErrorRequest": { + "required": [ + "mapId", + "started", + "errorCode" + ], + "type": "object", + "properties": { + "mapId": { + "type": "number" + }, + "started": { + "format": "date-time", + "type": "string" + }, + "errorCode": { + "type": "number" + } + } + }, + "OrionWirelessHeatMapMapFireMapGenerationIndicationRequest": { + "required": [ + "mapId" + ], + "type": "object", + "properties": { + "mapId": { + "type": "number" + } + } + }, + "OrionWirelessHeatMapMapPollAPSignalStrengthNowRequest": { + "required": [ + "heatmapId" + ], + "type": "object", + "properties": { + "heatmapId": { + "type": "number" + } + } + }, + "System.Collections.Generic.KeyValuePair~System.Int64_System.Int32~": { + "type": "object", + "properties": { + "Key": { + "type": "number" + }, + "Value": { + "type": "number" + } + } + }, + "OrionWirelessHeatMapMapPollRPSignalStrengthNowRequest": { + "required": [ + "heatmapId", + "clientIdVsMapPointIdMap" + ], + "type": "object", + "properties": { + "heatmapId": { + "type": "number" + }, + "clientIdVsMapPointIdMap": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.Int64_System.Int32~" + } + } + } + }, + "OrionWirelessHeatMapMapStartClientSignalPollRequest": { + "required": [ + "heatmapId", + "clientIdVsMapPointIdMap" + ], + "type": "object", + "properties": { + "heatmapId": { + "type": "number" + }, + "clientIdVsMapPointIdMap": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.Int64_System.Int32~" + } + } + } + }, + "System.Collections.Generic.KeyValuePair~System.Int32_System.String_array~": { + "type": "object", + "properties": { + "Key": { + "type": "number" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "OrionWirelessHeatMapMapGetProgressRequest": { + "required": [ + "keysByEngines" + ], + "type": "object", + "properties": { + "keysByEngines": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.Int32_System.String_array~" + } + } + } + }, + "OrionWirelessHeatMapMapDeleteReferencePointsRequest": { + "required": [ + "mapPointIds" + ], + "type": "object", + "properties": { + "mapPointIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "OrionWirelessHeatMapMapPointInsertMapPointRequest": { + "required": [ + "mapId", + "entityType", + "instanceId", + "x", + "y" + ], + "type": "object", + "properties": { + "mapId": { + "type": "number" + }, + "entityType": { + "type": "string" + }, + "instanceId": { + "type": "number" + }, + "x": { + "type": "number" + }, + "y": { + "type": "number" + } + } + }, + "OrionWirelessHeatMapMapPointDeleteMapPointsRequest": { + "required": [ + "wlhmId" + ], + "type": "object", + "properties": { + "wlhmId": { + "type": "number" + } + } + }, + "OrionWirelessHeatMapMapPointDeleteMapPointRequest": { + "required": [ + "mapId", + "entityType", + "instanceId" + ], + "type": "object", + "properties": { + "mapId": { + "type": "number" + }, + "entityType": { + "type": "string" + }, + "instanceId": { + "type": "number" + } + } + }, + "SolarWinds.Data.Providers.WirelessHeatmaps.Verbs.MapStore-MapPointInstance": { + "type": "object", + "properties": { + "InstanceId": { + "type": "number" + }, + "EntityType": { + "type": "string" + }, + "X": { + "type": "number" + }, + "Y": { + "type": "number" + } + } + }, + "OrionWirelessHeatMapMapPointSyncMapPointsRequest": { + "required": [ + "mapId", + "naMapPoints", + "isAP" + ], + "type": "object", + "properties": { + "mapId": { + "type": "number" + }, + "naMapPoints": { + "type": "array", + "items": { + "$ref": "#/definitions/SolarWinds.Data.Providers.WirelessHeatmaps.Verbs.MapStore-MapPointInstance" + } + }, + "isAP": { + "type": "boolean" + } + } + }, + "OrionWirelessHeatMapResourceLimitationInsertResourceLimitationRequest": { + "required": [ + "resourceId", + "mapGuid", + "mapLimitationCount", + "apMACAddress", + "apLimitationCount", + "clientMACAddress" + ], + "type": "object", + "properties": { + "resourceId": { + "type": "number" + }, + "mapGuid": { + "format": "uuid", + "type": "string" + }, + "mapLimitationCount": { + "type": "number" + }, + "apMACAddress": { + "type": "string" + }, + "apLimitationCount": { + "type": "number" + }, + "clientMACAddress": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "SystemIndicationReportIndicationRequest": { + "required": [ + "indicationType", + "indicationProperties", + "sourceInstanceProperties" + ], + "type": "object", + "properties": { + "indicationType": { + "type": "string" + }, + "indicationProperties": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + }, + "sourceInstanceProperties": { + "type": "array", + "items": { + "$ref": "#/definitions/System.Collections.Generic.KeyValuePair~System.String_System.Object~" + } + } + } + }, + "MetadataEntityGetAliasesRequest": { + "required": [ + "query" + ], + "type": "object", + "properties": { + "query": { + "type": "string" + } + } + }, + "MetadataEntityGetSchemaLoadTimeRequest": { + "type": "object" + }, + "SystemQueryPlanCacheClearRequest": { + "type": "object" + }, + "SystemActiveQueryCancelByClientSessionIDRequest": { + "required": [ + "clientSessionID" + ], + "type": "object", + "properties": { + "clientSessionID": { + "type": "string" + } + } + }, + "Orion.AgentManagement.Agent": { + "description": "This entity represents an agent.", + "type": "object", + "properties": { + "AgentId": { + "description": "The unique integer representation of agent", + "type": "number" + }, + "AgentGuid": { + "format": "uuid", + "description": "The globally unique identifier representation of agent", + "type": "string" + }, + "NodeId": { + "description": "The unique integer representation of parent node.", + "type": "number" + }, + "Name": { + "description": "The string value that contains the name of the agent.", + "type": "string" + }, + "Hostname": { + "description": "Hostname of the server that this agent resides on.", + "type": "string" + }, + "DNSName": { + "description": "Full DNS name of the server that this agent resides on.", + "type": "string" + }, + "IP": { + "description": "IP Address of the server that this agent resides on.", + "type": "string" + }, + "OSVersion": { + "description": "Version of the operating system.", + "type": "string" + }, + "PollingEngineId": { + "description": "ID of the polling engine", + "type": "number" + }, + "ConnectionStatus": { + "description": "An integer value which represents the current connection status of the agent to AMS", + "type": "number" + }, + "ConnectionStatusMessage": { + "description": "A human readable string description of the current connection status of the agent to AMS", + "type": "string" + }, + "ConnectionStatusTimestamp": { + "format": "date-time", + "description": "Last time that the connection status was updated", + "type": "string" + }, + "AgentStatus": { + "description": "An integer value which represents the current agent status", + "type": "number" + }, + "AgentStatusMessage": { + "description": "A human readable string description of the current agent status", + "type": "string" + }, + "AgentStatusTimestamp": { + "format": "date-time", + "description": "Last time that the agent status was updated", + "type": "string" + }, + "IsActiveAgent": { + "description": "A boolean value indicating if the agent is in active mode (Agent-initiated communication) as opposed to passive (Server-initiated communication)", + "type": "boolean" + }, + "Mode": { + "description": "A integer value with a value of 1 if the agent is in active mode (Agent-initiated communication), with a value of 2 if the agent is in passive (Server-initiated communication) mode or with a value of 0 if agent mode will be automatically detected during installation.", + "type": "number" + }, + "AgentVersion": { + "description": "Full version of the agent binaries.", + "type": "string" + }, + "AutoUpdateEnabled": { + "description": "A boolean value that indicates if this agent can be updated without user intervention", + "type": "boolean" + }, + "OrionIdColumn": { + "description": "Name of column/property with Agent ID. It's used internally by Orion.", + "type": "string" + }, + "PassiveAgentHostname": { + "description": "The hostname or IP address of the agent which AMS uses to connect to agent in passive mode.", + "type": "string" + }, + "PassiveAgentPort": { + "description": "The listening port of the agent which AMS uses to connect to agent in passive mode.", + "type": "string" + }, + "ProxyId": { + "description": "ID of the proxy through which Agent to AMS connection takes place through", + "type": "number" + }, + "RegisteredOn": { + "format": "date-time", + "description": "Timestamp at which the agent was registered with AMS", + "type": "string" + }, + "SID": { + "description": "The Windows security identifier of the server that the agent is installed on, or a unique-like idendifier of the server in case of Linux system.", + "type": "string" + }, + "Is64Windows": { + "description": "A boolean value indicating if the operating system of the agent is 64 bit.", + "type": "boolean" + }, + "CPUArch": { + "description": "A string value indicating the architecture of the CPU of the agent server.", + "type": "string" + }, + "OSArch": { + "description": "A string value indicating the architecture of the operating system of the agent server.", + "type": "string" + }, + "OSType": { + "description": "A string value which is the type of the operating system", + "type": "string" + }, + "OSDistro": { + "description": "A string value indicating the Linux type of distribution.", + "type": "string" + }, + "ResponseTime": { + "description": "An integer value indicating in miliseconds how long it takes for a data message to go from AMS to Agent and back", + "type": "number" + }, + "Type": { + "description": "An integer value indicating the type. Currently not used and always 0.", + "type": "number" + }, + "RuntimeOSDistro": { + "description": "A string value indicating the Linux distribution the agents binaries were built for.", + "type": "string" + }, + "RuntimeOSVersion": { + "description": "A string value indicating the version the agents binaries were built for.", + "type": "string" + }, + "RuntimeOSLabel": { + "description": "A string value indicating a human readable operating system label for which the agents binaries were built for.", + "type": "string" + }, + "OSLabel": { + "description": "A string value representing a human readable operating system label.", + "type": "string" + } + } + }, + "Orion.AgentManagement.AgentPlugin": { + "description": "A representation of the plugin on a particular agent.", + "type": "object", + "properties": { + "AgentId": { + "description": "The ID of agent that this plugin is installed on", + "type": "number" + }, + "PluginId": { + "description": "A string which indicates the type of this plugin", + "type": "string" + }, + "Version": { + "description": "A string which is the version of this plugin", + "type": "string" + }, + "LastChange": { + "format": "date-time", + "description": "Timestamp when plugin state changed last time", + "type": "string" + }, + "Status": { + "description": "An integer value indicating the status of the plugin", + "type": "number" + }, + "StatusMessage": { + "description": "A human readable string description of the current status of the plugin.", + "type": "string" + } + } + }, + "Orion.AgentManagement.Proxy": { + "description": "Proxy settings used in agent to AMS communications.", + "type": "object", + "properties": { + "ProxyId": { + "description": "The unique integer representation of proxy", + "type": "number" + }, + "ProxyUrl": { + "description": "A string value with is the URL to the proxy server.", + "type": "string" + }, + "UseProxyAuthentication": { + "description": "A boolean value indicating whether proxy authentication is to be used.", + "type": "boolean" + }, + "ProxyCredentialId": { + "description": "ID of the Orion credentials to use for proxy authentication.", + "type": "number" + } + } + }, + "Orion.APM.NodeToNodeLink": { + "type": "object", + "properties": { + "ID": { + "type": "number" + }, + "ChildNodeID": { + "type": "number" + }, + "ParentNodeID": { + "type": "number" + }, + "Latency": { + "type": "number" + }, + "PacketLoss": { + "type": "number" + }, + "Status": { + "type": "number" + }, + "LatencyStatus": { + "type": "number" + }, + "PacketLossStatus": { + "type": "number" + }, + "StatusDescription": { + "type": "string" + }, + "LatencyStatusDescription": { + "type": "string" + }, + "PacketLossStatusDescription": { + "type": "string" + }, + "DetailsUrl": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "Description": { + "type": "string" + } + } + }, + "Orion.APM.DependencyTcpStatistics": { + "type": "object", + "properties": { + "DependencyID": { + "type": "number" + }, + "NodeToNodeLinkID": { + "type": "number" + }, + "ClientApplicationID": { + "type": "number" + }, + "ServerApplicationID": { + "type": "number" + }, + "Latency": { + "type": "number" + }, + "PacketLoss": { + "type": "number" + }, + "Status": { + "type": "number" + }, + "LatencyStatus": { + "type": "number" + }, + "PacketLossStatus": { + "type": "number" + }, + "LastPoll": { + "format": "date-time", + "type": "string" + }, + "Image": { + "type": "string" + }, + "StatusDescription": { + "type": "string" + }, + "LatencyStatusDescription": { + "type": "string" + }, + "PacketLossStatusDescription": { + "type": "string" + }, + "StatusLED": { + "type": "string" + }, + "DetailsUrl": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "Description": { + "type": "string" + } + } + }, + "Orion.APM.ApplicationTcpConnection": { + "type": "object", + "properties": { + "ID": { + "type": "number" + }, + "ParentDependencyID": { + "type": "number" + }, + "ClientProcessName": { + "type": "string" + }, + "ClientCmdlineArgs": { + "type": "string" + }, + "ClientServiceName": { + "type": "string" + }, + "ClientInterfaceID": { + "type": "number" + }, + "ClientComponentID": { + "type": "number" + }, + "ClientApplicationID": { + "type": "number" + }, + "ClientNodeID": { + "type": "number" + }, + "ClientNodeIPAddress": { + "type": "string" + }, + "ServerProcessName": { + "type": "string" + }, + "ServerCmdlineArgs": { + "type": "string" + }, + "ServerServiceName": { + "type": "string" + }, + "ServerInterfaceID": { + "type": "number" + }, + "ServerComponentID": { + "type": "number" + }, + "ServerPortComponentID": { + "type": "number" + }, + "ServerApplicationID": { + "type": "number" + }, + "ServerNodeID": { + "type": "number" + }, + "ServerNodeIPAddress": { + "type": "string" + }, + "ServerPort": { + "type": "number" + }, + "ClientDescription": { + "type": "string" + }, + "ServerDescription": { + "type": "string" + }, + "LastSeenTimeStamp": { + "format": "date-time", + "type": "string" + }, + "Latency": { + "type": "number" + }, + "PacketLoss": { + "type": "number" + }, + "Status": { + "type": "number" + }, + "LatencyStatus": { + "type": "number" + }, + "PacketLossStatus": { + "type": "number" + }, + "LastStatisticPollTime": { + "format": "date-time", + "type": "string" + }, + "Image": { + "type": "string" + }, + "StatusDescription": { + "type": "string" + }, + "LatencyStatusDescription": { + "type": "string" + }, + "PacketLossStatusDescription": { + "type": "string" + }, + "StatusLED": { + "type": "string" + }, + "DetailsUrl": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "Description": { + "type": "string" + } + } + }, + "Cirrus.IgnoredNodes": { + "type": "object", + "properties": { + "CoreNodeID": { + "type": "number" + } + } + }, + "NCM.Baselines": { + "type": "object", + "properties": { + "Id": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "Content": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ExactMatching": { + "type": "boolean" + }, + "UseComparisonCriterias": { + "type": "boolean" + }, + "IgnoredLines": { + "type": "string" + }, + "Disabled": { + "type": "boolean" + } + } + }, + "NCM.BaselineNodeMap": { + "type": "object", + "properties": { + "BaselineId": { + "type": "number" + }, + "NodeId": { + "format": "uuid", + "type": "string" + }, + "ConfigType": { + "type": "string" + }, + "CacheState": { + "type": "number" + } + } + }, + "NCM.BaselineViolations": { + "type": "object", + "properties": { + "BaselineId": { + "type": "number" + }, + "NodeId": { + "format": "uuid", + "type": "string" + }, + "ConfigID": { + "format": "uuid", + "type": "string" + }, + "ConfigType": { + "type": "string" + }, + "IsViolation": { + "type": "boolean" + } + } + }, + "NCM.FirmwareOperations": { + "type": "object", + "properties": { + "ID": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "CreationDate": { + "format": "date-time", + "type": "string" + }, + "RunAt": { + "format": "date-time", + "type": "string" + }, + "Status": { + "type": "number" + }, + "ErrorMessage": { + "type": "string" + }, + "Log": { + "type": "string" + }, + "EmailSettings": { + "type": "string" + }, + "DefinitionID": { + "type": "number" + }, + "UserName": { + "type": "string" + } + } + }, + "NCM.FirmwareOperationNodes": { + "type": "object", + "properties": { + "OperationID": { + "type": "number" + }, + "CoreNodeID": { + "type": "number" + }, + "NodeOptionsXml": { + "type": "string" + }, + "IsComplete": { + "type": "boolean" + }, + "Log": { + "type": "string" + } + } + }, + "NCM.FirmwareUpgradeImages": { + "type": "object", + "properties": { + "ID": { + "type": "number" + }, + "FileName": { + "type": "string" + }, + "RelativePath": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "CoreNodeID": { + "type": "number" + }, + "DateTimeUtc": { + "format": "date-time", + "type": "string" + }, + "MD5Hash": { + "type": "string" + }, + "Size": { + "type": "number" + } + } + }, + "NCM.FirmwareUpgradeMachineTypes": { + "type": "object", + "properties": { + "ImageID": { + "type": "number" + }, + "MachineType": { + "type": "string" + } + } + }, + "Cli.DeviceTemplates": { + "type": "object", + "properties": { + "ID": { + "type": "number" + }, + "TemplateName": { + "type": "string" + }, + "SystemOID": { + "type": "string" + }, + "SystemDescriptionRegex": { + "type": "string" + }, + "TemplateXml": { + "type": "string" + }, + "Comments": { + "type": "string" + }, + "UseForAutoDetect": { + "type": "boolean" + }, + "IsDefault": { + "type": "boolean" + }, + "Author": { + "type": "string" + }, + "AutoDetectType": { + "type": "number" + } + } + }, + "Cli.DeviceTemplatesNodes": { + "type": "object", + "properties": { + "TemplateId": { + "type": "number" + }, + "NodeId": { + "type": "number" + } + } + }, + "Cli.CliSessionSettings": { + "type": "object", + "properties": { + "SettingName": { + "type": "string" + }, + "SettingValue": { + "type": "string" + } + } + }, + "Orion.Cloud.Accounts": { + "description": "\n This entity presents the Cloud account information.\n ", + "type": "object", + "properties": { + "Id": { + "description": "The unique integer representation of cloud account.", + "type": "number" + }, + "Name": { + "description": "The string value that contains the name of the cloud account.", + "type": "string" + }, + "CredentialId": { + "description": "The unique integer representation of shared credential.", + "type": "number" + }, + "AutoMonitoring": { + "description": "The boolean value that specifies if cloud account is monitored.", + "type": "boolean" + }, + "DisableMonitorApiRequests": { + "description": "The boolean value that specifies if polling for this cloud account is disabled.", + "type": "boolean" + }, + "PollingIntervalInSeconds": { + "description": "Polling interval in seconds.", + "type": "number" + }, + "Description": { + "description": "The string value containing description of the credentials related with this cloud account.", + "type": "string" + }, + "MonitorApiRequestsMadePerMonth": { + "description": "Approximate amount of free requests made by our polling using given account in current month.", + "type": "number" + }, + "DetailsUrl": { + "description": "Relative address of Edit Properties page for given account.", + "type": "string" + }, + "ProviderId": { + "type": "number" + } + } + }, + "Cortex.System.Policy": { + "type": "object", + "properties": { + "PolicyName": { + "type": "string" + }, + "Priority": { + "type": "number" + }, + "DataPriority": { + "type": "string" + }, + "MatchingElementType": { + "type": "string" + }, + "ExpirationDate": { + "format": "date-time", + "type": "string" + } + } + }, + "Cortex.Orion.CiscoAci.Apic": { + "type": "object", + "properties": { + "OrionNodeId": { + "type": "number" + }, + "PollInterval": { + "type": "number" + }, + "UpStatusThreshold": { + "type": "number" + }, + "CriticalStatusThreshold": { + "type": "number" + }, + "MonitoredClusterControllersWarningMessageIpAddresses": { + "type": "string" + }, + "DetailsUrl": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "UnManaged": { + "type": "boolean" + }, + "UnManageFrom": { + "format": "date-time", + "type": "string" + }, + "UnManageUntil": { + "format": "date-time", + "type": "string" + }, + "StatusDescription": { + "type": "string" + }, + "Status": { + "type": "number" + }, + "RequestInventory": { + "type": "boolean" + }, + "PollState": { + "type": "string" + }, + "AgentId": { + "type": "number" + }, + "AgentOsType": { + "type": "string" + }, + "EngineId": { + "type": "number" + }, + "Id": { + "type": "number" + }, + "RelatedNode": { + "type": "number" + } + } + }, + "Cortex.Orion.CiscoAci.ApplicationProfile": { + "type": "object", + "properties": { + "ApicId": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "DistinguishedName": { + "type": "string" + }, + "HealthScore": { + "type": "number" + }, + "Status": { + "type": "number" + }, + "DetailsUrl": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "UnManaged": { + "type": "boolean" + }, + "UnManageFrom": { + "format": "date-time", + "type": "string" + }, + "UnManageUntil": { + "format": "date-time", + "type": "string" + }, + "StatusDescription": { + "type": "string" + }, + "RequestInventory": { + "type": "boolean" + }, + "PollState": { + "type": "string" + }, + "AgentId": { + "type": "number" + }, + "AgentOsType": { + "type": "string" + }, + "EngineId": { + "type": "number" + }, + "Id": { + "type": "number" + }, + "RelatedApic": { + "type": "number" + }, + "RelatedTenant": { + "type": "number" + } + } + }, + "Cortex.Orion.CiscoAci.CiscoAciCredential": { + "type": "object", + "properties": { + "RelatedApic": { + "type": "number" + } + } + }, + "Cortex.Orion.CiscoAci.EndpointGroup": { + "type": "object", + "properties": { + "ApicId": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "DistinguishedName": { + "type": "string" + }, + "HealthScore": { + "type": "number" + }, + "Status": { + "type": "number" + }, + "DetailsUrl": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "UnManaged": { + "type": "boolean" + }, + "UnManageFrom": { + "format": "date-time", + "type": "string" + }, + "UnManageUntil": { + "format": "date-time", + "type": "string" + }, + "StatusDescription": { + "type": "string" + }, + "RequestInventory": { + "type": "boolean" + }, + "PollState": { + "type": "string" + }, + "AgentId": { + "type": "number" + }, + "AgentOsType": { + "type": "string" + }, + "EngineId": { + "type": "number" + }, + "Id": { + "type": "number" + }, + "RelatedApic": { + "type": "number" + }, + "RelatedApplicationProfile": { + "type": "number" + } + } + }, + "Cortex.Orion.CiscoAci.Fabric": { + "type": "object", + "properties": { + "ApicId": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "HealthScore": { + "type": "number" + }, + "ActualStatus": { + "type": "number" + }, + "Status": { + "type": "number" + }, + "DetailsUrl": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "UnManaged": { + "type": "boolean" + }, + "UnManageFrom": { + "format": "date-time", + "type": "string" + }, + "UnManageUntil": { + "format": "date-time", + "type": "string" + }, + "StatusDescription": { + "type": "string" + }, + "RequestInventory": { + "type": "boolean" + }, + "PollState": { + "type": "string" + }, + "AgentId": { + "type": "number" + }, + "AgentOsType": { + "type": "string" + }, + "EngineId": { + "type": "number" + }, + "Id": { + "type": "number" + }, + "RelatedApic": { + "type": "number" + } + } + }, + "Cortex.Orion.CiscoAci.PhysicalEntity": { + "type": "object", + "properties": { + "ApicId": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "DistinguishedName": { + "type": "string" + }, + "PhysicalEntityRole": { + "type": "string" + }, + "HealthScore": { + "type": "number" + }, + "Status": { + "type": "number" + }, + "DetailsUrl": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "UnManaged": { + "type": "boolean" + }, + "UnManageFrom": { + "format": "date-time", + "type": "string" + }, + "UnManageUntil": { + "format": "date-time", + "type": "string" + }, + "StatusDescription": { + "type": "string" + }, + "RequestInventory": { + "type": "boolean" + }, + "PollState": { + "type": "string" + }, + "AgentId": { + "type": "number" + }, + "AgentOsType": { + "type": "string" + }, + "EngineId": { + "type": "number" + }, + "Id": { + "type": "number" + }, + "RelatedApic": { + "type": "number" + }, + "RelatedFabric": { + "type": "number" + } + } + }, + "Cortex.Orion.CiscoAci.Tenant": { + "type": "object", + "properties": { + "ApicId": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "DistinguishedName": { + "type": "string" + }, + "HealthScore": { + "type": "number" + }, + "Status": { + "type": "number" + }, + "DetailsUrl": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "UnManaged": { + "type": "boolean" + }, + "UnManageFrom": { + "format": "date-time", + "type": "string" + }, + "UnManageUntil": { + "format": "date-time", + "type": "string" + }, + "StatusDescription": { + "type": "string" + }, + "RequestInventory": { + "type": "boolean" + }, + "PollState": { + "type": "string" + }, + "AgentId": { + "type": "number" + }, + "AgentOsType": { + "type": "string" + }, + "EngineId": { + "type": "number" + }, + "Id": { + "type": "number" + }, + "RelatedApic": { + "type": "number" + } + } + }, + "Cortex.Orion.Cman.Container": { + "type": "object", + "properties": { + "DetailsUrl": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "ContainerId": { + "type": "string" + }, + "IpAddresses": { + "type": "string" + }, + "State": { + "type": "string" + }, + "Status": { + "type": "number" + }, + "TimeCreated": { + "format": "date-time", + "type": "string" + }, + "Command": { + "type": "string" + }, + "RestartCount": { + "type": "number" + }, + "HealthStatus": { + "type": "string" + }, + "NodeId": { + "type": "number" + }, + "TimeDeleted": { + "format": "date-time", + "type": "string" + }, + "IsDeleted": { + "type": "boolean" + }, + "StartedAt": { + "format": "date-time", + "type": "string" + }, + "ContainerImageId": { + "type": "number" + }, + "ContainerAgentId": { + "type": "number" + }, + "Cpu": { + "type": "number" + }, + "Memory": { + "type": "number" + }, + "RequestInventory": { + "type": "boolean" + }, + "PollState": { + "type": "string" + }, + "AgentId": { + "type": "number" + }, + "AgentOsType": { + "type": "string" + }, + "EngineId": { + "type": "number" + }, + "Id": { + "type": "number" + } + } + }, + "Cortex.Orion.Cman.ContainerAgent": { + "type": "object", + "properties": { + "Orchestrator": { + "type": "string" + }, + "UniqueIdentifier": { + "format": "uuid", + "type": "string" + }, + "Name": { + "type": "string" + }, + "NodeId": { + "type": "number" + }, + "UpdateAt": { + "format": "date-time", + "type": "string" + }, + "Status": { + "type": "number" + }, + "PollingInterval": { + "type": "number" + }, + "RequestInventory": { + "type": "boolean" + }, + "PollState": { + "type": "string" + }, + "AgentId": { + "type": "number" + }, + "AgentOsType": { + "type": "string" + }, + "EngineId": { + "type": "number" + }, + "Id": { + "type": "number" + } + } + }, + "Cortex.Orion.Cman.ContainerEnvironmentVariable": { + "type": "object", + "properties": { + "Name": { + "type": "string" + }, + "Value": { + "type": "string" + }, + "RelatedContainer": { + "type": "number" + } + } + }, + "Cortex.Orion.Cman.ContainerHost": { + "type": "object", + "properties": { + "Name": { + "type": "string" + }, + "OsVersion": { + "type": "string" + }, + "StartTime": { + "format": "date-time", + "type": "string" + } + } + }, + "Cortex.Orion.Cman.ContainerImage": { + "type": "object", + "properties": { + "ImageId": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Version": { + "type": "string" + }, + "Size": { + "type": "string" + }, + "VirtualSize": { + "type": "string" + }, + "NodeId": { + "type": "number" + }, + "TimeDeleted": { + "format": "date-time", + "type": "string" + } + } + }, + "Cortex.Orion.SnmpCredentialV2": { + "type": "object", + "properties": { + "Community": { + "type": "string" + } + } + }, + "Cortex.Orion.SnmpCredentialV3": { + "type": "object", + "properties": { + "AuthenticationKeyIsPassword": { + "type": "boolean" + }, + "AuthenticationPassword": { + "type": "string" + }, + "AuthenticationType": { + "type": "string" + }, + "Context": { + "type": "string" + }, + "PrivacyKeyIsPassword": { + "type": "boolean" + }, + "PrivacyPassword": { + "type": "string" + }, + "PrivacyType": { + "type": "string" + }, + "UserName": { + "type": "string" + } + } + }, + "Cortex.Orion.WindowsCredential": { + "type": "object" + }, + "Cortex.Orion.Interface": { + "type": "object", + "properties": { + "InterfaceId": { + "type": "number" + }, + "InterfaceIndex": { + "type": "number" + }, + "Unpluggable": { + "type": "boolean" + }, + "InterfaceSpeed": { + "type": "number" + }, + "Caption": { + "type": "string" + }, + "Use64BitCounters": { + "type": "boolean" + }, + "Pollers": { + "type": "string" + }, + "Status": { + "type": "string" + }, + "ReceiveBps": { + "type": "number" + }, + "TransmitBps": { + "type": "number" + }, + "ReceiveUtilizationPercent": { + "type": "number" + }, + "TransmitUtilizationPercent": { + "type": "number" + }, + "ReceiveErrors": { + "type": "number" + }, + "TransmitErrors": { + "type": "number" + }, + "ReceiveDiscards": { + "type": "number" + }, + "TransmitDiscards": { + "type": "number" + }, + "RelatedNode": { + "type": "number" + } + } + }, + "Cortex.Orion.Cpu": { + "type": "object", + "properties": { + "Index": { + "type": "number" + }, + "PercentUtilization": { + "type": "number" + }, + "RelatedNode": { + "type": "number" + } + } + }, + "Cortex.Orion.Node": { + "type": "object", + "properties": { + "NodeId": { + "type": "number" + }, + "IpAddress": { + "type": "string" + }, + "ObjectSubType": { + "type": "string" + }, + "Vendor": { + "type": "string" + }, + "SnmpPort": { + "type": "number" + }, + "SnmpVersion": { + "type": "number" + }, + "Pollers": { + "type": "string" + }, + "Fqdn": { + "type": "string" + }, + "OsVersion": { + "type": "string" + }, + "Uptime": { + "type": "number" + }, + "DiscoveryProfileId": { + "type": "number" + }, + "StatCollection": { + "type": "number" + }, + "SysObjectId": { + "type": "string" + }, + "CpuPercentUtilization": { + "type": "number" + }, + "PercentMemoryUsed": { + "type": "number" + }, + "MemoryUsed": { + "type": "number" + }, + "Status": { + "type": "string" + }, + "ResponseTime": { + "type": "number" + }, + "RelatedHost": { + "type": "number" + }, + "RelatedVCenter": { + "type": "number" + } + } + }, + "Cortex.Orion.PowerControlUnit": { + "type": "object", + "properties": { + "PcuId": { + "type": "number" + }, + "DetailsUrl": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "OrionNodeId": { + "type": "number" + }, + "Model": { + "type": "string" + }, + "SerialNumber": { + "type": "string" + }, + "FirmwareVersion": { + "type": "string" + }, + "ManufactureDateTime": { + "format": "date-time", + "type": "string" + }, + "Status": { + "type": "number" + }, + "PollInterval": { + "type": "number" + }, + "BatteryPackCount": { + "type": "number" + }, + "BatteryCapacity": { + "type": "number" + }, + "BatteryTemperature": { + "type": "number" + }, + "TimeOnBattery": { + "type": "number" + }, + "ReplaceIndicator": { + "type": "string" + }, + "BasicBatteryStatus": { + "type": "string" + }, + "OutputStatus": { + "type": "string" + }, + "OutputPercentLoad": { + "type": "number" + }, + "RunTimeRemaining": { + "type": "number" + }, + "LastFailCause": { + "type": "string" + }, + "RequestInventory": { + "type": "boolean" + }, + "PollState": { + "type": "string" + }, + "AgentId": { + "type": "number" + }, + "AgentOsType": { + "type": "string" + }, + "EngineId": { + "type": "number" + }, + "Id": { + "type": "number" + }, + "RelatedNode": { + "type": "number" + } + } + }, + "Cortex.Orion.Virtualization.Alarm": { + "type": "object", + "properties": { + "ManagedObjectId": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "SystemName": { + "type": "string" + }, + "IsDeleted": { + "type": "boolean" + }, + "IsEnabled": { + "type": "boolean" + } + } + }, + "Cortex.Orion.Virtualization.Cluster": { + "type": "object", + "properties": { + "ClusterId": { + "type": "number" + }, + "DataCenterId": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "VsanEnabled": { + "type": "boolean" + }, + "VsanUuid": { + "type": "string" + }, + "RelatedDataCenter": { + "type": "number" + }, + "RelatedTriggeredAlarmStates": { + "type": "number" + } + } + }, + "Cortex.Orion.Virtualization.DataCenter": { + "type": "object", + "properties": { + "DataCenterId": { + "type": "number" + }, + "VCenterId": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "RelatedTriggeredAlarmStates": { + "type": "number" + }, + "RelatedVCenter": { + "type": "number" + } + } + }, + "Cortex.Orion.Virtualization.Datastore": { + "type": "object", + "properties": { + "DatastoreId": { + "type": "number" + }, + "DatastoreIdentifier": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "RelatedTriggeredAlarmStates": { + "type": "number" + } + } + }, + "Cortex.Orion.Virtualization.Host": { + "type": "object", + "properties": { + "HostId": { + "type": "number" + }, + "DataCenterId": { + "type": "number" + }, + "ClusterId": { + "type": "number" + }, + "NodeId": { + "type": "number" + }, + "CredentialId": { + "type": "number" + }, + "HostName": { + "type": "string" + }, + "IpAddress": { + "type": "string" + }, + "BiosSerial": { + "type": "string" + }, + "VsanNodeUuid": { + "format": "uuid", + "type": "string" + }, + "LatencyRead": { + "type": "number" + }, + "LatencyWrite": { + "type": "number" + }, + "LatencyTotal": { + "type": "number" + }, + "ThroughputRead": { + "type": "number" + }, + "ThroughputWrite": { + "type": "number" + }, + "ThroughputTotal": { + "type": "number" + }, + "IOPSRead": { + "type": "number" + }, + "IOPSWrite": { + "type": "number" + }, + "IOPSTotal": { + "type": "number" + }, + "Congestions": { + "type": "number" + }, + "OutstandingIO": { + "type": "number" + }, + "RelatedAlarms": { + "type": "number" + }, + "RelatedCluster": { + "type": "number" + }, + "RelatedDataCenter": { + "type": "number" + }, + "RelatedTriggeredAlarmStates": { + "type": "number" + } + } + }, + "Cortex.Orion.Virtualization.PhysicalDisk": { + "type": "object", + "properties": { + "PhysicalDiskId": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "IsSsd": { + "type": "boolean" + }, + "ScsiDiskType": { + "type": "string" + }, + "Capacity": { + "type": "number" + }, + "Health": { + "type": "string" + }, + "RelatedVSanDiskGroup": { + "type": "number" + } + } + }, + "Cortex.Orion.Virtualization.PollingTask": { + "type": "object", + "properties": { + "HostId": { + "type": "number" + }, + "VCenterId": { + "type": "number" + }, + "PollingTaskTypeId": { + "type": "number" + }, + "PollingInterval": { + "type": "number" + }, + "ApiTimeout": { + "type": "number" + }, + "ServiceUri": { + "type": "string" + } + } + }, + "Cortex.Orion.Virtualization.TriggeredAlarmState": { + "type": "object", + "properties": { + "Acknowledged": { + "type": "boolean" + }, + "AcknowledgedByUser": { + "type": "string" + }, + "AcknowledgedTime": { + "format": "date-time", + "type": "string" + }, + "Status": { + "type": "string" + }, + "Timestamp": { + "format": "date-time", + "type": "string" + }, + "RelatedAlarm": { + "type": "number" + } + } + }, + "Cortex.Orion.Virtualization.VCenter": { + "type": "object", + "properties": { + "VCenterId": { + "type": "number" + }, + "NodeId": { + "type": "number" + }, + "CredentialId": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "RelatedAlarms": { + "type": "number" + } + } + }, + "Cortex.Orion.Virtualization.VirtualMachine": { + "type": "object", + "properties": { + "VirtualMachineId": { + "type": "number" + }, + "HostId": { + "type": "number" + }, + "NodeId": { + "type": "number" + }, + "Uuid": { + "format": "uuid", + "type": "string" + }, + "InstanceUuid": { + "format": "uuid", + "type": "string" + }, + "RelativePath": { + "type": "string" + }, + "DatastoreIdentifier": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "RelatedHost": { + "type": "number" + }, + "RelatedTriggeredAlarmStates": { + "type": "number" + } + } + }, + "Cortex.Orion.Virtualization.VirtualMachineDisk": { + "type": "object", + "properties": { + "VirtualMachineDiskId": { + "type": "number" + }, + "VirtualMachineId": { + "type": "number" + }, + "DataStoreId": { + "type": "number" + }, + "FileName": { + "type": "string" + }, + "Label": { + "type": "string" + }, + "ControllerBusNumber": { + "type": "number" + }, + "DiskUnitNumber": { + "type": "number" + }, + "LatencyRead": { + "type": "number" + }, + "LatencyWrite": { + "type": "number" + }, + "LatencyTotal": { + "type": "number" + }, + "RelatedDatastore": { + "type": "number" + }, + "RelatedVirtualMachine": { + "type": "number" + } + } + }, + "Cortex.Orion.VMwareCredential": { + "type": "object", + "properties": { + "RelatedHost": { + "type": "number" + }, + "RelatedVCenter": { + "type": "number" + } + } + }, + "Cortex.Orion.Virtualization.VSan": { + "type": "object", + "properties": { + "VsanIdentifier": { + "type": "string" + }, + "ClusterId": { + "type": "number" + }, + "Status": { + "type": "number" + }, + "DetailsUrl": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "TotalCapacity": { + "type": "number" + }, + "UsedSpace": { + "type": "number" + }, + "UsedSpacePercentage": { + "type": "number" + }, + "UsedByVms": { + "type": "number" + }, + "IsDedupEnabled": { + "type": "boolean" + }, + "DedupRatio": { + "type": "number" + }, + "DedupUsedSpaceBefore": { + "type": "number" + }, + "DedupUsedSpaceAfter": { + "type": "number" + }, + "IOPSTotal": { + "type": "number" + }, + "IOPSRead": { + "type": "number" + }, + "IOPSWrite": { + "type": "number" + }, + "ThroughputTotal": { + "type": "number" + }, + "ThroughputRead": { + "type": "number" + }, + "ThroughputWrite": { + "type": "number" + }, + "LatencyTotal": { + "type": "number" + }, + "LatencyRead": { + "type": "number" + }, + "LatencyWrite": { + "type": "number" + }, + "Congestions": { + "type": "number" + }, + "OutstandingIO": { + "type": "number" + }, + "RelatedCluster": { + "type": "number" + }, + "RelatedDatastore": { + "type": "number" + } + } + }, + "Cortex.Orion.Virtualization.VSanDiskGroup": { + "type": "object", + "properties": { + "VsanDiskGroupId": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "Type": { + "type": "string" + }, + "RelatedHost": { + "type": "number" + }, + "RelatedVSan": { + "type": "number" + } + } + }, + "Cortex.Orion.Virtualization.VSanHealthGroup": { + "type": "object", + "properties": { + "HealthGroupName": { + "type": "string" + }, + "HealthGroupId": { + "type": "string" + }, + "HealthStatus": { + "type": "string" + }, + "RelatedVSan": { + "type": "number" + } + } + }, + "Cortex.Orion.Virtualization.VSanObjectSpaceSummary": { + "type": "object", + "properties": { + "ObjectType": { + "type": "string" + }, + "UsedCapacity": { + "type": "number" + }, + "RelatedVSan": { + "type": "number" + } + } + }, + "Cortex.Orion.Virtualization.VSanResyncInfo": { + "type": "object", + "properties": { + "ResyncingElementsCount": { + "type": "number" + }, + "RemainingBytes": { + "type": "number" + }, + "Eta": { + "format": "date-time", + "type": "string" + }, + "RelatedHost": { + "type": "number" + }, + "RelatedVSan": { + "type": "number" + } + } + }, + "Cortex.Orion.ScsiInformation": { + "type": "object", + "properties": { + "ScsiTargetId": { + "type": "number" + }, + "ScsiLunId": { + "type": "number" + }, + "ScsiPortId": { + "type": "number" + }, + "ScsiControllerId": { + "type": "string" + }, + "ScsiPortOffset": { + "type": "number" + }, + "RelatedVolume": { + "type": "number" + } + } + }, + "Cortex.Orion.Volume": { + "type": "object", + "properties": { + "VolumeId": { + "type": "number" + }, + "Status": { + "type": "number" + }, + "Caption": { + "type": "string" + }, + "RawCaption": { + "type": "string" + }, + "FullName": { + "type": "string" + }, + "StatCollection": { + "type": "number" + }, + "VolumeIndex": { + "type": "number" + }, + "VolumeType": { + "type": "string" + }, + "PollingType": { + "type": "string" + }, + "VolumeDescription": { + "type": "string" + }, + "DeviceId": { + "type": "string" + }, + "DiskSerialNumber": { + "type": "string" + }, + "InterfaceType": { + "type": "string" + }, + "VolumeAllocationFailuresThisHour": { + "type": "number" + }, + "VolumeAllocationFailuresToday": { + "type": "number" + }, + "VolumeSize": { + "type": "number" + }, + "VolumeSpaceUsed": { + "type": "number" + }, + "DiskQueueLength": { + "type": "number" + }, + "DiskTransfer": { + "type": "number" + }, + "DiskReads": { + "type": "number" + }, + "DiskWrites": { + "type": "number" + }, + "TotalDiskIops": { + "type": "number" + }, + "RelatedNode": { + "type": "number" + } + } + }, + "Orion.DPA.DatabaseInstanceData": { + "description": "Relationship between DPA Database Instance and Orion Node", + "type": "object", + "properties": { + "GlobalDatabaseInstanceID": { + "description": "Unique ID of database instance in Orion", + "type": "number" + }, + "NodeID": { + "description": "ID of Node (Orion.Nodes)", + "type": "number" + }, + "UserDefined": { + "description": "Flag if the relationship is defined by user", + "type": "boolean" + } + } + }, + "Orion.DPA.DatabaseInstanceApplicationRelationship": { + "description": "All relationships between Orion Application and Database Instance", + "type": "object", + "properties": { + "GlobalDatabaseInstanceID": { + "description": "Unique ID of database instance in Orion", + "type": "number" + }, + "ApplicationID": { + "description": "ID of SAM Application (Orion.APM.Application)", + "type": "number" + }, + "RelationshipType": { + "description": "Numeric value for type of relationship", + "type": "number" + }, + "RelationshipTypeName": { + "description": "Text representation of relationship type", + "type": "string" + }, + "NoRelationship": { + "description": "Flag if the relationship was removed", + "type": "boolean" + }, + "UserDefined": { + "description": "Flag if the relationship is defined by user", + "type": "boolean" + } + } + }, + "Orion.DPA.DatabaseInstanceLun": { + "description": "All relationships between Orion LUN and Database Instance", + "type": "object", + "properties": { + "LunId": { + "description": "ID of LUN", + "type": "number" + }, + "GlobalDatabaseInstanceID": { + "description": "Unique ID of database instance in Orion", + "type": "number" + }, + "UserDefined": { + "description": "Flag if the relationship is defined by user", + "type": "boolean" + } + } + }, + "Orion.DPA.DpaServer": { + "description": "Integrated DPA server", + "type": "object", + "properties": { + "DpaServerId": { + "description": "ID of DPA server", + "type": "number" + }, + "DisplayName": { + "description": "Name of DPA server", + "type": "string" + }, + "JSwisAddress": { + "description": "Address of jSwis endpoint", + "type": "string" + }, + "JSwisObjectUriBase": { + "description": "Scheme and hostname for URIs of entities from this DPA server", + "type": "string" + }, + "JSwisCredentialId": { + "description": "ID of credentials (SQL table Credential) to DPA jSwis", + "type": "number" + }, + "OrionHostname": { + "description": "IP/Address of Orion, which was used for integration with DPA", + "type": "string" + }, + "OrionHostnameSetByUser": { + "description": "Flag if OrionHostname was changed by user during the integration", + "type": "boolean" + }, + "DpaServiceUserAccountId": { + "description": "ID of account in Orion for DPA", + "type": "string" + }, + "IntegrationStatus": { + "description": "Integration status", + "type": "number" + }, + "IntegrationStatusDescription": { + "description": "Description of integration status", + "type": "string" + }, + "Status": { + "description": "Status of DPA server", + "type": "number" + }, + "StatusDescription": { + "description": "Description of status", + "type": "string" + }, + "FeaturesCatalogDiff": { + "type": "string" + }, + "DetailsUrl": { + "description": "URL to details view of DPA server", + "type": "string" + } + } + }, + "Orion.DPI.Applications": { + "type": "object", + "properties": { + "ApplicationID": { + "type": "number" + }, + "Status": { + "type": "number" + }, + "DiscoveryMode": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ProtocolID": { + "type": "string" + }, + "CategoryID": { + "type": "number" + }, + "RiskLevel": { + "type": "number" + }, + "RiskLevelDescription": { + "type": "string" + }, + "ProductivityRating": { + "type": "number" + }, + "ProductivityRatingDescription": { + "type": "string" + }, + "Filter": { + "type": "string" + }, + "AdminStatus": { + "type": "number" + }, + "FilterSyntax": { + "type": "string" + }, + "LastDiscoveryDate": { + "format": "date-time", + "type": "string" + }, + "LastDiscoveryProbeID": { + "type": "number" + }, + "WebUri": { + "type": "string" + }, + "ART": { + "type": "number" + }, + "NRT": { + "type": "number" + }, + "Ingress": { + "type": "number" + }, + "IngressPerSec": { + "type": "number" + }, + "Egress": { + "type": "number" + }, + "EgressPerSec": { + "type": "number" + }, + "DataVolume": { + "type": "number" + }, + "DataVolumePerSec": { + "type": "number" + }, + "Transactions": { + "type": "number" + }, + "TransactionsPerMin": { + "type": "number" + }, + "UnManaged": { + "type": "boolean" + }, + "UnManageFrom": { + "format": "date-time", + "type": "string" + }, + "UnManageUntil": { + "format": "date-time", + "type": "string" + } + } + }, + "Orion.DPI.ApplicationAssignments": { + "type": "object", + "properties": { + "ApplicationID": { + "type": "number" + }, + "Status": { + "type": "number" + }, + "NodeID": { + "type": "number" + }, + "ART": { + "type": "number" + }, + "NRT": { + "type": "number" + }, + "Ingress": { + "type": "number" + }, + "IngressPerSec": { + "type": "number" + }, + "Egress": { + "type": "number" + }, + "EgressPerSec": { + "type": "number" + }, + "DataVolume": { + "type": "number" + }, + "DataVolumePerSec": { + "type": "number" + }, + "Transactions": { + "type": "number" + }, + "TransactionsPerMin": { + "type": "number" + }, + "DetailsUrl": { + "type": "string" + } + } + }, + "Orion.DPI.ApplicationSettings": { + "type": "object", + "properties": { + "SettingID": { + "type": "number" + }, + "ApplicationID": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "Value": { + "type": "string" + } + } + }, + "Orion.DPI.Probes": { + "type": "object", + "properties": { + "ProbeID": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "AgentID": { + "type": "number" + }, + "Description": { + "type": "string" + }, + "Mode": { + "type": "number" + }, + "Enabled": { + "type": "boolean" + }, + "Status": { + "type": "number" + } + } + }, + "Orion.DPI.ProbeAssignments": { + "type": "object", + "properties": { + "ProbeID": { + "type": "number" + }, + "NodeID": { + "type": "number" + } + } + }, + "Orion.DPI.ProbeSettings": { + "type": "object", + "properties": { + "SettingID": { + "type": "number" + }, + "ProbeID": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "Value": { + "type": "string" + } + } + }, + "Orion.DPI.ProbeProperties": { + "type": "object", + "properties": { + "PropertyID": { + "type": "number" + }, + "ProbeID": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "Value": { + "type": "string" + } + } + }, + "Orion.ESI.IncidentService": { + "description": "Holds the information about integrated incident management services.", + "type": "object", + "properties": { + "InstanceID": { + "format": "uuid", + "type": "string" + }, + "Type": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Url": { + "type": "string" + }, + "CredentialID": { + "type": "number" + }, + "OperationalState": { + "type": "number" + }, + "Status": { + "type": "number" + }, + "DetailsUrl": { + "type": "string" + } + } + }, + "Orion.HA.Pools": { + "description": "High Availability pools. Pool unites pool members of the same type to provide high availability of Orion servers.", + "type": "object", + "properties": { + "PoolId": { + "description": "ID of pool", + "type": "number" + }, + "PoolMasterMemberId": { + "description": "ID of pool member which acts as a pool master", + "type": "number" + }, + "PoolType": { + "description": "Type of pool (0 - main poller, 1 - additional poller)", + "type": "string" + }, + "DisplayName": { + "description": "Name of a pool", + "type": "string" + }, + "Enabled": { + "description": "Pool is enabled or disabled", + "type": "boolean" + }, + "CurrentStatus": { + "description": "Current status of a pool", + "type": "number" + }, + "CurrentStatusTimestamp": { + "format": "date-time", + "description": "Timestamp of current status", + "type": "string" + }, + "PoolMasterChangeTimestamp": { + "format": "date-time", + "description": "Timestamp of pool master role change", + "type": "string" + }, + "IntervalMemberDown": { + "description": "Interval after which is member considered as down", + "type": "number" + }, + "IntervalPoolTask": { + "description": "Pool task interval in seconds. In this interval HA service performs regular tasks e.g. services status monitoring", + "type": "number" + }, + "IntervalSuicideRule": { + "description": "Interval after which member releases its resource if it cannot reach other member of a pool do database", + "type": "number" + }, + "VirtualHostName": { + "description": "Virtual Host name assigned to a pool", + "type": "string" + }, + "VirtualIpAddress": { + "description": "Virtual IP Address assigned to a pool", + "type": "string" + }, + "DnsIpAddress": { + "description": "IP Address of DNS server hosting primary zone used by virtual host name", + "type": "string" + }, + "DnsZone": { + "description": "A name of forward lookup DNS zone where virtual host name record is stored", + "type": "string" + }, + "DnsType": { + "description": "Type of DNS server (Microsoft, BIND, Other)", + "type": "string" + } + } + }, + "Orion.HA.ResourcesInstances": { + "description": "Resources which belongs to pool members. Resource is a responsibility of Orion server which can be switched to another server in a pool e.g. \"Main poller responsibility\" or \"Virtual IP\".", + "type": "object", + "properties": { + "PoolId": { + "description": "ID of pool", + "type": "number" + }, + "RefId": { + "description": "Reference ID of resource", + "type": "string" + }, + "PoolMemberId": { + "description": "ID of pool member", + "type": "number" + }, + "CurrentStatus": { + "description": "Current status of resource", + "type": "number" + }, + "PreferredStatus": { + "description": "Preferred status of member - the status HA service want resource to be", + "type": "number" + }, + "Config": { + "description": "Resource configuration", + "type": "string" + }, + "ActionExecutionParameters": { + "description": "Resource actions execution arguments", + "type": "string" + } + } + }, + "Orion.HA.PoolMemberInterfacesInfo": { + "description": "IP addresses present on interfaces of pool members.", + "type": "object", + "properties": { + "PoolMemberId": { + "description": "ID of pool member", + "type": "number" + }, + "InterfaceType": { + "description": "Type of interface (1 - primary, 2 - other)", + "type": "number" + }, + "IPAddress": { + "description": "IP address", + "type": "string" + }, + "SubnetPrefixLength": { + "description": "Length of subnet prefix", + "type": "string" + }, + "IsDynamic": { + "description": "Static or dynamic IPv4 address flag (true - dynamic IP address). ", + "type": "boolean" + } + } + }, + "Orion.NPM.Interfaces": { + "type": "object", + "properties": { + "NodeID": { + "type": "number" + }, + "InterfaceID": { + "type": "number" + }, + "ObjectSubType": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Index": { + "type": "number" + }, + "Icon": { + "type": "string" + }, + "Type": { + "type": "number" + }, + "TypeName": { + "type": "string" + }, + "TypeDescription": { + "type": "string" + }, + "Speed": { + "type": "number" + }, + "MTU": { + "type": "number" + }, + "LastChange": { + "format": "date-time", + "type": "string" + }, + "PhysicalAddress": { + "type": "string" + }, + "AdminStatus": { + "type": "number" + }, + "OperStatus": { + "type": "number" + }, + "StatusIcon": { + "type": "string" + }, + "InBandwidth": { + "type": "number" + }, + "OutBandwidth": { + "type": "number" + }, + "Caption": { + "type": "string" + }, + "FullName": { + "type": "string" + }, + "Outbps": { + "type": "number" + }, + "Inbps": { + "type": "number" + }, + "Bps": { + "type": "number" + }, + "OutPercentUtil": { + "type": "number" + }, + "InPercentUtil": { + "type": "number" + }, + "PercentUtil": { + "type": "number" + }, + "OutPps": { + "type": "number" + }, + "InPps": { + "type": "number" + }, + "InPktSize": { + "type": "number" + }, + "OutPktSize": { + "type": "number" + }, + "OutUcastPps": { + "type": "number" + }, + "OutMcastPps": { + "type": "number" + }, + "InUcastPps": { + "type": "number" + }, + "InMcastPps": { + "type": "number" + }, + "InDiscardsThisHour": { + "type": "number" + }, + "InDiscardsToday": { + "type": "number" + }, + "InErrorsThisHour": { + "type": "number" + }, + "InErrorsToday": { + "type": "number" + }, + "OutDiscardsThisHour": { + "type": "number" + }, + "OutDiscardsToday": { + "type": "number" + }, + "OutErrorsThisHour": { + "type": "number" + }, + "OutErrorsToday": { + "type": "number" + }, + "CRCAlignErrorsThisHour": { + "type": "number" + }, + "CRCAlignErrorsToday": { + "type": "number" + }, + "LateCollisionsThisHour": { + "type": "number" + }, + "LateCollisionsToday": { + "type": "number" + }, + "MaxInBpsToday": { + "type": "number" + }, + "MaxInBpsTime": { + "format": "date-time", + "type": "string" + }, + "MaxOutBpsToday": { + "type": "number" + }, + "MaxOutBpsTime": { + "format": "date-time", + "type": "string" + }, + "Counter64": { + "$ref": "#/definitions/System.Char" + }, + "LastSync": { + "format": "date-time", + "type": "string" + }, + "Alias": { + "type": "string" + }, + "IfName": { + "type": "string" + }, + "Severity": { + "type": "number" + }, + "CustomBandwidth": { + "type": "boolean" + }, + "CustomPollerLastStatisticsPoll": { + "format": "date-time", + "type": "string" + }, + "PollInterval": { + "type": "number" + }, + "NextPoll": { + "format": "date-time", + "type": "string" + }, + "RediscoveryInterval": { + "type": "number" + }, + "NextRediscovery": { + "format": "date-time", + "type": "string" + }, + "StatCollection": { + "type": "number" + }, + "UnPluggable": { + "type": "boolean" + }, + "InterfaceSpeed": { + "type": "number" + }, + "InterfaceCaption": { + "type": "string" + }, + "InterfaceType": { + "type": "number" + }, + "InterfaceSubType": { + "type": "number" + }, + "MAC": { + "type": "string" + }, + "InterfaceName": { + "type": "string" + }, + "InterfaceIcon": { + "type": "string" + }, + "InterfaceTypeName": { + "type": "string" + }, + "AdminStatusLED": { + "type": "string" + }, + "OperStatusLED": { + "type": "string" + }, + "InterfaceAlias": { + "type": "string" + }, + "InterfaceIndex": { + "type": "number" + }, + "InterfaceLastChange": { + "format": "date-time", + "type": "string" + }, + "InterfaceMTU": { + "type": "number" + }, + "InterfaceTypeDescription": { + "type": "string" + }, + "OrionIdPrefix": { + "type": "string" + }, + "OrionIdColumn": { + "type": "string" + }, + "DuplexMode": { + "type": "number" + }, + "SkippedPollingCycles": { + "type": "number" + }, + "MinutesSinceLastSync": { + "type": "number" + }, + "Status": { + "type": "number" + }, + "InterfaceResponding": { + "type": "boolean" + }, + "Description": { + "type": "string" + }, + "DetailsUrl": { + "type": "string" + }, + "ObsoleteDataCurrentSettingValue": { + "type": "number" + }, + "ObsoleteDataFeatureStatus": { + "type": "number" + }, + "HasObsoleteData": { + "type": "boolean" + } + } + }, + "System.Char": { + "type": "object" + }, + "IPAM.IPNode": { + "type": "object", + "properties": { + "IpNodeId": { + "type": "number" + }, + "SubnetId": { + "type": "number" + }, + "IPOrdinal": { + "type": "number" + }, + "IPAddress": { + "type": "string" + }, + "IPAddressN": { + "format": "uuid", + "type": "string" + }, + "IPMapped": { + "type": "string" + }, + "IPMappedN": { + "format": "uuid", + "type": "string" + }, + "Alias": { + "type": "string" + }, + "MAC": { + "type": "string" + }, + "DnsBackward": { + "type": "string" + }, + "DhcpClientName": { + "type": "string" + }, + "SysName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Contact": { + "type": "string" + }, + "Location": { + "type": "string" + }, + "SysObjectID": { + "type": "string" + }, + "Vendor": { + "type": "string" + }, + "VendorIcon": { + "type": "string" + }, + "MachineType": { + "type": "string" + }, + "Comments": { + "type": "string" + }, + "ResponseTime": { + "type": "number" + }, + "LastBoot": { + "format": "date-time", + "type": "string" + }, + "LastSync": { + "format": "date-time", + "type": "string" + }, + "LastCredential": { + "format": "uuid", + "type": "string" + }, + "Status": { + "type": "number" + }, + "AllocPolicy": { + "type": "number" + }, + "SkipScan": { + "type": "boolean" + }, + "LeaseExpires": { + "format": "date-time", + "type": "string" + }, + "DnsBy": { + "type": "number" + }, + "MacBy": { + "type": "number" + }, + "StatusBy": { + "type": "number" + }, + "SystemDataBy": { + "type": "number" + } + } + }, + "IPAM.Subnet": { + "type": "object", + "properties": { + "SubnetId": { + "type": "number" + }, + "ParentId": { + "type": "number" + }, + "Address": { + "type": "string" + }, + "AddressN": { + "format": "uuid", + "type": "string" + }, + "AddressMask": { + "type": "string" + }, + "CIDR": { + "type": "number" + }, + "AllocSize": { + "type": "number" + }, + "AllocSizeN": { + "$ref": "#/definitions/System.Decimal" + }, + "FriendlyName": { + "type": "string" + }, + "Comments": { + "type": "string" + }, + "VLAN": { + "type": "string" + }, + "Location": { + "type": "string" + }, + "LastDiscovery": { + "format": "date-time", + "type": "string" + }, + "Status": { + "type": "number" + }, + "ScanInterval": { + "type": "number" + }, + "PercentUsed": { + "$ref": "#/definitions/System.Decimal" + }, + "TotalCount": { + "type": "number" + }, + "UsedCount": { + "type": "number" + }, + "AvailableCount": { + "type": "number" + }, + "ReservedCount": { + "type": "number" + }, + "TransientCount": { + "type": "number" + }, + "HasLicenceOverflow": { + "type": "boolean" + }, + "GroupIconPrefix": { + "type": "string" + }, + "StatusName": { + "type": "string" + }, + "StatusShortDescription": { + "type": "string" + }, + "StatusRanking": { + "type": "number" + }, + "StatusIconPostfix": { + "type": "string" + }, + "GroupTypeText": { + "type": "string" + }, + "AccountID": { + "type": "string" + }, + "Role": { + "type": "string" + }, + "GroupType": { + "type": "number" + }, + "Distance": { + "type": "number" + } + } + }, + "System.Decimal": { + "type": "object" + }, + "IPAM.GroupsCustomProperties": { + "type": "object", + "properties": { + "GroupId": { + "type": "number" + } + } + }, + "IPAM.NodesCustomProperties": { + "type": "object", + "properties": { + "IPNodeId": { + "type": "number" + } + } + }, + "Orion.Licensing.LicenseFilters": { + "type": "object", + "properties": { + "Id": { + "type": "number" + }, + "LicenseVersion": { + "type": "string" + }, + "ProductName": { + "type": "string" + } + } + }, + "Orion.NetPath.EndpointServices": { + "description": "Contains configuration information for services to monitor.", + "type": "object", + "properties": { + "EndpointServiceID": { + "type": "number" + }, + "CreationTime": { + "format": "date-time", + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "HostName": { + "type": "string" + }, + "Protocol": { + "type": "string" + }, + "Port": { + "type": "number" + }, + "ProbeIntervalInMinutes": { + "type": "number" + }, + "Status": { + "type": "number" + }, + "DetailsUrl": { + "type": "string" + }, + "StatusDescription": { + "type": "string" + }, + "StatusLED": { + "type": "string" + }, + "Image": { + "type": "string" + } + } + }, + "Orion.NetPath.Probes": { + "description": "Contains probe information. The probing is done from probes. A user can install multiple probes at various locations to probe the same service.", + "type": "object", + "properties": { + "ProbeID": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "AgentID": { + "type": "number" + }, + "EngineID": { + "type": "number" + }, + "DetailsUrl": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Enabled": { + "type": "boolean" + }, + "Status": { + "type": "number" + } + } + }, + "Orion.NetPath.EndpointServiceAssignments": { + "description": "Contains the assignments between probes and the services they monitor. A probe can monitor multiple services, and a service can be monitored by multiple probes.", + "type": "object", + "properties": { + "ProbeID": { + "type": "number" + }, + "EndpointServiceID": { + "type": "number" + }, + "Enabled": { + "type": "boolean" + }, + "LastStatus": { + "type": "number" + }, + "Status": { + "type": "number" + }, + "LastProbeTime": { + "format": "date-time", + "type": "string" + } + } + }, + "Orion.NetPath.EndpointServiceProperties": { + "description": "Table holds settings for Probe and particular EndpointService if specified. Values are inherited from less specific (ProbeId only) to concrete (ProbeId and EndpointServiceId)", + "type": "object", + "properties": { + "ID": { + "type": "number" + }, + "ProbeID": { + "type": "number" + }, + "EndpointServiceID": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "Value": { + "type": "string" + } + } + }, + "Orion.NetPath.Thresholds": { + "description": "Contains custom status threshold values for a probe and service assignment.", + "type": "object", + "properties": { + "ProbeID": { + "type": "number" + }, + "EndpointServiceID": { + "type": "number" + }, + "ThresholdTypeID": { + "type": "number" + }, + "ObjectTypeID": { + "type": "number" + }, + "Critical": { + "type": "number" + }, + "Warning": { + "type": "number" + }, + "Benign": { + "type": "number" + } + } + }, + "Orion.NetPath.Networks": { + "description": "Contains BGP information about the nodes and endpoints discovered during probing. This includes the autonomous system the node belongs to, the network address block, and the contact information associated with it.", + "type": "object", + "properties": { + "CidrBlockFrom": { + "type": "string" + }, + "CidrBlockTo": { + "type": "string" + }, + "CidrBlockPrefix": { + "type": "string" + }, + "CidrBlockLength": { + "type": "number" + }, + "OrganizationName": { + "type": "string" + }, + "AbusePocs": { + "type": "string" + }, + "OriginAs": { + "type": "string" + } + } + }, + "Orion.NPM.CustomPollerAssignmentOnNode": { + "type": "object", + "properties": { + "NodeID": { + "type": "number" + }, + "CustomPollerAssignmentID": { + "format": "uuid", + "type": "string" + }, + "Description": { + "type": "string" + }, + "DetailsUrl": { + "type": "string" + } + } + }, + "Orion.NPM.CustomPollerAssignmentOnInterface": { + "type": "object", + "properties": { + "CustomPollerAssignmentID": { + "format": "uuid", + "type": "string" + }, + "InterfaceID": { + "type": "number" + }, + "Description": { + "type": "string" + }, + "DetailsUrl": { + "type": "string" + } + } + }, + "Orion.OLM.MessageSources": { + "type": "object", + "properties": { + "MessageSourceID": { + "type": "number" + }, + "NodeID": { + "type": "number" + }, + "EngineID": { + "type": "number" + }, + "Caption": { + "type": "string" + }, + "IPAddress": { + "type": "string" + }, + "MachineType": { + "type": "string" + }, + "Vendor": { + "type": "string" + }, + "Created": { + "format": "date-time", + "type": "string" + }, + "Status": { + "type": "number" + } + } + }, + "Orion.Alerts": { + "description": "Alerts created in Basic Alerts Manger.", + "type": "object", + "properties": { + "EngineID": { + "type": "number" + }, + "AlertID": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "Enabled": { + "type": "boolean" + }, + "Description": { + "type": "string" + }, + "StartTime": { + "format": "date-time", + "type": "string" + }, + "EndTime": { + "format": "date-time", + "type": "string" + }, + "DOW": { + "type": "string" + }, + "NetObjects": { + "type": "string" + }, + "PropertyID": { + "type": "number" + }, + "Trigger": { + "type": "string" + }, + "Reset": { + "type": "string" + }, + "Sustained": { + "type": "number" + }, + "TriggerSubjectTemplate": { + "type": "string" + }, + "TriggerMessageTemplate": { + "type": "string" + }, + "ResetSubjectTemplate": { + "type": "string" + }, + "ResetMessageTemplate": { + "type": "string" + }, + "Frequency": { + "type": "number" + }, + "EMailAddresses": { + "type": "string" + }, + "ReplyName": { + "type": "string" + }, + "ReplyAddress": { + "type": "string" + }, + "LogFile": { + "type": "string" + }, + "LogMessage": { + "type": "string" + }, + "ShellTrigger": { + "type": "string" + }, + "ShellReset": { + "type": "string" + }, + "SuppressionType": { + "type": "string" + }, + "Suppression": { + "type": "string" + }, + "AlertDefID": { + "format": "uuid", + "type": "string" + }, + "Reverted": { + "type": "boolean" + } + } + }, + "Orion.AlertStatus": { + "description": "ToDo", + "type": "object", + "properties": { + "AlertDefID": { + "format": "uuid", + "type": "string" + }, + "ActiveObject": { + "type": "string" + }, + "ObjectType": { + "type": "string" + }, + "State": { + "type": "number" + }, + "WorkingState": { + "type": "number" + }, + "ObjectName": { + "type": "string" + }, + "AlertMessage": { + "type": "string" + }, + "TriggerTimeStamp": { + "format": "date-time", + "type": "string" + }, + "TriggerTimeOffset": { + "type": "number" + }, + "TriggerCount": { + "type": "number" + }, + "ResetTimeStamp": { + "format": "date-time", + "type": "string" + }, + "Acknowledged": { + "type": "number" + }, + "AcknowledgedBy": { + "type": "string" + }, + "AcknowledgedTime": { + "format": "date-time", + "type": "string" + }, + "LastUpdate": { + "format": "date-time", + "type": "string" + }, + "AlertNotes": { + "type": "string" + }, + "Notes": { + "type": "string" + }, + "AlertObjectID": { + "type": "number" + } + } + }, + "Orion.AlertConfigurations": { + "description": "ToDo", + "type": "object", + "properties": { + "AlertID": { + "type": "number" + }, + "AlertMessage": { + "type": "string" + }, + "AlertRefID": { + "format": "uuid", + "type": "string" + }, + "Name": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ObjectType": { + "type": "string" + }, + "Enabled": { + "type": "boolean" + }, + "Frequency": { + "type": "number" + }, + "Trigger": { + "type": "string" + }, + "Reset": { + "type": "string" + }, + "Severity": { + "type": "number" + }, + "NotifyEnabled": { + "type": "boolean" + }, + "NotificationSettings": { + "type": "string" + }, + "LastEdit": { + "format": "date-time", + "type": "string" + }, + "CreatedBy": { + "type": "string" + }, + "Category": { + "type": "string" + }, + "Canned": { + "type": "boolean" + } + } + }, + "Orion.AlertDefinitions": { + "description": "ToDo", + "type": "object", + "properties": { + "AlertDefID": { + "format": "uuid", + "type": "string" + }, + "Name": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Enabled": { + "type": "boolean" + }, + "StartTime": { + "format": "date-time", + "type": "string" + }, + "EndTime": { + "format": "date-time", + "type": "string" + }, + "DOW": { + "type": "string" + }, + "TriggerQuery": { + "type": "string" + }, + "TriggerQueryDesign": { + "type": "string" + }, + "ResetQuery": { + "type": "string" + }, + "ResetQueryDesign": { + "type": "string" + }, + "SuppressionQuery": { + "type": "string" + }, + "SuppressionQueryDesign": { + "type": "string" + }, + "TriggerSustained": { + "type": "number" + }, + "ResetSustained": { + "type": "number" + }, + "LastExecuteTime": { + "format": "date-time", + "type": "string" + }, + "ExecuteInterval": { + "type": "number" + }, + "BlockUntil": { + "format": "date-time", + "type": "string" + }, + "ResponseTime": { + "type": "number" + }, + "LastErrorTime": { + "format": "date-time", + "type": "string" + }, + "LastError": { + "type": "string" + }, + "ObjectType": { + "type": "string" + }, + "Reverted": { + "type": "boolean" + } + } + }, + "Orion.Actions": { + "description": "ToDo", + "type": "object", + "properties": { + "ActionID": { + "type": "number" + }, + "ActionTypeID": { + "type": "string" + }, + "Title": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Enabled": { + "type": "boolean" + }, + "SortOrder": { + "type": "number" + } + } + }, + "Orion.ActionsProperties": { + "description": "ToDo", + "type": "object", + "properties": { + "ActionID": { + "type": "number" + }, + "PropertyName": { + "type": "string" + }, + "PropertyValue": { + "type": "string" + } + } + }, + "Orion.ActionAssignmentProperties": { + "description": "Action properties per assignment to store values for shared actions", + "type": "object", + "properties": { + "ActionAssignmentPropertyID": { + "type": "number" + }, + "ActionAssignmentID": { + "type": "number" + }, + "PropertyName": { + "type": "string" + }, + "PropertyValue": { + "type": "string" + } + } + }, + "Orion.ActionsAssignments": { + "description": "ToDo", + "type": "object", + "properties": { + "ActionAssignmentID": { + "type": "number" + }, + "ActionID": { + "type": "number" + }, + "ParentID": { + "type": "number" + }, + "EnvironmentType": { + "type": "string" + }, + "CategoryType": { + "type": "string" + } + } + }, + "Orion.ActionSchedules": { + "description": "Cross-reference entity between Frequencies and Actions", + "type": "object", + "properties": { + "FrequencyID": { + "type": "number" + }, + "ActionID": { + "type": "number" + } + } + }, + "Orion.AlertSchedules": { + "description": "ToDo", + "type": "object", + "properties": { + "FrequencyID": { + "type": "number" + }, + "AlertConfigurationID": { + "type": "number" + } + } + }, + "Orion.DiscoveryLogs": { + "type": "object", + "properties": { + "DiscoveryLogID": { + "type": "number" + }, + "ProfileID": { + "type": "number" + }, + "FinishedTimeStamp": { + "format": "date-time", + "type": "string" + }, + "AutoImport": { + "type": "boolean" + }, + "Result": { + "type": "number" + }, + "ResultDescription": { + "type": "string" + }, + "ErrorMessage": { + "type": "string" + }, + "BatchID": { + "format": "uuid", + "type": "string" + } + } + }, + "Orion.Dependencies": { + "description": "This entity contains dependencies defined by user and generated automatically", + "type": "object", + "properties": { + "DependencyId": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "ParentUri": { + "type": "string" + }, + "ChildUri": { + "type": "string" + }, + "LastUpdateUTC": { + "format": "date-time", + "type": "string" + }, + "AutoManaged": { + "type": "boolean" + }, + "IncludeInStatusCalculation": { + "type": "boolean" + }, + "EngineID": { + "type": "number" + }, + "Category": { + "type": "number" + }, + "ParentEntityType": { + "type": "string" + }, + "ParentNetObjectID": { + "type": "number" + }, + "ChildEntityType": { + "type": "string" + }, + "ChildNetObjectID": { + "type": "number" + }, + "Description": { + "type": "string" + }, + "Owner": { + "type": "string" + }, + "FoundAsAutoManaged": { + "type": "boolean" + } + } + }, + "Orion.DeletedAutoDependencies": { + "description": "This entity contains Auto Dependencies ignored by user", + "type": "object", + "properties": { + "DependencyId": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "ParentUri": { + "type": "string" + }, + "ChildUri": { + "type": "string" + }, + "LastUpdateUTC": { + "format": "date-time", + "type": "string" + }, + "AutoManaged": { + "type": "boolean" + }, + "IncludeInStatusCalculation": { + "type": "boolean" + }, + "EngineID": { + "type": "number" + }, + "Category": { + "type": "number" + }, + "ParentEntityType": { + "type": "string" + }, + "ParentNetObjectID": { + "type": "number" + }, + "ChildEntityType": { + "type": "string" + }, + "ChildNetObjectID": { + "type": "number" + }, + "Description": { + "type": "string" + }, + "Owner": { + "type": "string" + }, + "FoundAsAutoManaged": { + "type": "boolean" + } + } + }, + "Orion.Events": { + "description": "ToDo", + "type": "object", + "properties": { + "EventID": { + "type": "number" + }, + "EventTime": { + "format": "date-time", + "type": "string" + }, + "NetworkNode": { + "type": "number" + }, + "NetObjectID": { + "type": "number" + }, + "NetObjectValue": { + "type": "string" + }, + "EngineID": { + "type": "number" + }, + "EventType": { + "type": "number" + }, + "Message": { + "type": "string" + }, + "Acknowledged": { + "type": "boolean" + }, + "NetObjectType": { + "type": "string" + }, + "TimeStamp": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "Orion.MapStudioFiles": { + "description": "ToDo", + "type": "object", + "properties": { + "FileId": { + "format": "uuid", + "type": "string" + }, + "FileName": { + "type": "string" + }, + "FileData": { + "type": "array", + "items": { + "type": "number" + } + }, + "Timestamp": { + "format": "date-time", + "type": "string" + }, + "Owner": { + "type": "string" + }, + "UpdateUser": { + "type": "string" + }, + "IsDeleted": { + "type": "boolean" + }, + "LockUser": { + "type": "string" + }, + "FileType": { + "type": "number" + }, + "LockDate": { + "format": "date-time", + "type": "string" + }, + "ComputerName": { + "type": "string" + } + } + }, + "Orion.NodeNotes": { + "description": "Notes associated to the nodes.", + "type": "object", + "properties": { + "NodeNoteID": { + "type": "number" + }, + "Note": { + "type": "string" + }, + "NodeID": { + "type": "number" + }, + "AccountID": { + "type": "string" + }, + "TimeStamp": { + "format": "date-time", + "type": "string" + } + } + }, + "Orion.Nodes": { + "description": "ToDo", + "type": "object", + "properties": { + "NodeID": { + "type": "number" + }, + "ObjectSubType": { + "type": "string" + }, + "IPAddress": { + "type": "string" + }, + "IPAddressType": { + "type": "string" + }, + "DynamicIP": { + "type": "boolean" + }, + "Caption": { + "type": "string" + }, + "NodeDescription": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "DNS": { + "type": "string" + }, + "SysName": { + "type": "string" + }, + "Vendor": { + "type": "string" + }, + "SysObjectID": { + "type": "string" + }, + "Location": { + "type": "string" + }, + "Contact": { + "type": "string" + }, + "VendorIcon": { + "type": "string" + }, + "Icon": { + "type": "string" + }, + "Status": { + "type": "number" + }, + "StatusLED": { + "type": "string" + }, + "StatusDescription": { + "type": "string" + }, + "CustomStatus": { + "type": "boolean" + }, + "IOSImage": { + "type": "string" + }, + "IOSVersion": { + "type": "string" + }, + "GroupStatus": { + "type": "string" + }, + "StatusIcon": { + "type": "string" + }, + "LastBoot": { + "format": "date-time", + "type": "string" + }, + "SystemUpTime": { + "type": "number" + }, + "ResponseTime": { + "type": "number" + }, + "PercentLoss": { + "type": "number" + }, + "AvgResponseTime": { + "type": "number" + }, + "MinResponseTime": { + "type": "number" + }, + "MaxResponseTime": { + "type": "number" + }, + "CPUCount": { + "type": "number" + }, + "CPULoad": { + "type": "number" + }, + "MemoryUsed": { + "type": "number" + }, + "LoadAverage1": { + "type": "number" + }, + "LoadAverage5": { + "type": "number" + }, + "LoadAverage15": { + "type": "number" + }, + "MemoryAvailable": { + "type": "number" + }, + "PercentMemoryUsed": { + "type": "number" + }, + "PercentMemoryAvailable": { + "type": "number" + }, + "LastSync": { + "format": "date-time", + "type": "string" + }, + "LastSystemUpTimePollUtc": { + "format": "date-time", + "type": "string" + }, + "MachineType": { + "type": "string" + }, + "IsServer": { + "type": "boolean" + }, + "Severity": { + "type": "number" + }, + "UiSeverity": { + "type": "number" + }, + "ChildStatus": { + "type": "number" + }, + "Allow64BitCounters": { + "type": "boolean" + }, + "AgentPort": { + "type": "string" + }, + "TotalMemory": { + "type": "number" + }, + "CMTS": { + "$ref": "#/definitions/System.Char" + }, + "CustomPollerLastStatisticsPoll": { + "format": "date-time", + "type": "string" + }, + "CustomPollerLastStatisticsPollSuccess": { + "format": "date-time", + "type": "string" + }, + "SNMPVersion": { + "type": "number" + }, + "PollInterval": { + "type": "number" + }, + "EngineID": { + "type": "number" + }, + "RediscoveryInterval": { + "type": "number" + }, + "NextPoll": { + "format": "date-time", + "type": "string" + }, + "NextRediscovery": { + "format": "date-time", + "type": "string" + }, + "StatCollection": { + "type": "number" + }, + "External": { + "type": "boolean" + }, + "Community": { + "type": "string" + }, + "RWCommunity": { + "type": "string" + }, + "IP": { + "type": "string" + }, + "IP_Address": { + "type": "string" + }, + "IPAddressGUID": { + "format": "uuid", + "type": "string" + }, + "NodeName": { + "type": "string" + }, + "BlockUntil": { + "format": "date-time", + "type": "string" + }, + "BufferNoMemThisHour": { + "type": "number" + }, + "BufferNoMemToday": { + "type": "number" + }, + "BufferSmMissThisHour": { + "type": "number" + }, + "BufferSmMissToday": { + "type": "number" + }, + "BufferMdMissThisHour": { + "type": "number" + }, + "BufferMdMissToday": { + "type": "number" + }, + "BufferBgMissThisHour": { + "type": "number" + }, + "BufferBgMissToday": { + "type": "number" + }, + "BufferLgMissThisHour": { + "type": "number" + }, + "BufferLgMissToday": { + "type": "number" + }, + "BufferHgMissThisHour": { + "type": "number" + }, + "BufferHgMissToday": { + "type": "number" + }, + "OrionIdPrefix": { + "type": "string" + }, + "OrionIdColumn": { + "type": "string" + }, + "SkippedPollingCycles": { + "type": "number" + }, + "MinutesSinceLastSync": { + "type": "number" + }, + "EntityType": { + "type": "string" + }, + "DetailsUrl": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "Category": { + "type": "number" + }, + "IsOrionServer": { + "type": "boolean" + } + } + }, + "Orion.Pollers": { + "description": "ToDo", + "type": "object", + "properties": { + "PollerID": { + "type": "number" + }, + "PollerType": { + "type": "string" + }, + "NetObject": { + "type": "string" + }, + "NetObjectType": { + "type": "string" + }, + "NetObjectID": { + "type": "number" + }, + "Enabled": { + "type": "boolean" + } + } + }, + "Orion.ResourceProperties": { + "description": "All properties of resources added to the Orion views.", + "type": "object", + "properties": { + "ResourceID": { + "type": "number" + }, + "PropertyName": { + "type": "string" + }, + "PropertyValue": { + "type": "string" + } + } + }, + "Orion.Resources": { + "description": "All resources added to the Orion views.", + "type": "object", + "properties": { + "ResourceID": { + "type": "number" + }, + "ViewID": { + "type": "number" + }, + "ViewColumn": { + "type": "number" + }, + "Position": { + "type": "number" + }, + "ResourceName": { + "type": "string" + }, + "ResourceFile": { + "type": "string" + }, + "ResourceTitle": { + "type": "string" + }, + "ResourceSubTitle": { + "type": "string" + } + } + }, + "Orion.Volumes": { + "description": "ToDo", + "type": "object", + "properties": { + "NodeID": { + "type": "number" + }, + "Status": { + "type": "number" + }, + "StatusLED": { + "type": "string" + }, + "VolumeID": { + "type": "number" + }, + "Icon": { + "type": "string" + }, + "Index": { + "type": "number" + }, + "Caption": { + "type": "string" + }, + "PollInterval": { + "type": "number" + }, + "StatCollection": { + "type": "number" + }, + "RediscoveryInterval": { + "type": "number" + }, + "StatusIcon": { + "type": "string" + }, + "Type": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Responding": { + "$ref": "#/definitions/System.Char" + }, + "FullName": { + "type": "string" + }, + "LastSync": { + "format": "date-time", + "type": "string" + }, + "VolumePercentUsed": { + "type": "number" + }, + "VolumeAllocationFailuresThisHour": { + "type": "number" + }, + "VolumeIndex": { + "type": "number" + }, + "VolumeTypeID": { + "type": "number" + }, + "VolumeType": { + "type": "string" + }, + "VolumeDescription": { + "type": "string" + }, + "VolumeSize": { + "type": "number" + }, + "VolumeSpaceUsed": { + "type": "number" + }, + "VolumeAllocationFailuresToday": { + "type": "number" + }, + "VolumeResponding": { + "$ref": "#/definitions/System.Char" + }, + "VolumeSpaceAvailable": { + "type": "number" + }, + "VolumeTypeIcon": { + "type": "string" + }, + "OrionIdPrefix": { + "type": "string" + }, + "OrionIdColumn": { + "type": "string" + }, + "DiskQueueLength": { + "type": "number" + }, + "DiskTransfer": { + "type": "number" + }, + "DiskReads": { + "type": "number" + }, + "DiskWrites": { + "type": "number" + }, + "DisplayName": { + "type": "string" + }, + "TotalDiskIOPS": { + "type": "number" + }, + "VolumePercentAvailable": { + "type": "number" + }, + "MinutesSinceLastSync": { + "type": "number" + }, + "DetailsUrl": { + "type": "string" + }, + "SkippedPollingCycles": { + "type": "number" + }, + "VolumeSpaceAvailableExp": { + "type": "number" + }, + "NextPoll": { + "format": "date-time", + "type": "string" + }, + "NextRediscovery": { + "format": "date-time", + "type": "string" + }, + "DeviceId": { + "type": "string" + }, + "DiskSerialNumber": { + "type": "string" + }, + "InterfaceType": { + "type": "string" + }, + "SCSITargetId": { + "type": "number" + }, + "SCSILunId": { + "type": "number" + }, + "SCSIPortId": { + "type": "number" + }, + "SCSIControllerId": { + "type": "string" + }, + "SCSIPortOffset": { + "type": "number" + } + } + }, + "Orion.NodeSettings": { + "description": "ToDo", + "type": "object", + "properties": { + "NodeID": { + "type": "number" + }, + "SettingName": { + "type": "string" + }, + "SettingValue": { + "type": "string" + }, + "NodeSettingID": { + "type": "number" + } + } + }, + "Orion.WorldMap.Point": { + "description": "ToDo", + "type": "object", + "properties": { + "PointId": { + "type": "number" + }, + "Instance": { + "type": "string" + }, + "InstanceID": { + "type": "string" + }, + "Latitude": { + "type": "number" + }, + "Longitude": { + "type": "number" + }, + "AutoAdded": { + "type": "boolean" + }, + "StreetAddress": { + "type": "string" + } + } + }, + "Orion.WorldMap.PointLabel": { + "description": "Location name for World Map point.", + "type": "object", + "properties": { + "LabelId": { + "type": "number" + }, + "Title": { + "type": "string" + } + } + }, + "Orion.NetObjectDowntime": { + "description": "Downtime object for Downtime Monitoring.", + "type": "object", + "properties": { + "EntityId": { + "type": "string" + }, + "NodeId": { + "type": "number" + }, + "DateTimeFrom": { + "format": "date-time", + "type": "string" + }, + "DateTimeUntil": { + "format": "date-time", + "type": "string" + }, + "DateTimeUntilNow": { + "format": "date-time", + "type": "string" + }, + "State": { + "type": "number" + }, + "EntityType": { + "type": "string" + }, + "TotalDurationMin": { + "type": "number" + } + } + }, + "Orion.ForecastMetrics": { + "description": "Global settings for forecasting entities (e.g. CPULoad). Global settings include global thresholds, UsePeakValue flag, etc. ", + "type": "object", + "properties": { + "Id": { + "type": "number" + }, + "EntityType": { + "type": "string" + }, + "SourceDataEntityName": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "UsePeakValues": { + "type": "boolean" + }, + "ThresholdType": { + "type": "number" + }, + "Icon": { + "type": "string" + }, + "WarningThresholdSettingID": { + "type": "string" + }, + "CriticalThresholdSettingID": { + "type": "string" + }, + "CapacityThresholdSettingID": { + "type": "string" + } + } + }, + "Orion.ForecastCapacitySettings": { + "description": "Per NetObject settings for forecasting entities. These takes precedence over the global settings from ForecastMetrics.", + "type": "object", + "properties": { + "InstanceId": { + "type": "number" + }, + "MetricId": { + "type": "number" + }, + "Enabled": { + "type": "boolean" + }, + "UsePeakValues": { + "type": "boolean" + }, + "WarningThreshold": { + "type": "number" + }, + "CriticalThreshold": { + "type": "number" + }, + "CapacityThreshold": { + "type": "number" + } + } + }, + "Orion.MaintenancePlan": { + "description": "Plan defining maintenance schedule for entities being unmanaged.", + "type": "object", + "properties": { + "ID": { + "type": "number" + }, + "AccountID": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Reason": { + "type": "string" + }, + "KeepPolling": { + "type": "boolean" + }, + "Favorite": { + "type": "boolean" + }, + "Enabled": { + "type": "boolean" + }, + "UnmanageDate": { + "format": "date-time", + "type": "string" + }, + "RemanageDate": { + "format": "date-time", + "type": "string" + } + } + }, + "Orion.MaintenancePlanAssignment": { + "description": "Defines entity which is included in maintenance plan.", + "type": "object", + "properties": { + "ID": { + "type": "number" + }, + "EntityID": { + "type": "number" + }, + "EntityUri": { + "type": "string" + }, + "MaintenancePlanID": { + "type": "number" + }, + "EntityType": { + "type": "string" + }, + "Enabled": { + "type": "boolean" + } + } + }, + "Orion.Web.FavoriteResource": { + "description": "All resources marked as favorite by a user account.", + "type": "object", + "properties": { + "ID": { + "type": "number" + }, + "AccountID": { + "type": "string" + }, + "ResourcePath": { + "type": "string" + } + } + }, + "Orion.Web.UserWebView": { + "description": "Represents relation between Users and WebViews.", + "type": "object", + "properties": { + "AccountID": { + "type": "string" + }, + "WebViewID": { + "type": "number" + } + } + }, + "Orion.OrionServers": { + "description": "Represents Orion servers (MPE, APE, AW).", + "type": "object", + "properties": { + "OrionServerID": { + "type": "number" + }, + "ServerType": { + "type": "string" + }, + "HostName": { + "type": "string" + }, + "NodeID": { + "type": "number" + }, + "Status": { + "type": "number" + }, + "AgentAutoDeploy": { + "type": "boolean" + }, + "DetailsUrl": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "SWAKeepAlive": { + "format": "date-time", + "type": "string" + }, + "SWAVersion": { + "type": "string" + }, + "Details": { + "type": "string" + } + } + }, + "Orion.PerfStack.Projects": { + "description": "\n This entity represents the view of a Performance Analysis Project, that the user\n can store, reload or share with others.\n ", + "type": "object", + "properties": { + "AccountID": { + "type": "string" + }, + "ProjectID": { + "type": "string" + }, + "UpdateDateTime": { + "format": "date-time", + "type": "string" + }, + "CreateDateTime": { + "format": "date-time", + "type": "string" + }, + "Favorite": { + "type": "boolean" + }, + "Data": { + "type": "string" + }, + "ChartCount": { + "type": "number" + }, + "MetricCount": { + "type": "number" + }, + "MetricTypes": { + "type": "string" + } + } + }, + "Orion.PerfStack.StatisticsEntity": { + "type": "object", + "properties": { + "ID": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "ObservationTimestamp": { + "format": "date-time", + "type": "string" + }, + "Value": { + "type": "number" + } + } + }, + "Orion.Remoting.RemoteExecutionPackage": { + "type": "object", + "properties": { + "RemoteExecutableId": { + "type": "number" + } + } + }, + "Orion.SamAppOptics.Integration": { + "type": "object", + "properties": { + "Id": { + "type": "number" + }, + "IntegrationType": { + "type": "string" + }, + "ApplicationID": { + "type": "number" + }, + "NodeID": { + "type": "number" + }, + "ExternalUrl": { + "type": "string" + }, + "ServiceName": { + "type": "string" + }, + "DeploymentState": { + "type": "number" + }, + "FailureReason": { + "type": "string" + } + } + }, + "Orion.SamAppOptics.RegistrationCountry": { + "type": "object", + "properties": { + "Id": { + "type": "number" + }, + "Code": { + "type": "string" + }, + "Name": { + "type": "string" + } + } + }, + "Orion.SamAppOptics.RegistrationState": { + "type": "object", + "properties": { + "Id": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "Code": { + "type": "string" + }, + "CountryCode": { + "type": "string" + } + } + }, + "Orion.SamAppOptics.ApplicationPool": { + "type": "object", + "properties": { + "Id": { + "type": "number" + }, + "IntegrationId": { + "type": "number" + }, + "ApplicationPoolId": { + "type": "number" + }, + "ServiceName": { + "type": "string" + }, + "ConfigurationPoolName": { + "type": "string" + } + } + }, + "Orion.SCM.ServerConfiguration": { + "description": "\n This entity represents nodes, which are monitored by SCM product.\n Every SCM node, can be polled for configuration changes.\n ", + "type": "object", + "properties": { + "NodeID": { + "type": "number" + }, + "Enabled": { + "type": "boolean" + }, + "PollingInterval": { + "type": "number" + }, + "LastPoll": { + "format": "date-time", + "type": "string" + }, + "StatusDescription": { + "type": "string" + }, + "StatusLED": { + "type": "string" + }, + "DetailsUrl": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Image": { + "type": "string" + }, + "BaselineStatus": { + "type": "number" + }, + "LastAgentPluginHealthCheck": { + "format": "date-time", + "type": "string" + }, + "LastChangeDetected": { + "format": "date-time", + "type": "string" + } + } + }, + "Orion.SCM.Profiles": { + "description": "\n This entity represents profiles, which could be set and maintained by a user.\n ", + "type": "object", + "properties": { + "ProfileID": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "BuiltIn": { + "type": "boolean" + }, + "UniqueId": { + "format": "uuid", + "type": "string" + }, + "TemplateMappingRules": { + "type": "string" + }, + "ProfileOrigin": { + "type": "number" + }, + "OriginalProfileUniqueID": { + "format": "uuid", + "type": "string" + }, + "Modified": { + "format": "date-time", + "type": "string" + } + } + }, + "Orion.SCM.NodesProfiles": { + "description": "\n This entity represents mapping table for M:N relationship between SCM Nodes and SCM Profiles.\n ", + "type": "object", + "properties": { + "NodeID": { + "type": "number" + }, + "ProfileID": { + "type": "number" + }, + "Assigned": { + "format": "date-time", + "type": "string" + } + } + }, + "Orion.SCM.NodesProfilesArchive": { + "description": "\n This entity represents unassigned NodesProfiles, for which we keep history.\n ", + "type": "object", + "properties": { + "NodeID": { + "type": "number" + }, + "ProfileID": { + "type": "number" + }, + "Assigned": { + "format": "date-time", + "type": "string" + }, + "Unassigned": { + "format": "date-time", + "type": "string" + } + } + }, + "Orion.SCM.NodesProfilesHistory": { + "description": "\n This entity represents history of assigned profiles.\n ", + "type": "object", + "properties": { + "ID": { + "type": "number" + }, + "NodeID": { + "type": "number" + }, + "ProfileID": { + "type": "number" + }, + "Assigned": { + "format": "date-time", + "type": "string" + }, + "Unassigned": { + "format": "date-time", + "type": "string" + } + } + }, + "Orion.SCM.Baseline": { + "description": "\n This entity represents base line. Base line serve as base compare point.\n ", + "type": "object", + "properties": { + "BaselineID": { + "type": "number" + }, + "NodeID": { + "type": "number" + }, + "TimeStamp": { + "format": "date-time", + "type": "string" + } + } + }, + "Orion.SCM.ProfileElements": { + "description": "\n This entity represents monitored element for SCM profile, which could be set and maintained by a user.\n Monitored element can represent file or registry key which is monitored by superior profile.\n ", + "type": "object", + "properties": { + "ElementID": { + "type": "number" + }, + "ProfileID": { + "type": "number" + }, + "Type": { + "type": "number" + }, + "DisplayAlias": { + "type": "string" + }, + "Settings": { + "type": "string" + }, + "Description": { + "type": "string" + } + } + }, + "Orion.SCM.Results.PolledElements": { + "description": "\n This entity represets Discovered Elements matching Profile Element settings.\n ", + "type": "object", + "properties": { + "PolledElementID": { + "type": "number" + }, + "NodeID": { + "type": "number" + }, + "ElementID": { + "type": "number" + }, + "DisplayAlias": { + "type": "string" + }, + "Settings": { + "type": "string" + }, + "BaselineStatus": { + "type": "number" + } + } + }, + "Orion.SCM.Results.PolledElementDetails": { + "description": "\n This entity represets some extending details for PolledElements.\n ", + "type": "object", + "properties": { + "PolledElementID": { + "type": "number" + }, + "DisplayAliasFirstPart": { + "type": "string" + }, + "DisplayAliasSecondPart": { + "type": "string" + }, + "Path": { + "type": "string" + }, + "IsTypePathBased": { + "type": "boolean" + }, + "UseProfileDisplayAlias": { + "type": "boolean" + }, + "DisplayAlias": { + "type": "string" + }, + "DisplayName": { + "type": "string" + } + } + }, + "Orion.SCM.Results.NodesPollingErrors": { + "description": "\n This entity represents polling errors for SCM node / server configuration.\n ", + "type": "object", + "properties": { + "NodeID": { + "type": "number" + }, + "Type": { + "type": "number" + }, + "Message": { + "type": "string" + } + } + }, + "Orion.SCM.Results.PolledElementErrors": { + "description": "\n This entity represents polling errors for PolledElements.\n ", + "type": "object", + "properties": { + "NodeID": { + "type": "number" + }, + "ElementID": { + "type": "number" + }, + "PolledElementID": { + "type": "number" + }, + "TimeStamp": { + "format": "date-time", + "type": "string" + }, + "Type": { + "type": "number" + }, + "Message": { + "type": "string" + } + } + }, + "Orion.SCM.Results.ElementErrors": { + "description": "\n This entity represents polling errors which occur while discovering Profile Elements.\n ", + "type": "object", + "properties": { + "NodeID": { + "type": "number" + }, + "ElementID": { + "type": "number" + }, + "TimeStamp": { + "format": "date-time", + "type": "string" + }, + "Type": { + "type": "number" + }, + "Message": { + "type": "string" + } + } + }, + "Orion.SCM.PollEntries": { + "description": "\n This entity represents poll on particular SCM node, recorded.\n ", + "type": "object", + "properties": { + "NodeID": { + "type": "number" + }, + "ElementID": { + "type": "number" + }, + "PollTime": { + "format": "date-time", + "type": "string" + }, + "Type": { + "type": "number" + } + } + }, + "Orion.SettingOverride": { + "type": "object", + "properties": { + "Name": { + "type": "string" + }, + "OrionServerID": { + "type": "number" + }, + "Value": { + "type": "string" + } + } + }, + "Orion.SEUM.Agents": { + "type": "object", + "properties": { + "AgentId": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "Hostname": { + "type": "string" + }, + "DNSName": { + "type": "string" + }, + "IP": { + "type": "string" + }, + "OSVersion": { + "type": "string" + }, + "Password": { + "type": "string" + }, + "Url": { + "type": "string" + }, + "Port": { + "type": "number" + }, + "UseProxy": { + "type": "boolean" + }, + "ProxyUrl": { + "type": "string" + }, + "UseProxyAuthentication": { + "type": "boolean" + }, + "ProxyUserName": { + "type": "string" + }, + "ProxyPassword": { + "type": "string" + }, + "PollingEngineId": { + "type": "number" + }, + "JobId": { + "format": "uuid", + "type": "string" + }, + "ConnectionStatus": { + "type": "number" + }, + "ConnectionStatusMessage": { + "type": "string" + }, + "InCloud": { + "type": "boolean" + }, + "AgentGuid": { + "format": "uuid", + "type": "string" + }, + "IsActiveAgent": { + "type": "boolean" + }, + "AgentVersion": { + "type": "string" + }, + "LoadPercentage": { + "type": "number" + }, + "RDPEnabled": { + "type": "boolean" + }, + "OrionIdColumn": { + "type": "string" + }, + "Unmanaged": { + "type": "boolean" + }, + "ConnectionStatusTimeStampUtc": { + "format": "date-time", + "type": "string" + }, + "NumAllTransactions": { + "type": "number" + }, + "NumManagedTransactions": { + "type": "number" + }, + "AvgLoadPercentageLast30min": { + "type": "number" + }, + "AvgLoadPercentageLast60min": { + "type": "number" + }, + "DetailsUrl": { + "type": "string" + } + } + }, + "Orion.SEUM.Recordings": { + "type": "object", + "properties": { + "RecordingId": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "Guid": { + "format": "uuid", + "type": "string" + }, + "CreationDateUtc": { + "format": "date-time", + "type": "string" + }, + "LastUpdateUtc": { + "format": "date-time", + "type": "string" + }, + "RequiresInteractiveSession": { + "type": "boolean" + } + } + }, + "Orion.SEUM.RecordingCustomProperties": { + "type": "object" + }, + "Orion.SEUM.RecordingSteps": { + "type": "object", + "properties": { + "RecordingId": { + "type": "number" + }, + "StepId": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "Url": { + "type": "string" + }, + "StepOrder": { + "type": "number" + }, + "Guid": { + "format": "uuid", + "type": "string" + }, + "Description": { + "type": "string" + }, + "PlaybackCommands": { + "type": "string" + }, + "WarningThreshold": { + "type": "number" + }, + "CriticalThreshold": { + "type": "number" + }, + "ControlActionId": { + "format": "uuid", + "type": "string" + } + } + }, + "Orion.SEUM.Transactions": { + "type": "object", + "properties": { + "TransactionId": { + "type": "number" + }, + "RecordingId": { + "type": "number" + }, + "AgentId": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "Frequency": { + "type": "number" + }, + "JobId": { + "format": "uuid", + "type": "string" + }, + "LastDuration": { + "type": "number" + }, + "LastDateTimeUtc": { + "format": "date-time", + "type": "string" + }, + "LastPlayedUtc": { + "format": "date-time", + "type": "string" + }, + "WarningThreshold": { + "type": "number" + }, + "CriticalThreshold": { + "type": "number" + }, + "LastErrorMessage": { + "type": "string" + }, + "OrionIdColumn": { + "type": "string" + }, + "LastModificationUtc": { + "format": "date-time", + "type": "string" + }, + "UnManaged": { + "type": "boolean" + }, + "IsEnabled": { + "type": "boolean" + }, + "DetailsUrl": { + "type": "string" + } + } + }, + "Orion.SEUM.TransactionCustomProperties": { + "type": "object" + }, + "Orion.SEUM.TransactionRunParameters": { + "type": "object", + "properties": { + "TransactionId": { + "type": "number" + }, + "Type": { + "type": "number" + }, + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + } + }, + "Orion.SEUM.TransactionSteps": { + "type": "object", + "properties": { + "TransactionStepId": { + "type": "number" + }, + "TransactionId": { + "type": "number" + }, + "RecordingId": { + "type": "number" + }, + "StepId": { + "type": "number" + }, + "StepGuid": { + "format": "uuid", + "type": "string" + }, + "WarningThreshold": { + "type": "number" + }, + "CriticalThreshold": { + "type": "number" + }, + "OptimalThreshold": { + "type": "number" + }, + "LastDuration": { + "type": "number" + }, + "LastErrorMessage": { + "type": "string" + }, + "LastDateTimeUtc": { + "format": "date-time", + "type": "string" + }, + "LastPlayedUtc": { + "format": "date-time", + "type": "string" + }, + "ScreenshotId": { + "format": "uuid", + "type": "string" + }, + "ScreenshotDateTimeUtc": { + "format": "date-time", + "type": "string" + }, + "OrionIdColumn": { + "type": "string" + }, + "DetailsUrl": { + "type": "string" + } + } + }, + "Orion.SEUM.Settings": { + "type": "object", + "properties": { + "Name": { + "type": "string" + }, + "Value": { + "type": "string" + } + } + }, + "Orion.AutoDependencyRoot": { + "type": "object", + "properties": { + "EngineID": { + "type": "number" + }, + "RootNodeID": { + "type": "number" + }, + "RootEngineID": { + "type": "number" + }, + "LastUpdateUTC": { + "format": "date-time", + "type": "string" + }, + "TotalNodeCount": { + "type": "number" + }, + "EngineNodeCount": { + "type": "number" + } + } + }, + "Orion.SSH.Session": { + "type": "object", + "properties": { + "ClientId": { + "type": "string" + }, + "HostName": { + "type": "string" + }, + "Username": { + "type": "string" + }, + "Password": { + "type": "string" + }, + "SSHPort": { + "type": "number" + }, + "EngineId": { + "type": "number" + }, + "NodeId": { + "type": "number" + } + } + }, + "Orion.VIM.ClustersCustomProperties": { + "type": "object", + "properties": { + "ClusterID": { + "type": "number" + } + } + }, + "Orion.VIM.VirtualMachinesCustomProperties": { + "type": "object", + "properties": { + "VirtualMachineID": { + "type": "number" + } + } + }, + "Orion.VIM.HostsCustomProperties": { + "type": "object", + "properties": { + "HostID": { + "type": "number" + } + } + }, + "Orion.VIM.DatastoresCustomProperties": { + "type": "object", + "properties": { + "DataStoreID": { + "type": "number" + } + } + }, + "Orion.WirelessHeatMap.Map": { + "type": "object", + "properties": { + "MapID": { + "type": "number" + }, + "DisplayName": { + "type": "string" + }, + "Scale": { + "type": "number" + }, + "ScaleUnit": { + "type": "number" + }, + "PercentProgress": { + "type": "number" + }, + "ProcessingEngine": { + "type": "string" + }, + "GenerateStarted": { + "type": "boolean" + }, + "LastGenerationStarted": { + "format": "date-time", + "type": "string" + }, + "LastGenerationFinished": { + "format": "date-time", + "type": "string" + }, + "ErrorCode": { + "type": "number" + }, + "MapStudioFileID": { + "format": "uuid", + "type": "string" + }, + "DetailsUrl": { + "type": "string" + } + } + }, + "SWISf.RemoteSWIS": { + "type": "object", + "properties": { + "SwisUri": { + "type": "string" + }, + "Tag": { + "type": "string" + }, + "Enabled": { + "type": "boolean" + }, + "AlwaysIncludeEntities": { + "type": "boolean" + } + } + }, + "System.Subscription": { + "type": "object", + "properties": { + "Id": { + "format": "uuid", + "type": "string" + }, + "EndpointAddress": { + "type": "string" + }, + "Query": { + "type": "string" + }, + "LastSuccessfulDelivery": { + "format": "date-time", + "type": "string" + }, + "FailedDeliveryAttempts": { + "type": "number" + }, + "Binding": { + "type": "string" + }, + "DataFormat": { + "type": "string" + }, + "CredentialType": { + "type": "string" + }, + "Version": { + "type": "number" + }, + "TTL": { + "type": "number" + }, + "ReliableDelivery": { + "type": "boolean" + }, + "Username": { + "type": "string" + }, + "Password": { + "type": "string" + } + } + }, + "System.SubscriptionProperty": { + "type": "object", + "properties": { + "IndicationType": { + "type": "string" + }, + "EntityName": { + "type": "string" + }, + "PropertyName": { + "type": "string" + } + } + } + }, + "securityDefinitions": { + "basicAuth": { + "type": "basic" + } + }, + "security": [ + {} + ], + "tags": [ + { + "name": "Query", + "description": "Use SWQL queries to fetch data" + }, + { + "name": "CRUD", + "description": "Create, Read, Update, or Delete SWIS entities" + }, + { + "name": "Verbs", + "description": "Invoke operations" + } + ] +} \ No newline at end of file diff --git a/SolarWinds/Orion NPM/OpenAPIs/solarwinds_orion_npm-latest.json b/SolarWinds/Orion NPM/OpenAPIs/solarwinds_orion_npm-latest.json new file mode 100644 index 0000000..df01d3b --- /dev/null +++ b/SolarWinds/Orion NPM/OpenAPIs/solarwinds_orion_npm-latest.json @@ -0,0 +1,22278 @@ +{ + "openapi": "3.0.0", + "info": { + "title": "SolarWinds Orion NPM", + "version": "latest", + "x-vendor-api-version": "3.0.0", + "x-itential-curated": "Trimmed to 24 of 792 upstream operations. Covers the generic SWQL query/read/update/delete/bulk primitives (usable against any SWIS entity) plus Orion NPM's core entities: node create/unmanage/remanage/poll-now, interface create/discover/add/unmanage/remanage, custom property CRUD for nodes and interfaces, and poller creation. See the repo README for the full scope and the full spec." + }, + "paths": { + "/Query": { + "get": { + "tags": [ + "Query" + ], + "operationId": "Query", + "parameters": [ + { + "in": "query", + "name": "query", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Query results", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/QueryResponse" + } + } + } + } + } + }, + "post": { + "tags": [ + "Query" + ], + "operationId": "QueryWithParameters", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/QueryRequest" + } + } + } + }, + "responses": { + "200": { + "description": "Query results", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/QueryResponse" + } + } + } + } + } + } + }, + "/{uri}": { + "get": { + "tags": [ + "CRUD" + ], + "operationId": "Read", + "parameters": [ + { + "in": "path", + "name": "uri", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "A successful read returns the properties of the read object.", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + } + } + }, + "post": { + "tags": [ + "CRUD" + ], + "operationId": "Update", + "parameters": [ + { + "in": "path", + "name": "uri", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + }, + "description": "The properties in the body for an update operation should match the properties of the entity type being updated" + }, + "responses": { + "200": { + "description": "A successful update returns an empty response." + } + } + }, + "delete": { + "tags": [ + "CRUD" + ], + "operationId": "Delete", + "parameters": [ + { + "in": "path", + "name": "uri", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "A successful delete returns an empty response." + } + } + } + }, + "/BulkUpdate": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "BulkUpdate", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/BulkUpdateRequest" + } + } + }, + "description": "The properties in the body for a bulk update operation should match the properties of the entity type being updated" + }, + "responses": { + "200": { + "description": "A successful bulk update returns an empty response." + } + } + } + }, + "/BulkDelete": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "BulkDelete", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/BulkDeleteRequest" + } + } + } + }, + "responses": { + "200": { + "description": "A successful bulk delete returns an empty response." + } + } + } + }, + "/Create/Orion.Nodes": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionNodes", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Orion.Nodes" + } + } + } + }, + "responses": { + "200": { + "description": "Uri for the newly created Orion.Nodes instance", + "content": { + "application/json": { + "schema": { + "type": "string" + } + } + } + } + } + } + }, + "/Invoke/Orion.Nodes/Unmanage": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionNodesUnmanage", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/OrionNodesUnmanageRequest" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/System.Void" + } + } + } + } + } + } + }, + "/Invoke/Orion.Nodes/Remanage": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionNodesRemanage", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/OrionNodesRemanageRequest" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/System.Void" + } + } + } + } + } + } + }, + "/Invoke/Orion.Nodes/PollNow": { + "post": { + "tags": [ + "Verbs" + ], + "description": "It will poll node instance and update its information", + "operationId": "OrionNodesPollNow", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/OrionNodesPollNowRequest" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/System.Void" + } + } + } + } + } + } + }, + "/Create/Orion.NPM.Interfaces": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionNPMInterfaces", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Orion.NPM.Interfaces" + } + } + } + }, + "responses": { + "200": { + "description": "Uri for the newly created Orion.NPM.Interfaces instance", + "content": { + "application/json": { + "schema": { + "type": "string" + } + } + } + } + } + } + }, + "/Invoke/Orion.NPM.Interfaces/DiscoverInterfacesOnNode": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionNPMInterfacesDiscoverInterfacesOnNode", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/OrionNPMInterfacesDiscoverInterfacesOnNodeRequest" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/SolarWinds.NPM.Common.Models.Discovery.InterfaceDiscovery.LiteDiscoveryResult" + } + } + } + } + } + } + }, + "/Invoke/Orion.NPM.Interfaces/AddInterfacesOnNode": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionNPMInterfacesAddInterfacesOnNode", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/OrionNPMInterfacesAddInterfacesOnNodeRequest" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/SolarWinds.NPM.Common.Models.Discovery.InterfaceDiscovery.LiteDiscoveryResult" + } + } + } + } + } + } + }, + "/Invoke/Orion.NPM.Interfaces/Unmanage": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionNPMInterfacesUnmanage", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/OrionNPMInterfacesUnmanageRequest" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/System.Void" + } + } + } + } + } + } + }, + "/Invoke/Orion.NPM.Interfaces/Remanage": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionNPMInterfacesRemanage", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/OrionNPMInterfacesRemanageRequest" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/System.Void" + } + } + } + } + } + } + }, + "/Invoke/Orion.NPM.Interfaces/SetPowerLevel": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionNPMInterfacesSetPowerLevel", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/OrionNPMInterfacesSetPowerLevelRequest" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/System.Void" + } + } + } + } + } + } + }, + "/Invoke/Orion.NodesCustomProperties/CreateCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionNodesCustomPropertiesCreateCustomProperty", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/OrionNodesCustomPropertiesCreateCustomPropertyRequest" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/System.Void" + } + } + } + } + } + } + }, + "/Invoke/Orion.NodesCustomProperties/ModifyCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionNodesCustomPropertiesModifyCustomProperty", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/OrionNodesCustomPropertiesModifyCustomPropertyRequest" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/System.Void" + } + } + } + } + } + } + }, + "/Invoke/Orion.NodesCustomProperties/DeleteCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "ToDo", + "operationId": "OrionNodesCustomPropertiesDeleteCustomProperty", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/OrionNodesCustomPropertiesDeleteCustomPropertyRequest" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/System.Void" + } + } + } + } + } + } + }, + "/Invoke/Orion.NPM.InterfacesCustomProperties/CreateCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionNPMInterfacesCustomPropertiesCreateCustomProperty", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/OrionNPMInterfacesCustomPropertiesCreateCustomPropertyRequest" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/System.Void" + } + } + } + } + } + } + }, + "/Invoke/Orion.NPM.InterfacesCustomProperties/ModifyCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionNPMInterfacesCustomPropertiesModifyCustomProperty", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/OrionNPMInterfacesCustomPropertiesModifyCustomPropertyRequest" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/System.Void" + } + } + } + } + } + } + }, + "/Invoke/Orion.NPM.InterfacesCustomProperties/DeleteCustomProperty": { + "post": { + "tags": [ + "Verbs" + ], + "description": "", + "operationId": "OrionNPMInterfacesCustomPropertiesDeleteCustomProperty", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/OrionNPMInterfacesCustomPropertiesDeleteCustomPropertyRequest" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/System.Void" + } + } + } + } + } + } + }, + "/Create/Orion.Pollers": { + "post": { + "tags": [ + "CRUD" + ], + "operationId": "CreateOrionPollers", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Orion.Pollers" + } + } + } + }, + "responses": { + "200": { + "description": "Uri for the newly created Orion.Pollers instance", + "content": { + "application/json": { + "schema": { + "type": "string" + } + } + } + } + } + } + } + }, + "security": [ + { + "basicAuth": [] + } + ], + "tags": [ + { + "name": "Query", + "description": "Use SWQL queries to fetch data" + }, + { + "name": "CRUD", + "description": "Create, Read, Update, or Delete SWIS entities" + }, + { + "name": "Verbs", + "description": "Invoke operations" + } + ], + "servers": [ + { + "url": "https://HOSTNAME:PORT/SolarWinds/InformationService/v3/Json" + } + ], + "components": { + "securitySchemes": { + "basicAuth": { + "type": "http", + "scheme": "basic" + } + }, + "schemas": { + "QueryRequest": { + "required": [ + "query" + ], + "type": "object", + "properties": { + "query": { + "type": "string" + }, + "parameters": { + "type": "object" + } + } + }, + "QueryResponse": { + "type": "object", + "properties": { + "results": { + "type": "array", + "items": { + "type": "object" + } + }, + "totalRows": { + "type": "number" + } + } + }, + "BulkUpdateRequest": { + "required": [ + "uris", + "properties" + ], + "type": "object", + "properties": { + "uris": { + "type": "array", + "items": { + "type": "string" + } + }, + "properties": { + "type": "object" + } + } + }, + "BulkDeleteRequest": { + "required": [ + "uris" + ], + "type": "object", + "properties": { + "uris": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "OrionADMNodeInventoryPollNowRequest": { + "required": [ + "nodeIds" + ], + "type": "object", + "properties": { + "nodeIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "System.Void": { + "type": "object" + }, + "OrionADMNodeInventoryEnableRequest": { + "required": [ + "nodeIds" + ], + "type": "object", + "properties": { + "nodeIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "OrionADMNodeInventoryDisableRequest": { + "required": [ + "nodeIds" + ], + "type": "object", + "properties": { + "nodeIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "OrionADMNodeInventorySchedulePollNowRequest": { + "required": [ + "jobTag", + "nodeIds", + "millisecondsTimeout" + ], + "type": "object", + "properties": { + "jobTag": { + "format": "uuid", + "type": "string" + }, + "nodeIds": { + "type": "array", + "items": { + "type": "number" + } + }, + "millisecondsTimeout": { + "type": "number" + } + } + }, + "OrionADMNodeInventoryScheduleEnableRequest": { + "required": [ + "jobTag", + "nodeIds", + "millisecondsTimeout" + ], + "type": "object", + "properties": { + "jobTag": { + "format": "uuid", + "type": "string" + }, + "nodeIds": { + "type": "array", + "items": { + "type": "number" + } + }, + "millisecondsTimeout": { + "type": "number" + } + } + }, + "OrionADMNodeInventoryUninstallConnectionQualityAgentPluginRequest": { + "type": "object" + }, + "OrionAgentManagementAgentDeployRequest": { + "required": [ + "pollingEngineId", + "agentName", + "hostname", + "ipAddress", + "machineUserName", + "machinePassword" + ], + "type": "object", + "properties": { + "pollingEngineId": { + "type": "number" + }, + "agentName": { + "type": "string" + }, + "hostname": { + "type": "string" + }, + "ipAddress": { + "type": "string" + }, + "machineUserName": { + "type": "string" + }, + "machinePassword": { + "type": "string" + }, + "additionalUsername": { + "type": "string" + }, + "additionalPassword": { + "type": "string" + }, + "passwordIsPrivateKey": { + "type": "boolean" + }, + "privateKeyPassword": { + "type": "string" + }, + "agentMode": { + "type": "number" + }, + "installPackageFallbackId": { + "type": "string" + } + } + }, + "OrionAgentManagementAgentDeployToNodeRequest": { + "required": [ + "nodeId" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + }, + "machineUserName": { + "type": "string" + }, + "machinePassword": { + "type": "string" + }, + "additionalUsername": { + "type": "string" + }, + "additionalPassword": { + "type": "string" + }, + "passwordIsPrivateKey": { + "type": "boolean" + }, + "privateKeyPassword": { + "type": "string" + }, + "agentMode": { + "type": "number" + }, + "installPackageFallbackId": { + "type": "string" + } + } + }, + "OrionAgentManagementAgentDeployPluginRequest": { + "required": [ + "agentId", + "pluginId" + ], + "type": "object", + "properties": { + "agentId": { + "type": "number" + }, + "pluginId": { + "type": "string" + } + } + }, + "OrionAgentManagementAgentRedeployPluginRequest": { + "required": [ + "agentId", + "pluginId" + ], + "type": "object", + "properties": { + "agentId": { + "type": "number" + }, + "pluginId": { + "type": "string" + } + } + }, + "OrionAgentManagementAgentUninstallPluginRequest": { + "required": [ + "agentId", + "pluginId" + ], + "type": "object", + "properties": { + "agentId": { + "type": "number" + }, + "pluginId": { + "type": "string" + } + } + }, + "OrionAgentManagementAgentUninstallRequest": { + "required": [ + "agentId" + ], + "type": "object", + "properties": { + "agentId": { + "type": "number" + } + } + }, + "OrionAgentManagementAgentDeleteRequest": { + "required": [ + "agentId" + ], + "type": "object", + "properties": { + "agentId": { + "type": "number" + } + } + }, + "OrionAgentManagementAgentApproveRebootRequest": { + "required": [ + "agentId" + ], + "type": "object", + "properties": { + "agentId": { + "type": "number" + } + } + }, + "OrionAgentManagementAgentApproveUpdateRequest": { + "required": [ + "agentId" + ], + "type": "object", + "properties": { + "agentId": { + "type": "number" + } + } + }, + "OrionAgentManagementAgentTestWithEngineRequest": { + "required": [ + "agentId", + "pollerId" + ], + "type": "object", + "properties": { + "agentId": { + "type": "number" + }, + "pollerId": { + "type": "number" + } + } + }, + "OrionAgentManagementAgentAssignToEngineRequest": { + "required": [ + "agentId", + "pollerId" + ], + "type": "object", + "properties": { + "agentId": { + "type": "number" + }, + "pollerId": { + "type": "number" + } + } + }, + "OrionAgentManagementAgentValidateDeploymentCredentialsRequest": { + "required": [ + "pollingEngineId", + "hostname", + "ipAddress", + "machineUserName", + "machinePassword" + ], + "type": "object", + "properties": { + "pollingEngineId": { + "type": "number" + }, + "hostname": { + "type": "string" + }, + "ipAddress": { + "type": "string" + }, + "machineUserName": { + "type": "string" + }, + "machinePassword": { + "type": "string" + }, + "additionalUsername": { + "type": "string" + }, + "additionalPassword": { + "type": "string" + }, + "passwordIsPrivateKey": { + "type": "boolean" + }, + "privateKeyPassword": { + "type": "string" + }, + "installPackageFallbackId": { + "type": "string" + } + } + }, + "OrionAgentManagementAgentRestartAgentRequest": { + "required": [ + "agentId" + ], + "type": "object", + "properties": { + "agentId": { + "type": "number" + } + } + }, + "OrionAPMIISSiteStartRequest": { + "required": [ + "nodeId", + "applicationId", + "credentialId", + "siteName", + "applicationTypeId" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + }, + "applicationId": { + "type": "number" + }, + "credentialId": { + "type": "number" + }, + "siteName": { + "type": "string" + }, + "applicationTypeId": { + "type": "string" + } + } + }, + "OrionAPMIISSiteStopRequest": { + "required": [ + "nodeId", + "applicationId", + "credentialId", + "siteName", + "applicationTypeId" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + }, + "applicationId": { + "type": "number" + }, + "credentialId": { + "type": "number" + }, + "siteName": { + "type": "string" + }, + "applicationTypeId": { + "type": "string" + } + } + }, + "OrionAPMIISSiteRestartRequest": { + "required": [ + "nodeId", + "applicationId", + "credentialId", + "siteName", + "applicationTypeId" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + }, + "applicationId": { + "type": "number" + }, + "credentialId": { + "type": "number" + }, + "siteName": { + "type": "string" + }, + "applicationTypeId": { + "type": "string" + } + } + }, + "OrionAPMIISApplicationPoolStartRequest": { + "required": [ + "nodeId", + "applicationId", + "credentialId", + "poolName", + "applicationTypeId" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + }, + "applicationId": { + "type": "number" + }, + "credentialId": { + "type": "number" + }, + "poolName": { + "type": "string" + }, + "applicationTypeId": { + "type": "string" + } + } + }, + "OrionAPMIISApplicationPoolStopRequest": { + "required": [ + "nodeId", + "applicationId", + "credentialId", + "poolName", + "applicationTypeId" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + }, + "applicationId": { + "type": "number" + }, + "credentialId": { + "type": "number" + }, + "poolName": { + "type": "string" + }, + "applicationTypeId": { + "type": "string" + } + } + }, + "OrionAPMIISApplicationPoolRestartRequest": { + "required": [ + "nodeId", + "applicationId", + "credentialId", + "poolName", + "applicationTypeId" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + }, + "applicationId": { + "type": "number" + }, + "credentialId": { + "type": "number" + }, + "poolName": { + "type": "string" + }, + "applicationTypeId": { + "type": "string" + } + } + }, + "OrionAPMApplicationUnmanageRequest": { + "required": [ + "netObjetId", + "unmanageTime", + "remanageTime", + "isRelative" + ], + "type": "object", + "properties": { + "netObjetId": { + "type": "string" + }, + "unmanageTime": { + "format": "date-time", + "type": "string" + }, + "remanageTime": { + "format": "date-time", + "type": "string" + }, + "isRelative": { + "type": "boolean" + } + } + }, + "OrionAPMApplicationRemanageRequest": { + "required": [ + "netObjetId" + ], + "type": "object", + "properties": { + "netObjetId": { + "type": "string" + } + } + }, + "OrionAPMApplicationCreateApplicationRequest": { + "required": [ + "nodeId", + "applicationTemplateId", + "credentialSetId", + "skipIfDuplicate" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + }, + "applicationTemplateId": { + "type": "number" + }, + "credentialSetId": { + "type": "number" + }, + "skipIfDuplicate": { + "type": "boolean" + } + } + }, + "OrionAPMApplicationDeleteApplicationRequest": { + "required": [ + "applicationId" + ], + "type": "object", + "properties": { + "applicationId": { + "type": "number" + } + } + }, + "OrionAPMApplicationPollNowRequest": { + "required": [ + "applicationId" + ], + "type": "object", + "properties": { + "applicationId": { + "type": "number" + } + } + }, + "OrionAPMApplicationCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "propertyName", + "description", + "valueType", + "size", + "validRange", + "parser", + "header", + "alignment", + "format", + "units", + "usageFlags", + "mandatory", + "defaultValue" + ], + "type": "object", + "properties": { + "propertyName": { + "type": "string" + }, + "description": { + "type": "string" + }, + "valueType": { + "type": "string" + }, + "size": { + "type": "number" + }, + "validRange": { + "type": "string" + }, + "parser": { + "type": "string" + }, + "header": { + "type": "string" + }, + "alignment": { + "type": "string" + }, + "format": { + "type": "string" + }, + "units": { + "type": "string" + }, + "usageFlags": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "mandatory": { + "type": "boolean" + }, + "defaultValue": { + "type": "string" + } + } + }, + "OrionAPMApplicationCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "propertyName", + "description", + "valueType", + "size", + "validRange", + "parser", + "header", + "alignment", + "format", + "units", + "values", + "usageFlags", + "mandatory", + "defaultValue" + ], + "type": "object", + "properties": { + "propertyName": { + "type": "string" + }, + "description": { + "type": "string" + }, + "valueType": { + "type": "string" + }, + "size": { + "type": "number" + }, + "validRange": { + "type": "string" + }, + "parser": { + "type": "string" + }, + "header": { + "type": "string" + }, + "alignment": { + "type": "string" + }, + "format": { + "type": "string" + }, + "units": { + "type": "string" + }, + "values": { + "type": "array", + "items": { + "type": "string" + } + }, + "usageFlags": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "mandatory": { + "type": "boolean" + }, + "defaultValue": { + "type": "string" + } + } + }, + "OrionAPMApplicationCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "propertyName", + "description", + "size", + "values", + "usageFlags", + "mandatory", + "defaultValue" + ], + "type": "object", + "properties": { + "propertyName": { + "type": "string" + }, + "description": { + "type": "string" + }, + "size": { + "type": "number" + }, + "values": { + "type": "array", + "items": { + "type": "string" + } + }, + "usageFlags": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "mandatory": { + "type": "boolean" + }, + "defaultValue": { + "type": "string" + } + } + }, + "OrionAPMApplicationCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "propertyName" + ], + "type": "object", + "properties": { + "propertyName": { + "type": "string" + } + } + }, + "SolarWinds.Data.Providers.APM.Verbs.ApplicationTemplateSetting": { + "type": "object", + "properties": { + "Name": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Frequency": { + "$ref": "#/components/schemas/System.TimeSpan" + }, + "Timeout": { + "$ref": "#/components/schemas/System.TimeSpan" + }, + "DebugLoggingEnabled": { + "type": "boolean" + }, + "NumberOfLogFilesToKeep": { + "type": "number" + }, + "Use64Bit": { + "type": "boolean" + } + } + }, + "System.TimeSpan": { + "type": "object", + "properties": { + "Ticks": { + "type": "number" + }, + "Days": { + "type": "number" + }, + "Hours": { + "type": "number" + }, + "Milliseconds": { + "type": "number" + }, + "Minutes": { + "type": "number" + }, + "Seconds": { + "type": "number" + }, + "TotalDays": { + "type": "number" + }, + "TotalHours": { + "type": "number" + }, + "TotalMilliseconds": { + "type": "number" + }, + "TotalMinutes": { + "type": "number" + }, + "TotalSeconds": { + "type": "number" + } + } + }, + "OrionAPMApplicationTemplateUpdateApplicationTemplateSettingsRequest": { + "required": [ + "applicationTemplateId", + "settings" + ], + "type": "object", + "properties": { + "applicationTemplateId": { + "type": "number" + }, + "settings": { + "$ref": "#/components/schemas/SolarWinds.Data.Providers.APM.Verbs.ApplicationTemplateSetting" + } + } + }, + "OrionAPMApplicationTemplateDeleteTemplateRequest": { + "required": [ + "applicationTemplateId" + ], + "type": "object", + "properties": { + "applicationTemplateId": { + "type": "number" + } + } + }, + "OrionAPMServerManagementStartServiceRequest": { + "required": [ + "nodeId", + "credentialId", + "serviceName" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + }, + "credentialId": { + "type": "number" + }, + "serviceName": { + "type": "string" + } + } + }, + "OrionAPMServerManagementStopServiceRequest": { + "required": [ + "nodeId", + "credentialId", + "serviceName" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + }, + "credentialId": { + "type": "number" + }, + "serviceName": { + "type": "string" + } + } + }, + "OrionAPMServerManagementRestartServiceRequest": { + "required": [ + "nodeId", + "credentialId", + "serviceName" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + }, + "credentialId": { + "type": "number" + }, + "serviceName": { + "type": "string" + } + } + }, + "OrionAPMServerManagementRebootNodeRequest": { + "required": [ + "nodeId" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + } + } + }, + "OrionStacksRelationTraverseRequest": { + "required": [ + "keys" + ], + "type": "object", + "properties": { + "keys": { + "type": "array", + "items": { + "type": "string" + } + }, + "includeRelations": { + "type": "boolean" + } + } + }, + "SolarWinds.AppStack.Contract.Models.RelianceData": { + "type": "object", + "properties": { + "Nodes": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.AppStack.Contract.Models.NodeInfo" + } + }, + "Reliances": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.AppStack.Contract.Models.RelianceInfo" + } + } + } + }, + "SolarWinds.AppStack.Contract.Models.NodeInfo": { + "type": "object", + "properties": { + "Id": { + "type": "number" + }, + "Uri": { + "type": "string" + }, + "EntityType": { + "type": "string" + }, + "Relation": { + "$ref": "#/components/schemas/SolarWinds.AppStack.Contract.Models.RelianceInfo" + } + } + }, + "SolarWinds.AppStack.Contract.Models.RelianceInfo": { + "type": "object", + "properties": { + "Id": { + "type": "number" + }, + "Neighbors": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "SolarWinds.AppStack.Contract.Models.UiRequest": { + "type": "object", + "properties": { + "SpotlightEnabled": { + "type": "boolean" + }, + "ViewLimitationId": { + "type": "number" + }, + "Categories": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.AppStack.Contract.Models.UiQueryCategory" + } + }, + "Selections": { + "type": "array", + "items": { + "type": "string" + } + }, + "Queries": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.AppStack.Contract.Models.UiQueryItem" + } + } + } + }, + "SolarWinds.AppStack.Contract.Models.UiQueryCategory": { + "type": "object", + "properties": { + "Id": { + "type": "string" + }, + "IssueLimit": { + "type": "number" + }, + "NonIssueLimit": { + "type": "number" + }, + "UiOrder": { + "type": "number" + }, + "CategoryDisplayToken": { + "type": "string" + } + } + }, + "SolarWinds.AppStack.Contract.Models.UiQueryItem": { + "type": "object", + "properties": { + "Entity": { + "type": "string" + }, + "CategoryId": { + "type": "string" + }, + "MembershipJoins": { + "type": "string" + }, + "MembershipQuery": { + "type": "string" + }, + "ForceNoMatches": { + "type": "boolean" + }, + "PropertyQueries": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.AppStack.Contract.Models.UiQueryFilterItem" + } + }, + "EntityRequirements": { + "$ref": "#/components/schemas/System.Collections.Generic.IEnumerable_System.String_" + }, + "QueryMode": { + "$ref": "#/components/schemas/SolarWinds.AppStack.Contract.Models.UiQueryItemMode" + }, + "AnyPropertyQueries": { + "type": "boolean" + } + } + }, + "SolarWinds.AppStack.Contract.Models.UiQueryFilterItem": { + "type": "object", + "properties": { + "CorrelationId": { + "type": "string" + }, + "Join": { + "type": "string" + }, + "Query": { + "type": "string" + } + } + }, + "SolarWinds.AppStack.Contract.Models.UiQueryItemMode": { + "enum": [ + "ForceAll", + "Query", + "ForceNone" + ], + "type": "string" + }, + "OrionStacksRelationProcessUiRequest": { + "required": [ + "config" + ], + "type": "object", + "properties": { + "config": { + "$ref": "#/components/schemas/SolarWinds.AppStack.Contract.Models.UiRequest" + }, + "includeTracing": { + "type": "boolean" + } + } + }, + "SolarWinds.AppStack.Contract.Models.UiResponse": { + "type": "object", + "properties": { + "Categories": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.AppStack.Contract.Models.UiCategory" + } + }, + "Traces": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.AppStack.Contract.Tracing.TraceEntry" + } + }, + "SwisErrorMessages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.InformationService.Contract2.ErrorMessage" + } + } + } + }, + "SolarWinds.AppStack.Contract.Models.UiCategory": { + "type": "object", + "properties": { + "Id": { + "type": "string" + }, + "Icons": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.AppStack.Contract.Models.UiIcon" + } + }, + "Counts": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.AppStack.Contract.Models.UiCount" + } + }, + "SelectionCounts": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.AppStack.Contract.Models.UiCount" + } + } + } + }, + "SolarWinds.AppStack.Contract.Models.UiIcon": { + "type": "object", + "properties": { + "Id": { + "type": "string" + }, + "Status": { + "type": "number" + }, + "ChildStatus": { + "type": "number" + }, + "UiOrder": { + "type": "number" + }, + "Severity": { + "type": "number" + }, + "DisplayName": { + "type": "string" + }, + "DetailsUrl": { + "type": "string" + }, + "IsSelected": { + "type": "boolean" + }, + "IsSelectionRelation": { + "type": "boolean" + }, + "IsFilterMatch": { + "type": "boolean" + }, + "IsForcedMembership": { + "type": "boolean" + } + } + }, + "SolarWinds.AppStack.Contract.Models.UiCount": { + "type": "object", + "properties": { + "Id": { + "type": "number" + }, + "N": { + "type": "number" + } + } + }, + "SolarWinds.AppStack.Contract.Tracing.TraceEntry": { + "type": "object", + "properties": { + "Timestamp": { + "format": "date-time", + "type": "string" + }, + "DurationMs": { + "type": "number" + }, + "Message": { + "type": "string" + }, + "Details": { + "type": "string" + }, + "TraceLevel": { + "type": "number" + } + } + }, + "SolarWinds.InformationService.Contract2.ErrorMessage": { + "type": "object", + "properties": { + "ErrorType": { + "type": "string" + }, + "Context": { + "type": "string" + }, + "Message": { + "type": "string" + } + } + }, + "OrionASANodeExecuteCliCommandRequest": { + "required": [ + "hostname", + "username", + "password", + "command" + ], + "type": "object", + "properties": { + "hostname": { + "description": "Hostname or ip address of the target device", + "type": "string" + }, + "username": { + "description": "Username to login to the device", + "type": "string" + }, + "password": { + "description": "Password used to login to the device", + "type": "string" + }, + "command": { + "description": "Actual command to be executed", + "type": "string" + }, + "enablePassword": { + "description": "(optional) Enable password to access privileged mode", + "type": "string" + } + } + }, + "OrionASAInterfacesSetFavoriteRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "SolarWinds.ASA.Common.Models.Actions.FavoriteActionResult": { + "type": "object", + "properties": { + "ErrorCode": { + "$ref": "#/components/schemas/SolarWinds.ASA.Common.Models.Actions.FavoriteActionErrorCodes" + }, + "MaxFavoritesCount": { + "type": "number" + }, + "IsSuccess": { + "type": "boolean" + } + } + }, + "SolarWinds.ASA.Common.Models.Actions.FavoriteActionErrorCodes": { + "enum": [ + "None", + "EntityNotFound", + "MaxCountExceeded", + "AccessToVerbDenied" + ], + "type": "string" + }, + "OrionASAInterfacesRemoveFavoriteRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CirrusNCM_NCMJobsGetJobRequest": { + "required": [ + "jobId" + ], + "type": "object", + "properties": { + "jobId": { + "type": "number" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.NCMJob": { + "type": "object", + "properties": { + "JobID": { + "type": "number" + }, + "JobName": { + "type": "string" + }, + "JobType": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.eJobType" + }, + "JobDefinition": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.NCMJobDefinition" + }, + "JobSchedule": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.NCMJobSchedule" + }, + "Enabled": { + "type": "boolean" + }, + "JobStatus": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.eJobStatus" + }, + "CreationDate": { + "format": "date-time", + "type": "string" + }, + "Author": { + "type": "string" + }, + "IsHidden": { + "type": "boolean" + }, + "IsPrePolulated": { + "type": "boolean" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.eJobType": { + "enum": [ + "CommandScript", + "ExecuteProgram", + "Upload", + "Report", + "Reboot", + "ExportConfigs", + "DatabaseMaintenance", + "Inventory", + "ConfigChangeReport", + "PolicyReport", + "PurgeConfigs", + "DownloadConfigs", + "RealTimeNotification", + "OrionImport", + "BaselineEntireNetwork", + "ConfigChangeTemplate" + ], + "type": "string" + }, + "SolarWinds.NCM.Contracts.InformationService.NCMJobDefinition": { + "type": "object", + "properties": { + "Name": { + "type": "string" + }, + "OwnerSID": { + "type": "string" + }, + "LastModification": { + "format": "date-time", + "type": "string" + }, + "Comments": { + "type": "string" + }, + "JobType": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.eJobType" + }, + "Nodes": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.SelectedNodes" + }, + "Parameters": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.JobParameters" + }, + "Notifications": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.JobNotifications" + }, + "NcmRunOnce": { + "type": "boolean" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.SelectedNodes": { + "type": "object", + "properties": { + "SelectedCriteriaType": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.eCriteriaType" + }, + "WebNodesSelectionCriterias": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.WebSelectionCriteria" + } + }, + "NetworkNodes": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.NetworkNode" + } + }, + "QueryString": { + "type": "string" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.eCriteriaType": { + "enum": [ + "AllNodes", + "SelectedNodes", + "WebCriteria", + "DesktopCriteria" + ], + "type": "string" + }, + "SolarWinds.NCM.Contracts.InformationService.WebSelectionCriteria": { + "type": "object", + "properties": { + "Id": { + "type": "string" + }, + "LogicalCondition": { + "type": "string" + }, + "SelectedColumn": { + "type": "string" + }, + "MatchType": { + "type": "string" + }, + "SelectedValue": { + "type": "string" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.NetworkNode": { + "type": "object", + "properties": { + "NodeCaption": { + "type": "string" + }, + "NodeID": { + "type": "string" + }, + "Script": { + "type": "string" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.JobParameters": { + "type": "object", + "properties": { + "Script": { + "type": "string" + }, + "ScriptFilterPattern": { + "type": "string" + }, + "ExecuteFilterResults": { + "type": "boolean" + }, + "ExecuteShowCommands": { + "type": "boolean" + }, + "WriteToNVRAM": { + "type": "boolean" + }, + "Reboot": { + "type": "boolean" + }, + "ConfigText": { + "type": "string" + }, + "ChangeReportType": { + "type": "string" + }, + "ChangeReportDetails": { + "type": "boolean" + }, + "ChangeReportTargetDate": { + "format": "date-time", + "type": "string" + }, + "ChangeReportPastXXDays": { + "type": "number" + }, + "ChangeReportStartDate": { + "format": "date-time", + "type": "string" + }, + "ChangeReportEndDate": { + "format": "date-time", + "type": "string" + }, + "CompareLastDownloaded": { + "type": "number" + }, + "LastConfigType": { + "type": "string" + }, + "OnConfigType": { + "type": "string" + }, + "GenerateOnConfigType": { + "type": "boolean" + }, + "OnlySendDevicesThatHadChanges": { + "type": "boolean" + }, + "Report": { + "type": "string" + }, + "ReportTitle": { + "type": "string" + }, + "LimitNumberOfRecords": { + "type": "boolean" + }, + "NumberOfRecords": { + "type": "number" + }, + "Path": { + "type": "string" + }, + "AllConfigs": { + "type": "boolean" + }, + "ConfigTemplate": { + "type": "string" + }, + "ConfigTypes": { + "type": "string" + }, + "OnlySaveChangedConfigs": { + "type": "boolean" + }, + "NotifyChangedLast": { + "type": "boolean" + }, + "NotifyChangedBaseline": { + "type": "boolean" + }, + "NotifyChangedStartup": { + "type": "boolean" + }, + "NotifySeparateTextEmail": { + "type": "boolean" + }, + "NotifySeparateHtmlEmail": { + "type": "boolean" + }, + "CacheDiffResults": { + "type": "boolean" + }, + "ObjectID": { + "type": "string" + }, + "GroupingPolicyReports": { + "type": "boolean" + }, + "NotifyOnlyOnPolicyViolations": { + "type": "boolean" + }, + "InventorySettings": { + "type": "string" + }, + "PurgeConfigByDate": { + "type": "boolean" + }, + "PurgeConfigIncludeTime": { + "type": "boolean" + }, + "PurgeConfigBaseline": { + "type": "boolean" + }, + "PurgeConfigDate": { + "type": "string" + }, + "PurgeConfigCount": { + "type": "number" + }, + "PurgeConfigByTimeRange": { + "type": "boolean" + }, + "PurgeConfigTimeRange": { + "type": "string" + }, + "PurgeConfigArchive": { + "type": "boolean" + }, + "PurgeConfigArchiveTimeRange": { + "type": "string" + }, + "PurgeConfigCache": { + "type": "boolean" + }, + "PurgeConfigCacheTimeRange": { + "type": "string" + }, + "PurgeApprovalRequests": { + "type": "boolean" + }, + "PurgeApprovalRequestsTimeRange": { + "type": "string" + }, + "PurgeTransferRequests": { + "type": "boolean" + }, + "PurgeTransferRequestsTimeRange": { + "type": "string" + }, + "PurgeJobLog": { + "type": "boolean" + }, + "PurgeJobLogType": { + "type": "string" + }, + "PurgeJobLogTypeValue": { + "type": "string" + }, + "BaselineNetworkType": { + "type": "string" + }, + "BaselineNetworkTargetDate": { + "format": "date-time", + "type": "string" + }, + "FilePathList": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.FilePath" + } + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.FilePath": { + "type": "object", + "properties": { + "EngineID": { + "type": "number" + }, + "File_Path": { + "type": "string" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.JobNotifications": { + "type": "object", + "properties": { + "EmailOnlyOnError": { + "type": "boolean" + }, + "EmailResults": { + "type": "boolean" + }, + "EmailCC": { + "type": "string" + }, + "EmailRecipient": { + "type": "string" + }, + "EmailBCC": { + "type": "string" + }, + "EmailSubject": { + "type": "string" + }, + "EmailFrom": { + "type": "string" + }, + "EmailReplyAddress": { + "type": "string" + }, + "EmailAttachment": { + "type": "boolean" + }, + "AttachmentFileName": { + "type": "string" + }, + "LogSteps": { + "type": "boolean" + }, + "SMTPServer": { + "type": "string" + }, + "SMTPPort": { + "type": "number" + }, + "SMTPUseAuthentication": { + "type": "boolean" + }, + "SMTPAuthUserName": { + "type": "string" + }, + "SMTPAuthPassword": { + "type": "string" + }, + "SMTPUseSSL": { + "type": "boolean" + }, + "SMTPSSLPortNumber": { + "type": "number" + }, + "SaveToFileName": { + "type": "string" + }, + "SaveResultsToFile": { + "type": "boolean" + }, + "SaveToFileOnError": { + "type": "boolean" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.NCMJobSchedule": { + "type": "object", + "properties": { + "TriggerType": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.NCMJobSchedule-eTriggerType" + }, + "StartTime": { + "format": "date-time", + "type": "string" + }, + "StartDate": { + "format": "date-time", + "type": "string" + }, + "Day": { + "type": "number" + }, + "DaysOfTheWeek": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.NCMJobSchedule-eTriggerDays" + } + }, + "Months": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.NCMJobSchedule-eTriggerMonths" + } + }, + "Weeks": { + "type": "number" + }, + "AdvancedCRONExpression": { + "type": "string" + }, + "StartingOn": { + "format": "date-time", + "type": "string" + }, + "EndingOn": { + "format": "date-time", + "type": "string" + }, + "ExecuteImmediately": { + "type": "boolean" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.NCMJobSchedule-eTriggerType": { + "enum": [ + "Unknown", + "Daily", + "Weekly", + "Monthly", + "Once", + "Advanced" + ], + "type": "string" + }, + "SolarWinds.NCM.Contracts.InformationService.NCMJobSchedule-eTriggerDays": { + "enum": [ + "Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday" + ], + "type": "string" + }, + "SolarWinds.NCM.Contracts.InformationService.NCMJobSchedule-eTriggerMonths": { + "enum": [ + "Unknown", + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December" + ], + "type": "string" + }, + "SolarWinds.NCM.Contracts.InformationService.eJobStatus": { + "enum": [ + "Unknown", + "Running", + "Disabled", + "Scheduled", + "NotSceduled", + "Waiting", + "Starting", + "Complete" + ], + "type": "string" + }, + "CirrusNCM_NCMJobsUpdateJobRequest": { + "required": [ + "job" + ], + "type": "object", + "properties": { + "job": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.NCMJob" + } + } + }, + "CirrusNCM_NCMJobsAddJobRequest": { + "required": [ + "job" + ], + "type": "object", + "properties": { + "job": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.NCMJob" + } + } + }, + "CirrusNCM_NCMJobsDeleteJobsRequest": { + "required": [ + "jobIds" + ], + "type": "object", + "properties": { + "jobIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "CirrusNCM_NCMJobsEnableOrDisableJobsRequest": { + "required": [ + "jobIds", + "enableOrDisable" + ], + "type": "object", + "properties": { + "jobIds": { + "type": "array", + "items": { + "type": "number" + } + }, + "enableOrDisable": { + "type": "boolean" + } + } + }, + "CirrusNCM_NCMJobsClearJobLogRequest": { + "required": [ + "jobId" + ], + "type": "object", + "properties": { + "jobId": { + "type": "number" + } + } + }, + "CirrusNCM_NCMJobsGetJobStatusRequest": { + "required": [ + "jobId" + ], + "type": "object", + "properties": { + "jobId": { + "type": "number" + } + } + }, + "CirrusNCM_NCMJobsGetJobLogRequest": { + "required": [ + "jobId", + "checkSize" + ], + "type": "object", + "properties": { + "jobId": { + "type": "number" + }, + "checkSize": { + "type": "boolean" + } + } + }, + "CirrusInventoryQueueStartInventoryRequest": { + "required": [ + "NodeId" + ], + "type": "object", + "properties": { + "NodeId": { + "type": "array", + "items": { + "format": "uuid", + "type": "string" + } + } + } + }, + "CirrusInventoryQueueReportErrorRequest": { + "required": [ + "NodeId", + "error" + ], + "type": "object", + "properties": { + "NodeId": { + "type": "array", + "items": { + "format": "uuid", + "type": "string" + } + }, + "error": { + "type": "string" + } + } + }, + "CirrusInventoryQueueCancelInventoryRequest": { + "required": [ + "inventoryIds" + ], + "type": "object", + "properties": { + "inventoryIds": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CirrusInventoryQueueClearInventoryRequest": { + "required": [ + "inventoryIds" + ], + "type": "object", + "properties": { + "inventoryIds": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "NCMVulnerabilitiesAnnouncementsStartVulnerabilityMatchingRequest": { + "type": "object" + }, + "NCMVulnerabilitiesAnnouncementsIsVulnerabilityMatchingActiveRequest": { + "type": "object" + }, + "NCMVulnerabilitiesAnnouncementsInitVulnerabilityScheduleRequest": { + "type": "object" + }, + "SolarWinds.NCM.Contracts.InformationService.ConfigSnippet": { + "type": "object", + "properties": { + "LastModified": { + "format": "date-time", + "type": "string" + }, + "Created": { + "format": "date-time", + "type": "string" + }, + "Id": { + "type": "number" + }, + "Tags": { + "type": "array", + "items": { + "type": "string" + } + }, + "Name": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Script": { + "type": "string" + }, + "PreserveWhiteSpace": { + "type": "boolean" + } + } + }, + "CirrusConfigSnippetsAddSnippetRequest": { + "required": [ + "snippet" + ], + "type": "object", + "properties": { + "snippet": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.ConfigSnippet" + } + } + }, + "CirrusConfigSnippetsGetSnippetRequest": { + "required": [ + "snippetId" + ], + "type": "object", + "properties": { + "snippetId": { + "type": "number" + } + } + }, + "CirrusConfigSnippetsUpdateSnippetRequest": { + "required": [ + "snippet" + ], + "type": "object", + "properties": { + "snippet": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.ConfigSnippet" + } + } + }, + "CirrusConfigSnippetsDeleteSnippetsRequest": { + "required": [ + "snippetIds" + ], + "type": "object", + "properties": { + "snippetIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "CirrusConfigSnippetsImportSnippetsRequest": { + "required": [ + "snippets" + ], + "type": "object", + "properties": { + "snippets": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.ConfigSnippet" + } + } + } + }, + "CirrusConfigSnippetsCopySnippetsRequest": { + "required": [ + "snippetIds" + ], + "type": "object", + "properties": { + "snippetIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "CirrusConfigSnippetsGetTagsListRequest": { + "type": "object" + }, + "CirrusConfigSnippetsGetTagsListForSnippetsRequest": { + "required": [ + "snippetIds" + ], + "type": "object", + "properties": { + "snippetIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "CirrusConfigSnippetsAddTagsRequest": { + "required": [ + "snippetIds", + "tags" + ], + "type": "object", + "properties": { + "snippetIds": { + "type": "array", + "items": { + "type": "number" + } + }, + "tags": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CirrusConfigSnippetsDeleteTagsRequest": { + "required": [ + "snippetIds", + "tags" + ], + "type": "object", + "properties": { + "snippetIds": { + "type": "array", + "items": { + "type": "number" + } + }, + "tags": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CirrusConfigSnippetsSaveSnippetAsCopyRequest": { + "required": [ + "snippet" + ], + "type": "object", + "properties": { + "snippet": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.ConfigSnippet" + } + } + }, + "CirrusConfigArchiveDownloadRequest": { + "required": [ + "nodeId", + "configType", + "UserId" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "array", + "items": { + "format": "uuid", + "type": "string" + } + }, + "configType": { + "type": "string" + }, + "UserId": { + "type": "string" + } + } + }, + "CirrusConfigArchiveGetStatusRequest": { + "required": [ + "UserID", + "top", + "onlyActive" + ], + "type": "object", + "properties": { + "UserID": { + "type": "string" + }, + "top": { + "type": "number" + }, + "onlyActive": { + "type": "boolean" + } + } + }, + "System.Data.DataTable": { + "type": "array", + "items": { + "type": "object" + } + }, + "CirrusConfigArchiveGetStatusWithLimitationsRequest": { + "required": [ + "UserID", + "top", + "onlyActive", + "ipList" + ], + "type": "object", + "properties": { + "UserID": { + "type": "string" + }, + "top": { + "type": "number" + }, + "onlyActive": { + "type": "boolean" + }, + "ipList": { + "type": "string" + } + } + }, + "CirrusConfigArchiveUploadRequest": { + "required": [ + "nodeId", + "ConfigType", + "ConfigText", + "UserID", + "RebootDevice" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "array", + "items": { + "format": "uuid", + "type": "string" + } + }, + "ConfigType": { + "type": "string" + }, + "ConfigText": { + "type": "string" + }, + "UserID": { + "type": "string" + }, + "RebootDevice": { + "type": "boolean" + } + } + }, + "CirrusConfigArchiveExecuteRequest": { + "required": [ + "nodeId", + "script", + "UserID" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "array", + "items": { + "format": "uuid", + "type": "string" + } + }, + "script": { + "type": "string" + }, + "UserID": { + "type": "string" + } + } + }, + "CirrusConfigArchiveCancelTransferRequest": { + "required": [ + "UserSid" + ], + "type": "object", + "properties": { + "UserSid": { + "type": "string" + }, + "selectedTransferIds": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CirrusConfigArchiveCancelTransferWithLimitationsRequest": { + "required": [ + "UserSid", + "ipList", + "selectedTransferIds" + ], + "type": "object", + "properties": { + "UserSid": { + "type": "string" + }, + "ipList": { + "type": "string" + }, + "selectedTransferIds": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CirrusConfigArchiveClearCompleteRequest": { + "required": [ + "UserSid" + ], + "type": "object", + "properties": { + "UserSid": { + "type": "string" + } + } + }, + "CirrusConfigArchiveClearCompleteWithLimitationsRequest": { + "required": [ + "UserSid", + "ipList" + ], + "type": "object", + "properties": { + "UserSid": { + "type": "string" + }, + "ipList": { + "type": "string" + }, + "selectedTransferIds": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CirrusConfigArchiveClearErrorsRequest": { + "required": [ + "UserSid" + ], + "type": "object", + "properties": { + "UserSid": { + "type": "string" + } + } + }, + "CirrusConfigArchiveClearErrorsWithLimitationsRequest": { + "required": [ + "UserSid", + "ipList" + ], + "type": "object", + "properties": { + "UserSid": { + "type": "string" + }, + "ipList": { + "type": "string" + }, + "selectedTransferIds": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CirrusConfigArchiveClearAllRequest": { + "required": [ + "UserSid" + ], + "type": "object", + "properties": { + "UserSid": { + "type": "string" + } + } + }, + "CirrusConfigArchiveClearAllWithLimitationsRequest": { + "required": [ + "UserSid", + "ipList", + "selectedTransferIds" + ], + "type": "object", + "properties": { + "UserSid": { + "type": "string" + }, + "ipList": { + "type": "string" + }, + "selectedTransferIds": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CirrusConfigArchiveGetPermissionsByRoleRequest": { + "required": [ + "role" + ], + "type": "object", + "properties": { + "role": { + "type": "string" + } + } + }, + "CirrusConfigArchiveDeleteConfigsRequest": { + "required": [ + "ConfigIds", + "UserName" + ], + "type": "object", + "properties": { + "ConfigIds": { + "type": "array", + "items": { + "format": "uuid", + "type": "string" + } + }, + "UserName": { + "type": "string" + } + } + }, + "CirrusConfigArchiveGetConfigTypesRequest": { + "type": "object" + }, + "CirrusConfigArchiveReportErrorRequest": { + "required": [ + "NodeIds", + "TransferType", + "ConfigType", + "UserName", + "error" + ], + "type": "object", + "properties": { + "NodeIds": { + "type": "array", + "items": { + "format": "uuid", + "type": "string" + } + }, + "TransferType": { + "type": "string" + }, + "ConfigType": { + "type": "string" + }, + "UserName": { + "type": "string" + }, + "error": { + "type": "string" + } + } + }, + "CirrusConfigArchiveCancelTransfersRequest": { + "required": [ + "TransferTickets" + ], + "type": "object", + "properties": { + "TransferTickets": { + "type": "array", + "items": { + "format": "uuid", + "type": "string" + } + } + } + }, + "CirrusConfigArchiveClearTransfersRequest": { + "required": [ + "TransferTickets" + ], + "type": "object", + "properties": { + "TransferTickets": { + "type": "array", + "items": { + "format": "uuid", + "type": "string" + } + } + } + }, + "CirrusConfigArchiveExecuteScriptRequest": { + "required": [ + "nodeId", + "script" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "array", + "items": { + "format": "uuid", + "type": "string" + } + }, + "script": { + "type": "string" + }, + "Reboot": { + "type": "boolean" + } + } + }, + "CirrusConfigArchiveUploadConfigRequest": { + "required": [ + "nodeId", + "configType", + "ConfigText", + "RebootDevice" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "array", + "items": { + "format": "uuid", + "type": "string" + } + }, + "configType": { + "type": "string" + }, + "ConfigText": { + "type": "string" + }, + "RebootDevice": { + "type": "boolean" + } + } + }, + "CirrusConfigArchiveDownloadConfigRequest": { + "required": [ + "nodeId", + "configType" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "array", + "items": { + "format": "uuid", + "type": "string" + } + }, + "configType": { + "type": "string" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.NCMNode": { + "type": "object", + "properties": { + "NodeID": { + "format": "uuid", + "type": "string" + }, + "CoreNodeID": { + "type": "number" + }, + "NodeGroup": { + "type": "string" + }, + "NodeComments": { + "type": "string" + }, + "UseUserDeviceCredentials": { + "type": "boolean" + }, + "Username": { + "type": "string" + }, + "Password": { + "type": "string" + }, + "EnableLevel": { + "type": "string" + }, + "EnablePassword": { + "type": "string" + }, + "ExecProtocol": { + "type": "string" + }, + "CommandProtocol": { + "type": "string" + }, + "TransferProtocol": { + "type": "string" + }, + "EncryptionAlgorithm": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.SSHEncryption" + }, + "LoginStatus": { + "type": "string" + }, + "UseHTTPS": { + "type": "boolean" + }, + "LastInventory": { + "format": "date-time", + "type": "string" + }, + "TelnetPort": { + "type": "string" + }, + "SSHPort": { + "type": "string" + }, + "AllowIntermediary": { + "type": "boolean" + }, + "UseKeybInteractiveAuth": { + "type": "boolean" + }, + "ConnectionProfile": { + "type": "number" + }, + "EndOfSupport": { + "format": "date-time", + "type": "string" + }, + "EndOfSales": { + "format": "date-time", + "type": "string" + }, + "EndOfSoftware": { + "format": "date-time", + "type": "string" + }, + "EosEntryID": { + "format": "uuid", + "type": "string" + }, + "EosType": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.eEoSType" + }, + "EosMatchDate": { + "format": "date-time", + "type": "string" + }, + "EosVersion": { + "type": "number" + }, + "EosLink": { + "type": "string" + }, + "EosComments": { + "type": "string" + }, + "PartNumber": { + "type": "string" + }, + "ReplacementPartNumber": { + "type": "string" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.SSHEncryption": { + "enum": [ + "encAny", + "encDES", + "enc3DES", + "encAES", + "encBLOWFISH", + "encAES128", + "encAES192", + "encAES256", + "ChaCha20Poly1305" + ], + "type": "string" + }, + "SolarWinds.NCM.Contracts.InformationService.eEoSType": { + "enum": [ + "NotAssigned", + "User", + "Manual", + "Auto", + "Awaiting", + "Ignored" + ], + "type": "string" + }, + "CirrusConfigArchiveExecuteScriptOnNodesRequest": { + "required": [ + "nodes", + "deviceTemplateXML", + "script" + ], + "type": "object", + "properties": { + "nodes": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.NCMNode" + } + }, + "deviceTemplateXML": { + "type": "string" + }, + "script": { + "type": "string" + } + } + }, + "CirrusConfigArchiveDownloadConfigOnNodesRequest": { + "required": [ + "nodes", + "deviceTemplateXML", + "configType" + ], + "type": "object", + "properties": { + "nodes": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.NCMNode" + } + }, + "deviceTemplateXML": { + "type": "string" + }, + "configType": { + "type": "string" + } + } + }, + "CirrusConfigArchiveConfigSearchRequest": { + "required": [ + "searchString", + "configType", + "coreNodeIdList", + "matchWholeWord" + ], + "type": "object", + "properties": { + "searchString": { + "type": "string" + }, + "configType": { + "type": "string" + }, + "coreNodeIdList": { + "type": "string" + }, + "matchWholeWord": { + "type": "boolean" + }, + "searchOnlyMostRecent": { + "type": "boolean" + }, + "startTime": { + "format": "date-time", + "type": "string" + }, + "endTime": { + "format": "date-time", + "type": "string" + } + } + }, + "CirrusConfigArchiveRunIndexOptimizationRequest": { + "type": "object" + }, + "CirrusConfigArchiveUpdateConfigRequest": { + "required": [ + "configID", + "title", + "comments", + "configText", + "updateConfigText", + "UserName" + ], + "type": "object", + "properties": { + "configID": { + "format": "uuid", + "type": "string" + }, + "title": { + "type": "string" + }, + "comments": { + "type": "string" + }, + "configText": { + "type": "string" + }, + "updateConfigText": { + "type": "boolean" + }, + "UserName": { + "type": "string" + } + } + }, + "CirrusConfigArchiveCloneConfigRequest": { + "required": [ + "parentConfigID", + "title", + "comments", + "configText", + "UserName" + ], + "type": "object", + "properties": { + "parentConfigID": { + "format": "uuid", + "type": "string" + }, + "title": { + "type": "string" + }, + "comments": { + "type": "string" + }, + "configText": { + "type": "string" + }, + "UserName": { + "type": "string" + } + } + }, + "CirrusConfigArchiveImportConfigRequest": { + "required": [ + "NodeId", + "title", + "comments", + "configText", + "UserName" + ], + "type": "object", + "properties": { + "NodeId": { + "format": "uuid", + "type": "string" + }, + "title": { + "type": "string" + }, + "comments": { + "type": "string" + }, + "configText": { + "type": "string" + }, + "UserName": { + "type": "string" + } + } + }, + "CirrusConfigArchiveSetClearBaselineRequest": { + "required": [ + "ConfigIds" + ], + "type": "object", + "properties": { + "ConfigIds": { + "type": "array", + "items": { + "format": "uuid", + "type": "string" + } + } + } + }, + "CirrusConfigArchiveValidateBinaryConfigStorageRequest": { + "required": [ + "path", + "networkShareUserName", + "networkSharePassword" + ], + "type": "object", + "properties": { + "path": { + "type": "string" + }, + "networkShareUserName": { + "type": "string" + }, + "networkSharePassword": { + "type": "string" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.ValidationResults": { + "type": "object", + "properties": { + "IsValid": { + "type": "boolean" + }, + "Message": { + "type": "string" + } + } + }, + "CirrusConfigArchiveSearchInterfaceConfigSnippetRequest": { + "required": [ + "coreNodeId", + "interfaceName", + "ifName", + "ipAddresses", + "configId" + ], + "type": "object", + "properties": { + "coreNodeId": { + "type": "number" + }, + "interfaceName": { + "type": "string" + }, + "ifName": { + "type": "string" + }, + "ipAddresses": { + "type": "array", + "items": { + "type": "string" + } + }, + "configId": { + "format": "uuid", + "type": "string" + } + } + }, + "CirrusConfigArchiveGetInterfaceConfigSnippetsRequest": { + "required": [ + "coreNodeId" + ], + "type": "object", + "properties": { + "coreNodeId": { + "type": "number" + } + } + }, + "CirrusSnippetArchiveAddSnippetRequest": { + "required": [ + "title", + "config", + "comments" + ], + "type": "object", + "properties": { + "title": { + "type": "string" + }, + "config": { + "type": "string" + }, + "comments": { + "type": "string" + } + } + }, + "CirrusSnippetArchiveDeleteSnippetRequest": { + "required": [ + "snippetId" + ], + "type": "object", + "properties": { + "snippetId": { + "format": "uuid", + "type": "string" + } + } + }, + "CirrusSnippetArchiveUpdateSnippetRequest": { + "required": [ + "snippetId", + "title", + "config", + "comments" + ], + "type": "object", + "properties": { + "snippetId": { + "format": "uuid", + "type": "string" + }, + "title": { + "type": "string" + }, + "config": { + "type": "string" + }, + "comments": { + "type": "string" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.PolicyRule": { + "type": "object", + "properties": { + "MultiLineRulePatterns": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.MultiLineRulePattern" + } + }, + "RuleId": { + "type": "string" + }, + "RuleName": { + "type": "string" + }, + "Comments": { + "type": "string" + }, + "Grouping": { + "type": "string" + }, + "RemediateScript": { + "type": "string" + }, + "ConfigBlockStart": { + "type": "string" + }, + "ConfigBlockEnd": { + "type": "string" + }, + "ConfigBlockPatternType": { + "type": "string" + }, + "ConfigBlockMustExist": { + "type": "boolean" + }, + "PatternType": { + "type": "string" + }, + "PatternMustExist": { + "type": "boolean" + }, + "AdvancedMode": { + "type": "boolean" + }, + "ErrorLevel": { + "type": "number" + }, + "SimplePatternText": { + "type": "string" + }, + "ExecuteScriptAutomatically": { + "type": "boolean" + }, + "Owner": { + "type": "string" + }, + "RemediateScriptType": { + "type": "string" + }, + "ExecuteRemediationScriptPerBlock": { + "type": "boolean" + }, + "ExecuteScriptInConfigMode": { + "type": "boolean" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.MultiLineRulePattern": { + "type": "object", + "properties": { + "EndBracket": { + "type": "string" + }, + "PatternType": { + "type": "string" + }, + "Condition": { + "type": "string" + }, + "Pattern": { + "type": "string" + }, + "Criteria": { + "type": "boolean" + }, + "BeginBracket": { + "type": "string" + }, + "RuleId": { + "type": "string" + }, + "PatternId": { + "type": "string" + } + } + }, + "CirrusPolicyReportsTestRuleRequest": { + "required": [ + "policyRule", + "config" + ], + "type": "object", + "properties": { + "policyRule": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.PolicyRule" + }, + "config": { + "type": "string" + } + } + }, + "CirrusPolicyReportsGetPolicyReportRequest": { + "required": [ + "reportId", + "exportFlag" + ], + "type": "object", + "properties": { + "reportId": { + "type": "string" + }, + "exportFlag": { + "type": "boolean" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.PolicyReport": { + "type": "object", + "properties": { + "ID": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Comments": { + "type": "string" + }, + "Group": { + "type": "string" + }, + "ShowSummaryFlag": { + "type": "boolean" + }, + "ShowRulesWithoutViolationFlag": { + "type": "boolean" + }, + "AssignedPoliciesList": { + "type": "array", + "items": { + "type": "string" + } + }, + "AssignedPolicies": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.Policy" + } + }, + "ReportStatus": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.ReportStatus" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.Policy": { + "type": "object", + "properties": { + "NodeSelectionCriterias": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.SelectionCriterias" + }, + "NodeSelectionString": { + "type": "string" + }, + "PolicyId": { + "type": "string" + }, + "ConfigTypes": { + "type": "string" + }, + "AssignedRulesList": { + "type": "array", + "items": { + "type": "string" + } + }, + "AssignedPolicyRules": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.PolicyRule" + } + }, + "Grouping": { + "type": "string" + }, + "Comments": { + "type": "string" + }, + "PolicyName": { + "type": "string" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.SelectionCriterias": { + "type": "object", + "properties": { + "WebSelectionCriterias": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.WebSelectionCriteria" + } + }, + "AssignedNodesList": { + "$ref": "#/components/schemas/System.Collections.ArrayList" + }, + "AssignedNodesDesktopSQL": { + "type": "string" + }, + "SelectionCriteriaType": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.eCriteriaType" + } + } + }, + "System.Collections.ArrayList": { + "type": "object", + "properties": { + "Capacity": { + "type": "number" + }, + "Count": { + "type": "number" + }, + "IsFixedSize": { + "type": "boolean" + }, + "IsReadOnly": { + "type": "boolean" + }, + "IsSynchronized": { + "type": "boolean" + }, + "SyncRoot": { + "$ref": "#/components/schemas/System.Object" + }, + "Item": { + "$ref": "#/components/schemas/System.Object" + } + } + }, + "System.Object": { + "type": "object" + }, + "SolarWinds.NCM.Contracts.InformationService.ReportStatus": { + "enum": [ + "Disabled", + "Enabled" + ], + "type": "string" + }, + "CirrusPolicyReportsUpdatePolicyReportRequest": { + "required": [ + "report" + ], + "type": "object", + "properties": { + "report": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.PolicyReport" + } + } + }, + "CirrusPolicyReportsAddPolicyReportRequest": { + "required": [ + "report", + "importFlag" + ], + "type": "object", + "properties": { + "report": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.PolicyReport" + }, + "importFlag": { + "type": "boolean" + } + } + }, + "CirrusPolicyReportsDeletePolicyReportsRequest": { + "required": [ + "policyReportIds", + "deleteChilds" + ], + "type": "object", + "properties": { + "policyReportIds": { + "type": "array", + "items": { + "type": "string" + } + }, + "deleteChilds": { + "type": "boolean" + } + } + }, + "CirrusPolicyReportsGetPolicyRequest": { + "required": [ + "policyId", + "exportFlag" + ], + "type": "object", + "properties": { + "policyId": { + "type": "string" + }, + "exportFlag": { + "type": "boolean" + } + } + }, + "CirrusPolicyReportsUpdatePolicyRequest": { + "required": [ + "policy" + ], + "type": "object", + "properties": { + "policy": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.Policy" + } + } + }, + "CirrusPolicyReportsAddPolicyRequest": { + "required": [ + "policy", + "importFlag" + ], + "type": "object", + "properties": { + "policy": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.Policy" + }, + "importFlag": { + "type": "boolean" + } + } + }, + "CirrusPolicyReportsDeletePoliciesRequest": { + "required": [ + "policyIds", + "deleteChilds" + ], + "type": "object", + "properties": { + "policyIds": { + "type": "array", + "items": { + "type": "string" + } + }, + "deleteChilds": { + "type": "boolean" + } + } + }, + "CirrusPolicyReportsGetPolicyRuleRequest": { + "required": [ + "RuleId" + ], + "type": "object", + "properties": { + "RuleId": { + "type": "string" + } + } + }, + "CirrusPolicyReportsUpdatePolicyRuleRequest": { + "required": [ + "rule" + ], + "type": "object", + "properties": { + "rule": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.PolicyRule" + } + } + }, + "CirrusPolicyReportsAddPolicyRuleRequest": { + "required": [ + "rule" + ], + "type": "object", + "properties": { + "rule": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.PolicyRule" + } + } + }, + "CirrusPolicyReportsDeletePolicyRulesRequest": { + "required": [ + "RuleIds" + ], + "type": "object", + "properties": { + "RuleIds": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CirrusPolicyReportsStartCachingRequest": { + "type": "object", + "properties": { + "selectedReportsIDs": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CirrusPolicyReportsUpdateReportStatusRequest": { + "required": [ + "status", + "selectedReportsIDs" + ], + "type": "object", + "properties": { + "status": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.ReportStatus" + }, + "selectedReportsIDs": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CirrusPolicyReportsGetPagablePoliciesListRequest": { + "required": [ + "pageSize", + "startRowNumber", + "sortColumn", + "sortDirection", + "groupByColumn", + "groupByValue", + "searchValue" + ], + "type": "object", + "properties": { + "pageSize": { + "type": "number" + }, + "startRowNumber": { + "type": "number" + }, + "sortColumn": { + "type": "string" + }, + "sortDirection": { + "type": "string" + }, + "groupByColumn": { + "type": "string" + }, + "groupByValue": { + "type": "string" + }, + "searchValue": { + "type": "string" + } + } + }, + "CirrusPolicyReportsGetPoliciesRowCountRequest": { + "required": [ + "groupByColumn", + "groupByValue", + "searchValue" + ], + "type": "object", + "properties": { + "groupByColumn": { + "type": "string" + }, + "groupByValue": { + "type": "string" + }, + "searchValue": { + "type": "string" + } + } + }, + "CirrusPolicyReportsGetPagablePolicyRulesListRequest": { + "required": [ + "pageSize", + "startRowNumber", + "sortColumn", + "sortDirection", + "groupByColumn", + "groupByValue", + "searchValue" + ], + "type": "object", + "properties": { + "pageSize": { + "type": "number" + }, + "startRowNumber": { + "type": "number" + }, + "sortColumn": { + "type": "string" + }, + "sortDirection": { + "type": "string" + }, + "groupByColumn": { + "type": "string" + }, + "groupByValue": { + "type": "string" + }, + "searchValue": { + "type": "string" + } + } + }, + "CirrusPolicyReportsGetPolicyRulesRowCountRequest": { + "required": [ + "groupByColumn", + "groupByValue", + "searchValue" + ], + "type": "object", + "properties": { + "groupByColumn": { + "type": "string" + }, + "groupByValue": { + "type": "string" + }, + "searchValue": { + "type": "string" + } + } + }, + "CirrusPolicyReportsGetComplianceDataTableRequest": { + "required": [ + "reportID", + "inlcudePolicies", + "limitationWhereClause" + ], + "type": "object", + "properties": { + "reportID": { + "type": "string" + }, + "inlcudePolicies": { + "type": "boolean" + }, + "limitationWhereClause": { + "type": "string" + } + } + }, + "CirrusPolicyReportsGetComplianceColumnsInJSONRequest": { + "required": [ + "reportID", + "limitationWhereClause" + ], + "type": "object", + "properties": { + "reportID": { + "type": "string" + }, + "limitationWhereClause": { + "type": "string" + } + } + }, + "CirrusPolicyReportsGetRowNumberRequest": { + "required": [ + "tableName", + "orderByColumn", + "orderByDirection", + "whereClause" + ], + "type": "object", + "properties": { + "tableName": { + "type": "string" + }, + "orderByColumn": { + "type": "string" + }, + "orderByDirection": { + "type": "string" + }, + "whereClause": { + "type": "string" + } + } + }, + "CirrusPolicyReportsGenerateRemediationScriptForNodesRequest": { + "required": [ + "nodeIds", + "reportId", + "policyId", + "ruleId", + "script" + ], + "type": "object", + "properties": { + "nodeIds": { + "type": "array", + "items": { + "format": "uuid", + "type": "string" + } + }, + "reportId": { + "format": "uuid", + "type": "string" + }, + "policyId": { + "format": "uuid", + "type": "string" + }, + "ruleId": { + "format": "uuid", + "type": "string" + }, + "script": { + "type": "string" + } + } + }, + "NCMEosBeginRefreshAllRequest": { + "type": "object" + }, + "NCMEosRefreshNowRequest": { + "required": [ + "nodeIds" + ], + "type": "object", + "properties": { + "nodeIds": { + "type": "array", + "items": { + "format": "uuid", + "type": "string" + } + } + } + }, + "NCMEosIsRefreshingAllRequest": { + "type": "object" + }, + "NCMEosInitScheduleRequest": { + "type": "object" + }, + "NCMFirmwareStorageValidateFirmwareStorageRequest": { + "required": [ + "path", + "networkShareUserName", + "networkSharePassword" + ], + "type": "object", + "properties": { + "path": { + "type": "string" + }, + "networkShareUserName": { + "type": "string" + }, + "networkSharePassword": { + "type": "string" + } + } + }, + "NCMFirmwareStorageDeleteFirmwareImagesRequest": { + "required": [ + "imageIds" + ], + "type": "object", + "properties": { + "imageIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "NCMFirmwareDefinitionsGetFirmwareDefinitionRequest": { + "required": [ + "id" + ], + "type": "object", + "properties": { + "id": { + "type": "number" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.FirmwareDefinition": { + "type": "object", + "properties": { + "ID": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "LastModified": { + "format": "date-time", + "type": "string" + }, + "Author": { + "type": "string" + }, + "Canned": { + "type": "boolean" + }, + "FirmwareImageID": { + "type": "number" + }, + "FirmwareImages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.FirmwareImage" + } + }, + "UpgradeFirmwareImageCommand": { + "type": "string" + }, + "TransferProtocol": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.eCommandProtocol" + }, + "SaveConfigToNVRAM": { + "type": "boolean" + }, + "BackupRunningAndStartupConfigsBeforeUpgrade": { + "type": "boolean" + }, + "BackupRunningAndStartupConfigsAfterUpgrade": { + "type": "boolean" + }, + "UpdateBootVariable": { + "type": "boolean" + }, + "Reboot": { + "type": "boolean" + }, + "RebootRequired": { + "type": "boolean" + }, + "Unmanage": { + "type": "boolean" + }, + "VerifyUploadedImageIntegrity": { + "type": "boolean" + }, + "VerifyBackedUpImageIntegrity": { + "type": "boolean" + }, + "VerifyUpgrade": { + "type": "boolean" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.FirmwareImage": { + "type": "object", + "properties": { + "ImageType": { + "type": "string" + }, + "ImageId": { + "type": "number" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.eCommandProtocol": { + "enum": [ + "CommandProtocol_Telnet", + "CommandProtocol_SSH1", + "CommandProtocol_SNMP", + "CommandProtocol_SSH2", + "CommandProtocol_SSHAuto", + "CommandProtocol_TFTP", + "CommandProtocol_SCP" + ], + "type": "string" + }, + "NCMFirmwareDefinitionsAddFirmwareDefinitionRequest": { + "required": [ + "firmwareDefinition" + ], + "type": "object", + "properties": { + "firmwareDefinition": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.FirmwareDefinition" + } + } + }, + "NCMFirmwareDefinitionsUpdateFirmwareDefinitionRequest": { + "required": [ + "firmwareDefinition" + ], + "type": "object", + "properties": { + "firmwareDefinition": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.FirmwareDefinition" + } + } + }, + "NCMFirmwareDefinitionsDeleteFirmwareDefinitionsRequest": { + "required": [ + "ids" + ], + "type": "object", + "properties": { + "ids": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "NCMFirmwareOperationsPrepareFirmwareUpgradeRequest": { + "required": [ + "coreNodeIds", + "firmwareDefinitionId", + "firmwareOperationName", + "imagesToApply" + ], + "type": "object", + "properties": { + "coreNodeIds": { + "type": "array", + "items": { + "type": "number" + } + }, + "firmwareDefinitionId": { + "type": "number" + }, + "firmwareOperationName": { + "type": "string" + }, + "imagesToApply": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.FirmwareImage" + } + } + } + }, + "NCMFirmwareOperationsPrepareRollBackRequest": { + "required": [ + "operationId" + ], + "type": "object", + "properties": { + "operationId": { + "type": "number" + } + } + }, + "NCMFirmwareOperationsPrepareReExecuteFailedRequest": { + "required": [ + "operationId" + ], + "type": "object", + "properties": { + "operationId": { + "type": "number" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.UpgradeNodeOptions": { + "type": "object", + "properties": { + "CoreNodeId": { + "type": "number" + }, + "FirmwareOperationID": { + "type": "number" + }, + "UserID": { + "type": "string" + }, + "Definition": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.FirmwareDefinition" + }, + "BackupExistingImagePaths": { + "type": "array", + "items": { + "type": "string" + } + }, + "DeleteExistingImagePaths": { + "type": "array", + "items": { + "type": "string" + } + }, + "UploadImagePath": { + "type": "string" + }, + "BackupExisingFirmwareImage": { + "type": "boolean" + }, + "DeleteExisingFirmwareImage": { + "type": "boolean" + }, + "UpdateConfigRegister": { + "type": "boolean" + }, + "ExpandUpgradeOptions": { + "type": "boolean" + }, + "State": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.eNodeUpgradeOperStatus" + }, + "Order": { + "type": "number" + }, + "Confirmed": { + "type": "boolean" + }, + "BackupImages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Int32_" + } + }, + "RunningConfigIDBeforeUpgrade": { + "format": "uuid", + "type": "string" + }, + "StartupConfigIDBeforeUpgrade": { + "format": "uuid", + "type": "string" + }, + "RunningConfigIDAfterUpgrade": { + "format": "uuid", + "type": "string" + }, + "StartupConfigIDAfterUpgrade": { + "format": "uuid", + "type": "string" + }, + "IsRollBack": { + "type": "boolean" + }, + "IsReExecute": { + "type": "boolean" + }, + "RestoreConfigs": { + "type": "boolean" + }, + "StorageDevices": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.FlashDevice" + } + }, + "IsError": { + "type": "boolean" + }, + "IsComplete": { + "type": "boolean" + }, + "BootPathList": { + "type": "array", + "items": { + "type": "string" + } + }, + "TicketID": { + "format": "uuid", + "type": "string" + }, + "IsValidateLogin": { + "type": "boolean" + }, + "Caption": { + "type": "string" + }, + "IPAddress": { + "type": "string" + }, + "MachineType": { + "type": "string" + }, + "RebootStartTime": { + "format": "date-time", + "type": "string" + }, + "Script": { + "type": "string" + }, + "IsDeleteWarningDisplayed": { + "type": "boolean" + }, + "SyncTransferEvent": { + "$ref": "#/components/schemas/System.Threading.ManualResetEvent" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.eNodeUpgradeOperStatus": { + "enum": [ + "Unknown", + "CollectCurrentImageData", + "CollectConfigRegisterData", + "CollectFreeSpaceData", + "CollectOtherData", + "CompleteDataCollect", + "StartUpgrade", + "SaveConfigToNvRamBeforeUpgrade", + "BackupRunningConfigBeforeUpgrade", + "BackupStartupConfigBeforeUpgrade", + "RestoreRunningConfigBeforeUpgrade", + "RestoreStartupConfigBeforeUpgrade", + "BackupExisitngFirmwareImage", + "VerifyExistingFirmwareImage", + "DeleteExisitngFirmwareImage", + "UploadNewImage", + "VerifyNewImage", + "UpdateConfigRegister", + "UpdateBootVariable", + "Reboot", + "RestoreRunningConfigAfterUpgrade", + "RestoreStartupConfigAfterUpgrade", + "BackupRunningConfigAfterUpgrade", + "BackupStartupConfigAfterUpgrade", + "CompareConfigsAfterUpgrade", + "UpgradeComplete", + "CollectBootPathListData", + "VerifyUpgrade" + ], + "type": "string" + }, + "SolarWinds.NCM.Contracts.InformationService.FlashDevice": { + "type": "object", + "properties": { + "Index": { + "type": "string" + }, + "DeviceName": { + "type": "string" + }, + "FreeSpaceInBytes": { + "type": "number" + }, + "DeviceFiles": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.FlashFile" + } + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.FlashFile": { + "type": "object", + "properties": { + "Index": { + "type": "string" + }, + "FileName": { + "type": "string" + }, + "SizeInBytes": { + "type": "number" + } + } + }, + "System.Threading.ManualResetEvent": { + "type": "object", + "properties": { + "Handle": { + "$ref": "#/components/schemas/System.IntPtr" + }, + "SafeWaitHandle": { + "$ref": "#/components/schemas/Microsoft.Win32.SafeHandles.SafeWaitHandle" + } + } + }, + "System.IntPtr": { + "type": "object", + "properties": { + "Size": { + "type": "number" + } + } + }, + "Microsoft.Win32.SafeHandles.SafeWaitHandle": { + "type": "object", + "properties": { + "IsInvalid": { + "type": "boolean" + }, + "IsClosed": { + "type": "boolean" + } + } + }, + "SolarWinds.NCM.Contracts.InformationService.EmailSettings": { + "type": "object", + "properties": { + "EmailResults": { + "type": "boolean" + }, + "EmailRecipient": { + "type": "string" + }, + "EmailCC": { + "type": "string" + }, + "EmailBCC": { + "type": "string" + }, + "EmailSubject": { + "type": "string" + }, + "EmailFrom": { + "type": "string" + }, + "EmailReplyAddress": { + "type": "string" + }, + "MessageBody": { + "type": "string" + }, + "IsHtmlMessage": { + "type": "boolean" + }, + "AttachmentFileName": { + "type": "string" + } + } + }, + "NCMFirmwareOperationsStartUpgradeRequest": { + "required": [ + "operationId", + "nodeOptions", + "runAt", + "emailSettings" + ], + "type": "object", + "properties": { + "operationId": { + "type": "number" + }, + "nodeOptions": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.UpgradeNodeOptions" + } + }, + "runAt": { + "format": "date-time", + "type": "string" + }, + "emailSettings": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.EmailSettings" + } + } + }, + "NCMFirmwareOperationsCancelUpgradeRequest": { + "required": [ + "operationIds" + ], + "type": "object", + "properties": { + "operationIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "NCMFirmwareOperationsGenerateScriptPreviewRequest": { + "required": [ + "nodeOptions" + ], + "type": "object", + "properties": { + "nodeOptions": { + "$ref": "#/components/schemas/SolarWinds.NCM.Contracts.InformationService.UpgradeNodeOptions" + } + } + }, + "CirrusReportsRunRequest": { + "required": [ + "reportId" + ], + "type": "object", + "properties": { + "reportId": { + "type": "string" + } + } + }, + "CirrusReportsRunPagableRequest": { + "required": [ + "reportId", + "startRowNumber", + "pageSize", + "searchCondition", + "searchColumnDbName", + "customOrderByColumn", + "customSortOrder", + "limitationWhereClause", + "NodeId" + ], + "type": "object", + "properties": { + "reportId": { + "type": "string" + }, + "startRowNumber": { + "type": "number" + }, + "pageSize": { + "type": "number" + }, + "searchCondition": { + "type": "string" + }, + "searchColumnDbName": { + "type": "string" + }, + "customOrderByColumn": { + "type": "string" + }, + "customSortOrder": { + "type": "string" + }, + "limitationWhereClause": { + "type": "string" + }, + "NodeId": { + "type": "string" + } + } + }, + "CirrusReportsGetRecordsCountRequest": { + "required": [ + "reportId", + "searchCondition", + "searchColumnDbName", + "limitationWhereClause", + "NodeId" + ], + "type": "object", + "properties": { + "reportId": { + "type": "string" + }, + "searchCondition": { + "type": "string" + }, + "searchColumnDbName": { + "type": "string" + }, + "limitationWhereClause": { + "type": "string" + }, + "NodeId": { + "type": "string" + } + } + }, + "CirrusReportsGetDiplayableColumnsRequest": { + "required": [ + "reportId", + "NodeId" + ], + "type": "object", + "properties": { + "reportId": { + "type": "string" + }, + "NodeId": { + "type": "string" + } + } + }, + "OrionGroupCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionGroupCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionGroupCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionGroupCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "OrionGroupCustomPropertiesValidateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + } + } + }, + "SolarWinds.Orion.Core.Common.Models.CustomPropertyValidationResult": { + "type": "object", + "properties": { + "Status": { + "$ref": "#/components/schemas/SolarWinds.Orion.Core.Common.Models.CustomPropertyValidationStatus" + }, + "ErrorMessage": { + "type": "string" + } + } + }, + "SolarWinds.Orion.Core.Common.Models.CustomPropertyValidationStatus": { + "enum": [ + "Valid", + "IsSystem", + "IsReserved", + "Exists", + "Error" + ], + "type": "string" + }, + "OrionContainerMemberDefinitionGetMembersRequest": { + "required": [ + "definition" + ], + "type": "object", + "properties": { + "definition": { + "type": "string" + } + } + }, + "OrionContainerMemberDefinitionGetFirstNMembersRequest": { + "required": [ + "definition", + "topCountForEachDefinition" + ], + "type": "object", + "properties": { + "definition": { + "type": "string" + }, + "topCountForEachDefinition": { + "type": "number" + } + } + }, + "CortexManagementPublishEventRequest": { + "required": [ + "serializedMessage" + ], + "type": "object", + "properties": { + "serializedMessage": { + "type": "string" + } + } + }, + "CortexOrionCiscoAciApicCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciApicCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciApicCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciApicCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciApicCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionCiscoAciApicCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/components/schemas/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/components/schemas/System.TimeSpan" + } + } + }, + "CortexOrionCiscoAciApicCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionCiscoAciApicOrionCiscoAciAssignAciPollingRequest": { + "required": [ + "NodeId" + ], + "type": "object", + "properties": { + "NodeId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciApicOrionCiscoAciGetPollIntervalRequest": { + "required": [ + "NodeId" + ], + "type": "object", + "properties": { + "NodeId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciApicOrionCiscoAciIsAciPollingAssignedRequest": { + "required": [ + "NodeId" + ], + "type": "object", + "properties": { + "NodeId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciApicOrionCiscoAciSyncAciCredentialsWithOrionRequest": { + "required": [ + "NodeId" + ], + "type": "object", + "properties": { + "NodeId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciApicOrionCiscoAciTestAciCredentialsRequest": { + "required": [ + "HostOrIpAddress", + "UserName", + "Password", + "CertificateApproved" + ], + "type": "object", + "properties": { + "HostOrIpAddress": { + "type": "string" + }, + "UserName": { + "type": "string" + }, + "Password": { + "type": "string" + }, + "CertificateApproved": { + "type": "boolean" + } + } + }, + "CortexOrionCiscoAciApicOrionCiscoAciUnassignAciPollingRequest": { + "required": [ + "NodeId" + ], + "type": "object", + "properties": { + "NodeId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciApplicationProfileCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciApplicationProfileCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciApplicationProfileCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciApplicationProfileCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciApplicationProfileCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionCiscoAciApplicationProfileCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/components/schemas/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/components/schemas/System.TimeSpan" + } + } + }, + "CortexOrionCiscoAciApplicationProfileCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionCiscoAciEndpointGroupCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciEndpointGroupCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciEndpointGroupCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciEndpointGroupCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciEndpointGroupCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionCiscoAciEndpointGroupCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/components/schemas/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/components/schemas/System.TimeSpan" + } + } + }, + "CortexOrionCiscoAciEndpointGroupCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionCiscoAciFabricCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciFabricCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciFabricCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciFabricCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciFabricCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionCiscoAciFabricCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/components/schemas/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/components/schemas/System.TimeSpan" + } + } + }, + "CortexOrionCiscoAciFabricCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionCiscoAciPhysicalEntityCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciPhysicalEntityCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciPhysicalEntityCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciPhysicalEntityCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciPhysicalEntityCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionCiscoAciPhysicalEntityCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/components/schemas/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/components/schemas/System.TimeSpan" + } + } + }, + "CortexOrionCiscoAciPhysicalEntityCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionCiscoAciTenantCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciTenantCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciTenantCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciTenantCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCiscoAciTenantCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionCiscoAciTenantCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/components/schemas/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/components/schemas/System.TimeSpan" + } + } + }, + "CortexOrionCiscoAciTenantCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionCmanContainerCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionCmanContainerCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/components/schemas/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/components/schemas/System.TimeSpan" + } + } + }, + "CortexOrionCmanContainerCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionCmanContainerAgentCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerAgentCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerAgentCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerAgentCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerAgentCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionCmanContainerAgentCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/components/schemas/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/components/schemas/System.TimeSpan" + } + } + }, + "CortexOrionCmanContainerAgentCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionCmanContainerEnvironmentVariableCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerEnvironmentVariableCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerEnvironmentVariableCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerEnvironmentVariableCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerEnvironmentVariableCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionCmanContainerEnvironmentVariableCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/components/schemas/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/components/schemas/System.TimeSpan" + } + } + }, + "CortexOrionCmanContainerEnvironmentVariableCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionCmanContainerHostCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerHostCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerHostCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerHostCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerHostCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionCmanContainerHostCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/components/schemas/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/components/schemas/System.TimeSpan" + } + } + }, + "CortexOrionCmanContainerHostCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionCmanContainerImageCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerImageCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerImageCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerImageCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionCmanContainerImageCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionCmanContainerImageCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/components/schemas/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/components/schemas/System.TimeSpan" + } + } + }, + "CortexOrionCmanContainerImageCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionMonitoringElementCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionMonitoringElementCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionMonitoringElementCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionMonitoringElementCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionMonitoringElementCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionMonitoringElementCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/components/schemas/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/components/schemas/System.TimeSpan" + } + } + }, + "CortexOrionMonitoringElementCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionInterfaceCoreAddToCortexRequest": { + "required": [ + "OrionId" + ], + "type": "object", + "properties": { + "OrionId": { + "type": "number" + } + } + }, + "CortexOrionInterfaceCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionInterfaceCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionInterfaceCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionInterfaceCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionInterfaceCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionInterfaceCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/components/schemas/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/components/schemas/System.TimeSpan" + } + } + }, + "CortexOrionInterfaceCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionNodeCoreAddToCortexRequest": { + "required": [ + "OrionId" + ], + "type": "object", + "properties": { + "OrionId": { + "type": "number" + } + } + }, + "CortexOrionNodeCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionNodeCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionNodeCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionNodeCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionNodeCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionNodeCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/components/schemas/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/components/schemas/System.TimeSpan" + } + } + }, + "CortexOrionNodeCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionPowerControlUnitCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionPowerControlUnitCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionPowerControlUnitCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionPowerControlUnitCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionPowerControlUnitCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionPowerControlUnitCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/components/schemas/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/components/schemas/System.TimeSpan" + } + } + }, + "CortexOrionPowerControlUnitCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionVirtualizationClusterCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationClusterCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationClusterCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationClusterCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationClusterCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionVirtualizationClusterCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/components/schemas/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/components/schemas/System.TimeSpan" + } + } + }, + "CortexOrionVirtualizationClusterCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionVirtualizationDataCenterCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationDataCenterCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationDataCenterCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationDataCenterCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationDataCenterCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionVirtualizationDataCenterCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/components/schemas/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/components/schemas/System.TimeSpan" + } + } + }, + "CortexOrionVirtualizationDataCenterCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionVirtualizationDatastoreCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationDatastoreCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationDatastoreCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationDatastoreCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationDatastoreCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionVirtualizationDatastoreCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/components/schemas/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/components/schemas/System.TimeSpan" + } + } + }, + "CortexOrionVirtualizationDatastoreCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionVirtualizationHostCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationHostCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationHostCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationHostCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationHostCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionVirtualizationHostCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/components/schemas/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/components/schemas/System.TimeSpan" + } + } + }, + "CortexOrionVirtualizationHostCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionVirtualizationHypervisorEntityCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationHypervisorEntityCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationHypervisorEntityCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationHypervisorEntityCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationHypervisorEntityCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionVirtualizationHypervisorEntityCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/components/schemas/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/components/schemas/System.TimeSpan" + } + } + }, + "CortexOrionVirtualizationHypervisorEntityCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionVirtualizationVCenterCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationVCenterCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationVCenterCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationVCenterCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationVCenterCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionVirtualizationVCenterCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/components/schemas/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/components/schemas/System.TimeSpan" + } + } + }, + "CortexOrionVirtualizationVCenterCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionVirtualizationVirtualMachineCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationVirtualMachineCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationVirtualMachineCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationVirtualMachineCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationVirtualMachineCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionVirtualizationVirtualMachineCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/components/schemas/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/components/schemas/System.TimeSpan" + } + } + }, + "CortexOrionVirtualizationVirtualMachineCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionVirtualizationVirtualMachineDiskCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationVirtualMachineDiskCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationVirtualMachineDiskCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationVirtualMachineDiskCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationVirtualMachineDiskCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionVirtualizationVirtualMachineDiskCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/components/schemas/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/components/schemas/System.TimeSpan" + } + } + }, + "CortexOrionVirtualizationVirtualMachineDiskCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionVirtualizationVSanCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationVSanCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationVSanCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationVSanCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVirtualizationVSanCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionVirtualizationVSanCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/components/schemas/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/components/schemas/System.TimeSpan" + } + } + }, + "CortexOrionVirtualizationVSanCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "CortexOrionVolumeCoreAddToCortexRequest": { + "required": [ + "OrionId" + ], + "type": "object", + "properties": { + "OrionId": { + "type": "number" + } + } + }, + "CortexOrionVolumeCoreAssignToEngineRequest": { + "required": [ + "entityId", + "EngineId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "EngineId": { + "type": "number" + } + } + }, + "CortexOrionVolumeCoreGetSupportedMetricsRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVolumeCoreInventoryNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVolumeCorePollNowRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "CortexOrionVolumeCoreSetPollingRequest": { + "required": [ + "entityId", + "Enable" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Enable": { + "type": "boolean" + } + } + }, + "CortexOrionVolumeCoreStartRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + }, + "PollingExpiration": { + "$ref": "#/components/schemas/System.TimeSpan" + }, + "PollingFrequency": { + "$ref": "#/components/schemas/System.TimeSpan" + } + } + }, + "CortexOrionVolumeCoreStopRealTimePollingRequest": { + "required": [ + "entityId", + "Owner", + "Properties" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + }, + "Owner": { + "type": "string" + }, + "Properties": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "OrionDPADpaServerRefreshSchemaRequest": { + "required": [ + "dpaServerId" + ], + "type": "object", + "properties": { + "dpaServerId": { + "type": "number" + } + } + }, + "OrionDPIProbesReloadProbeSettingsRequest": { + "required": [ + "probeId" + ], + "type": "object", + "properties": { + "probeId": { + "type": "number" + } + } + }, + "OrionDPIProbesReloadAppDefinitionsRequest": { + "required": [ + "probeId" + ], + "type": "object", + "properties": { + "probeId": { + "type": "number" + } + } + }, + "OrionDPIProbesGetProbeCapabilitiesRequest": { + "required": [ + "probeId" + ], + "type": "object", + "properties": { + "probeId": { + "type": "number" + } + } + }, + "SolarWinds.DPI.Common.Models.ProbeCapabilities": { + "type": "object", + "properties": { + "Hardware": { + "$ref": "#/components/schemas/SolarWinds.DPI.Common.Models.HardwareInfo" + }, + "Interfaces": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.DPI.Common.Models.InterfaceConfig" + } + } + } + }, + "SolarWinds.DPI.Common.Models.HardwareInfo": { + "type": "object", + "properties": { + "CpuCores": { + "type": "number" + }, + "PhysicalMemoryMb": { + "type": "number" + } + } + }, + "SolarWinds.DPI.Common.Models.InterfaceConfig": { + "type": "object", + "properties": { + "IpAddresses": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "OrionDPIProbesDeployLocalTrafficProbeRequest": { + "required": [ + "nodeId", + "machineUserName", + "machinePassword", + "probeName", + "probeDescription" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + }, + "machineUserName": { + "type": "string" + }, + "machinePassword": { + "type": "string" + }, + "probeName": { + "type": "string" + }, + "probeDescription": { + "type": "string" + } + } + }, + "SolarWinds.DPI.Common.Models.ProbeDeploymentResult": { + "type": "object", + "properties": { + "ProbeId": { + "type": "number" + }, + "DeploymentError": { + "type": "string" + } + } + }, + "OrionDPIProbesDeploySpanPortProbeRequest": { + "required": [ + "nodeId", + "machineUserName", + "machinePassword", + "probeName", + "probeDescription" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + }, + "machineUserName": { + "type": "string" + }, + "machinePassword": { + "type": "string" + }, + "probeName": { + "type": "string" + }, + "probeDescription": { + "type": "string" + } + } + }, + "OrionESIIncidentIntegrationSetIncidentIntegrationStateRequest": { + "required": [ + "enabled" + ], + "type": "object", + "properties": { + "enabled": { + "type": "boolean" + } + } + }, + "OrionF5SystemDeviceTestApiPollingRequest": { + "required": [ + "dnsName", + "ipAddress", + "port", + "useSsl", + "userName", + "password", + "reservedSslCertificateIdentity" + ], + "type": "object", + "properties": { + "dnsName": { + "type": "string" + }, + "ipAddress": { + "type": "string" + }, + "port": { + "type": "number" + }, + "useSsl": { + "type": "boolean" + }, + "userName": { + "type": "string" + }, + "password": { + "type": "string" + }, + "reservedSslCertificateIdentity": { + "type": "string" + }, + "engineId": { + "type": "number" + } + } + }, + "Solarwinds.F5.Common.Models.API.F5ApiTestConnectionResult": { + "type": "object", + "properties": { + "IsSuccessful": { + "type": "boolean" + }, + "Error": { + "$ref": "#/components/schemas/Solarwinds.F5.Common.Models.API.F5ApiError" + }, + "SslCertificateIdentity": { + "type": "string" + } + } + }, + "Solarwinds.F5.Common.Models.API.F5ApiError": { + "enum": [ + "Unknown", + "CertificateIsIncorrect", + "CredentialsAreIncorrect", + "ServerIsUnavailable", + "ApiIsUnavailable", + "IncorrectApiResponse", + "CredentialsAreMissing", + "ApiIgnoredRequest" + ], + "type": "string" + }, + "OrionF5SystemDeviceEnableApiPollingRequest": { + "required": [ + "nodeId", + "port", + "useSsl", + "userName", + "password" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + }, + "port": { + "type": "number" + }, + "useSsl": { + "type": "boolean" + }, + "userName": { + "type": "string" + }, + "password": { + "type": "string" + }, + "reservedSslCertificateIdentity": { + "type": "string" + } + } + }, + "OrionF5SystemDeviceDisableApiPollingRequest": { + "required": [ + "nodeId" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + } + } + }, + "OrionF5LTMServerLinkNodeRequest": { + "required": [ + "f5ServerId", + "nodeId" + ], + "type": "object", + "properties": { + "f5ServerId": { + "type": "number" + }, + "nodeId": { + "type": "number" + } + } + }, + "OrionF5LTMServerUnlinkNodeRequest": { + "required": [ + "f5ServerId" + ], + "type": "object", + "properties": { + "f5ServerId": { + "type": "number" + } + } + }, + "OrionHardwareHealthHardwareInfoBaseEnableHardwareHealthRequest": { + "required": [ + "netObject", + "pollingmethod" + ], + "type": "object", + "properties": { + "netObject": { + "type": "string" + }, + "pollingmethod": { + "type": "number" + } + } + }, + "OrionHardwareHealthHardwareInfoBaseDisableHardwareHealthRequest": { + "required": [ + "netObject" + ], + "type": "object", + "properties": { + "netObject": { + "type": "string" + } + } + }, + "OrionHardwareHealthHardwareInfoBaseDeleteHardwareHealthRequest": { + "required": [ + "netObject" + ], + "type": "object", + "properties": { + "netObject": { + "type": "string" + } + } + }, + "OrionHardwareHealthHardwareInfoBaseIsHardwareHealthEnabledRequest": { + "required": [ + "netObject" + ], + "type": "object", + "properties": { + "netObject": { + "type": "string" + } + } + }, + "OrionHardwareHealthHardwareItemBaseEnableSensorsRequest": { + "required": [ + "hardwareItems" + ], + "type": "object", + "properties": { + "hardwareItems": { + "$ref": "#/components/schemas/System.Collections.Generic.IEnumerable_SolarWinds.HardwareHealth.Common.Models.HardwareHealth.HardwareHealthItemKey_" + } + } + }, + "OrionHardwareHealthHardwareItemBaseDisableSensorsRequest": { + "required": [ + "hardwareItems" + ], + "type": "object", + "properties": { + "hardwareItems": { + "$ref": "#/components/schemas/System.Collections.Generic.IEnumerable_SolarWinds.HardwareHealth.Common.Models.HardwareHealth.HardwareHealthItemKey_" + } + } + }, + "OrionHardwareHealthHardwareItemThresholdSetThresholdRequest": { + "required": [ + "sensorId", + "warningThreshold", + "criticalThreshold" + ], + "type": "object", + "properties": { + "sensorId": { + "type": "number" + }, + "warningThreshold": { + "type": "string" + }, + "criticalThreshold": { + "type": "string" + } + } + }, + "OrionHardwareHealthHardwareItemThresholdClearThresholdsRequest": { + "required": [ + "sensorIds" + ], + "type": "object", + "properties": { + "sensorIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "OrionHAPoolsCreatePoolRequest": { + "required": [ + "displayName", + "poolMembersIds", + "properties" + ], + "type": "object", + "properties": { + "displayName": { + "description": "Name of a pool", + "type": "string" + }, + "poolMembersIds": { + "description": "Integer array of pool member IDs", + "type": "array", + "items": { + "type": "number" + } + }, + "properties": { + "description": "Additional properties containing resources configurations.", + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Object_" + } + } + } + }, + "SolarWinds.Orion.HighAvailability.Common.Model.OperationResult": { + "type": "object", + "properties": { + "IsError": { + "type": "boolean" + }, + "Code": { + "type": "number" + }, + "Message": { + "type": "string" + }, + "Result": { + "type": "string" + } + } + }, + "OrionHAPoolsEditPoolRequest": { + "required": [ + "poolId", + "displayName", + "properties" + ], + "type": "object", + "properties": { + "poolId": { + "description": "Pool ID", + "type": "number" + }, + "displayName": { + "description": "Name of a pool", + "type": "string" + }, + "properties": { + "description": "Additional properties containing resources configurations.", + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Object_" + } + } + } + }, + "OrionHAPoolsValidateCreatePoolRequest": { + "required": [ + "displayName", + "poolMembersIds", + "properties" + ], + "type": "object", + "properties": { + "displayName": { + "description": "Name of a pool", + "type": "string" + }, + "poolMembersIds": { + "description": "Integer array of pool member IDs", + "type": "array", + "items": { + "type": "number" + } + }, + "properties": { + "description": "Additional properties containing resources configurations.", + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Object_" + } + } + } + }, + "OrionHAPoolsValidateEditPoolRequest": { + "required": [ + "poolId", + "displayName", + "properties" + ], + "type": "object", + "properties": { + "poolId": { + "description": "Pool ID", + "type": "number" + }, + "displayName": { + "description": "Name of a pool", + "type": "string" + }, + "properties": { + "description": "Additional properties containing resources configurations.", + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Object_" + } + } + } + }, + "OrionHAPoolsEnablePoolRequest": { + "required": [ + "poolId" + ], + "type": "object", + "properties": { + "poolId": { + "description": "ID of pool", + "type": "number" + } + } + }, + "OrionHAPoolsDisablePoolRequest": { + "required": [ + "poolId" + ], + "type": "object", + "properties": { + "poolId": { + "description": "ID of pool", + "type": "number" + } + } + }, + "OrionHAPoolsDeletePoolRequest": { + "required": [ + "poolId" + ], + "type": "object", + "properties": { + "poolId": { + "description": "ID of pool", + "type": "number" + } + } + }, + "OrionHAPoolsSwitchoverRequest": { + "required": [ + "poolId" + ], + "type": "object", + "properties": { + "poolId": { + "description": "ID of pool", + "type": "number" + } + } + }, + "OrionHAPoolsDeleteStaleEngineRequest": { + "required": [ + "hostName" + ], + "type": "object", + "properties": { + "hostName": { + "description": "hostName", + "type": "string" + } + } + }, + "OrionNPMInterfacesSetPowerLevelRequest": { + "required": [ + "interfaceId", + "powerLevel" + ], + "type": "object", + "properties": { + "interfaceId": { + "type": "number" + }, + "powerLevel": { + "type": "number" + } + } + }, + "OrionNPMInterfacesUnmanageRequest": { + "required": [ + "netObjectId", + "unmanageTime", + "remanageTime", + "isRelative" + ], + "type": "object", + "properties": { + "netObjectId": { + "type": "string" + }, + "unmanageTime": { + "format": "date-time", + "type": "string" + }, + "remanageTime": { + "format": "date-time", + "type": "string" + }, + "isRelative": { + "type": "boolean" + } + } + }, + "OrionNPMInterfacesRemanageRequest": { + "required": [ + "netObjectId" + ], + "type": "object", + "properties": { + "netObjectId": { + "type": "string" + } + } + }, + "OrionNPMInterfacesDiscoverInterfacesOnNodeRequest": { + "required": [ + "nodeId" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + } + } + }, + "SolarWinds.NPM.Common.Models.Discovery.InterfaceDiscovery.LiteDiscoveryResult": { + "type": "object", + "properties": { + "DiscoveredInterfaces": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.NPM.Common.Models.Discovery.InterfaceDiscovery.DiscoveredLiteInterface" + } + }, + "Result": { + "$ref": "#/components/schemas/SolarWinds.NPM.Common.Models.Discovery.InterfaceDiscovery.LiteDiscoveryResultCode" + } + } + }, + "SolarWinds.NPM.Common.Models.Discovery.InterfaceDiscovery.DiscoveredLiteInterface": { + "type": "object", + "properties": { + "ifIndex": { + "type": "number" + }, + "Caption": { + "type": "string" + }, + "ifType": { + "type": "number" + }, + "ifSubType": { + "type": "number" + }, + "InterfaceID": { + "type": "number" + }, + "Manageable": { + "type": "boolean" + }, + "ifSpeed": { + "type": "number" + }, + "ifAdminStatus": { + "type": "number" + }, + "ifOperStatus": { + "type": "number" + } + } + }, + "SolarWinds.NPM.Common.Models.Discovery.InterfaceDiscovery.LiteDiscoveryResultCode": { + "enum": [ + "Succeed", + "InvalidNode", + "GenericError" + ], + "type": "string" + }, + "SolarWinds.NPM.Common.Models.Discovery.InterfaceDiscovery.AddPollers": { + "enum": [ + "AddDefaultPollers", + "AddNoPollers" + ], + "type": "string" + }, + "OrionNPMInterfacesAddInterfacesOnNodeRequest": { + "required": [ + "nodeId", + "interfacesToAdd", + "pollers" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + }, + "interfacesToAdd": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.NPM.Common.Models.Discovery.InterfaceDiscovery.DiscoveredLiteInterface" + } + }, + "pollers": { + "$ref": "#/components/schemas/SolarWinds.NPM.Common.Models.Discovery.InterfaceDiscovery.AddPollers" + } + } + }, + "SolarWinds.Data.Providers.Interfaces.v3.Verbs.Interfaces-InterfacesDiscoveryPluginContext": { + "type": "object", + "properties": { + "UseDefaults": { + "type": "boolean" + }, + "AutoImportStatus": { + "type": "array", + "items": { + "type": "string" + } + }, + "AutoImportVlanPortTypes": { + "type": "array", + "items": { + "type": "string" + } + }, + "AutoImportVirtualTypes": { + "type": "array", + "items": { + "type": "string" + } + }, + "AutoImportExpressionFilter": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.Data.Providers.Interfaces.v3.Verbs.Interfaces-Expression" + } + } + } + }, + "SolarWinds.Data.Providers.Interfaces.v3.Verbs.Interfaces-Expression": { + "type": "object", + "properties": { + "Prop": { + "type": "string" + }, + "Op": { + "type": "string" + }, + "Val": { + "type": "string" + } + } + }, + "OrionNPMInterfacesCreateInterfacesPluginConfigurationRequest": { + "required": [ + "context" + ], + "type": "object", + "properties": { + "context": { + "$ref": "#/components/schemas/SolarWinds.Data.Providers.Interfaces.v3.Verbs.Interfaces-InterfacesDiscoveryPluginContext" + } + } + }, + "OrionNPMInterfacesCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionNPMInterfacesCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionNPMInterfacesCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionNPMInterfacesCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "IPAMSubnetManagementChangeIpStatusRequest": { + "required": [ + "ipAddress", + "status" + ], + "type": "object", + "properties": { + "ipAddress": { + "type": "string" + }, + "status": { + "type": "string" + } + } + }, + "IPAMSubnetManagementChangeIpStatusForGroupRequest": { + "required": [ + "ipAddress", + "status", + "hierarchyGroup" + ], + "type": "object", + "properties": { + "ipAddress": { + "type": "string" + }, + "status": { + "type": "string" + }, + "hierarchyGroup": { + "type": "string" + } + } + }, + "IPAMSubnetManagementGetFirstAvailableIpRequest": { + "required": [ + "subnetAddress", + "subnetCidr" + ], + "type": "object", + "properties": { + "subnetAddress": { + "type": "string" + }, + "subnetCidr": { + "type": "string" + } + } + }, + "IPAMSubnetManagementGetFirstAvailableIpForGroupRequest": { + "required": [ + "subnetAddress", + "subnetCidr", + "hierarchyGroup" + ], + "type": "object", + "properties": { + "subnetAddress": { + "type": "string" + }, + "subnetCidr": { + "type": "string" + }, + "hierarchyGroup": { + "type": "string" + } + } + }, + "IPAMSubnetManagementStartIpReservationRequest": { + "required": [ + "subnetAddress", + "subnetCidr" + ], + "type": "object", + "properties": { + "subnetAddress": { + "type": "string" + }, + "subnetCidr": { + "type": "string" + }, + "reservationTimeInMinutes": { + "type": "number" + } + } + }, + "IPAMSubnetManagementStartIpReservationForGroupRequest": { + "required": [ + "subnetAddress", + "subnetCidr", + "hierarchyGroup" + ], + "type": "object", + "properties": { + "subnetAddress": { + "type": "string" + }, + "subnetCidr": { + "type": "string" + }, + "hierarchyGroup": { + "type": "string" + }, + "reservationTimeInMinutes": { + "type": "number" + } + } + }, + "IPAMSubnetManagementCancelIpReservationRequest": { + "required": [ + "reservedIpAddress" + ], + "type": "object", + "properties": { + "reservedIpAddress": { + "type": "string" + } + } + }, + "IPAMSubnetManagementCancelIpReservationForGroupRequest": { + "required": [ + "reservedIpAddress", + "hierarchyGroup" + ], + "type": "object", + "properties": { + "reservedIpAddress": { + "type": "string" + }, + "hierarchyGroup": { + "type": "string" + } + } + }, + "IPAMSubnetManagementFinishIpReservationRequest": { + "required": [ + "ipAddress", + "finalIpStatus" + ], + "type": "object", + "properties": { + "ipAddress": { + "type": "string" + }, + "finalIpStatus": { + "type": "string" + } + } + }, + "IPAMSubnetManagementFinishIpReservationForGroupRequest": { + "required": [ + "ipAddress", + "finalIpStatus", + "hierarchyGroup" + ], + "type": "object", + "properties": { + "ipAddress": { + "type": "string" + }, + "finalIpStatus": { + "type": "string" + }, + "hierarchyGroup": { + "type": "string" + } + } + }, + "IPAMSubnetManagementCreateSubnetRequest": { + "required": [ + "subnetAddress", + "rawCidr" + ], + "type": "object", + "properties": { + "subnetAddress": { + "type": "string" + }, + "rawCidr": { + "type": "string" + } + } + }, + "IPAMSubnetManagementCreateSubnetForGroupRequest": { + "required": [ + "subnetAddress", + "rawCidr", + "hierarchyGroup" + ], + "type": "object", + "properties": { + "subnetAddress": { + "type": "string" + }, + "rawCidr": { + "type": "string" + }, + "hierarchyGroup": { + "type": "string" + } + } + }, + "IPAMSubnetManagementCreateIPv6SubnetRequest": { + "required": [ + "prefix", + "prefixName", + "isNewPrefix", + "subnetAddress", + "rawCidr" + ], + "type": "object", + "properties": { + "prefix": { + "type": "string" + }, + "prefixName": { + "type": "string" + }, + "isNewPrefix": { + "type": "boolean" + }, + "subnetAddress": { + "type": "string" + }, + "rawCidr": { + "type": "string" + } + } + }, + "IPAMSubnetManagementCreateIPv6SubnetForGroupRequest": { + "required": [ + "prefix", + "prefixName", + "isNewPrefix", + "subnetAddress", + "rawCidr", + "hierarchyGroup" + ], + "type": "object", + "properties": { + "prefix": { + "type": "string" + }, + "prefixName": { + "type": "string" + }, + "isNewPrefix": { + "type": "boolean" + }, + "subnetAddress": { + "type": "string" + }, + "rawCidr": { + "type": "string" + }, + "hierarchyGroup": { + "type": "string" + } + } + }, + "IPAMSubnetManagementChangeDisableAutoScanningRequest": { + "required": [ + "groupId", + "disableAutoScanning" + ], + "type": "object", + "properties": { + "groupId": { + "type": "number" + }, + "disableAutoScanning": { + "type": "boolean" + } + } + }, + "IPAMDhcpDnsManagementCreateIpReservationRequest": { + "required": [ + "ipAddressToReserve", + "dhcpServerIpAddress", + "reservationName", + "reservationMAC" + ], + "type": "object", + "properties": { + "ipAddressToReserve": { + "type": "string" + }, + "dhcpServerIpAddress": { + "type": "string" + }, + "reservationName": { + "type": "string" + }, + "reservationMAC": { + "type": "string" + }, + "reservationType": { + "type": "string" + } + } + }, + "IPAMDhcpDnsManagementRemoveIpReservationRequest": { + "required": [ + "ipRemoveReservation", + "dhcpServerIpAddress" + ], + "type": "object", + "properties": { + "ipRemoveReservation": { + "type": "string" + }, + "dhcpServerIpAddress": { + "type": "string" + } + } + }, + "IPAMDhcpDnsManagementGetAandPTRrecordsForDnsZoneRequest": { + "required": [ + "zoneName", + "dnsServerIp" + ], + "type": "object", + "properties": { + "zoneName": { + "type": "string" + }, + "dnsServerIp": { + "type": "string" + } + } + }, + "SolarWinds.IPAM.Contract.APtrRecordsPair": { + "type": "object", + "properties": { + "ARecordName": { + "type": "string" + }, + "ARecordData": { + "type": "string" + }, + "PtrRecordName": { + "type": "string" + }, + "PtrRecordData": { + "type": "string" + } + } + }, + "IPAMIPAddressManagementAddDnsARecordRequest": { + "required": [ + "recordName", + "nodeIPv4Address", + "dnsIpAddress", + "dnsZoneName" + ], + "type": "object", + "properties": { + "recordName": { + "type": "string" + }, + "nodeIPv4Address": { + "type": "string" + }, + "dnsIpAddress": { + "type": "string" + }, + "dnsZoneName": { + "type": "string" + } + } + }, + "IPAMIPAddressManagementChangeDnsARecordRequest": { + "required": [ + "recordName", + "nodeIPv4Address", + "dnsIpAddress", + "dnsZoneName", + "nodeIPv4AddressNew" + ], + "type": "object", + "properties": { + "recordName": { + "type": "string" + }, + "nodeIPv4Address": { + "type": "string" + }, + "dnsIpAddress": { + "type": "string" + }, + "dnsZoneName": { + "type": "string" + }, + "nodeIPv4AddressNew": { + "type": "string" + } + } + }, + "IPAMIPAddressManagementRemoveDnsARecordRequest": { + "required": [ + "recordName", + "nodeIPv4Address", + "dnsIpAddress", + "dnsZoneName" + ], + "type": "object", + "properties": { + "recordName": { + "type": "string" + }, + "nodeIPv4Address": { + "type": "string" + }, + "dnsIpAddress": { + "type": "string" + }, + "dnsZoneName": { + "type": "string" + } + } + }, + "IPAMIPAddressManagementAddDnsAaaaRecordRequest": { + "required": [ + "recordName", + "nodeIPv6Address", + "dnsIpAddress", + "dnsZoneName" + ], + "type": "object", + "properties": { + "recordName": { + "type": "string" + }, + "nodeIPv6Address": { + "type": "string" + }, + "dnsIpAddress": { + "type": "string" + }, + "dnsZoneName": { + "type": "string" + } + } + }, + "IPAMIPAddressManagementChangeDnsAaaaRecordRequest": { + "required": [ + "recordName", + "nodeIpV6Address", + "dnsIpAddress", + "dnsZoneName", + "newNodeIpV6Address" + ], + "type": "object", + "properties": { + "recordName": { + "type": "string" + }, + "nodeIpV6Address": { + "type": "string" + }, + "dnsIpAddress": { + "type": "string" + }, + "dnsZoneName": { + "type": "string" + }, + "newNodeIpV6Address": { + "type": "string" + } + } + }, + "IPAMIPAddressManagementRemoveDnsAaaaRecordRequest": { + "required": [ + "recordName", + "nodeIpV6Address", + "dnsIpAddress", + "dnsZoneName" + ], + "type": "object", + "properties": { + "recordName": { + "type": "string" + }, + "nodeIpV6Address": { + "type": "string" + }, + "dnsIpAddress": { + "type": "string" + }, + "dnsZoneName": { + "type": "string" + } + } + }, + "IPAMIPAddressManagementAddDnsARecordWithPtrRequest": { + "required": [ + "recordName", + "nodeIPv4Address", + "dnsIpAddress", + "dnsZoneName" + ], + "type": "object", + "properties": { + "recordName": { + "type": "string" + }, + "nodeIPv4Address": { + "type": "string" + }, + "dnsIpAddress": { + "type": "string" + }, + "dnsZoneName": { + "type": "string" + } + } + }, + "IPAMIPAddressManagementAddPtrToDnsARecordRequest": { + "required": [ + "recordName", + "nodeIPv4Address", + "dnsIpAddress", + "dnsZoneName" + ], + "type": "object", + "properties": { + "recordName": { + "type": "string" + }, + "nodeIPv4Address": { + "type": "string" + }, + "dnsIpAddress": { + "type": "string" + }, + "dnsZoneName": { + "type": "string" + } + } + }, + "IPAMIPAddressManagementAddPtrRecordRequest": { + "required": [ + "recordName", + "recordData", + "dnsIpAddress", + "dnsZoneName" + ], + "type": "object", + "properties": { + "recordName": { + "type": "string" + }, + "recordData": { + "type": "string" + }, + "dnsIpAddress": { + "type": "string" + }, + "dnsZoneName": { + "type": "string" + } + } + }, + "IPAMIPAddressManagementRemovePtrRecordRequest": { + "required": [ + "recordName", + "dnsIpAddress", + "dnsZoneName" + ], + "type": "object", + "properties": { + "recordName": { + "type": "string" + }, + "dnsIpAddress": { + "type": "string" + }, + "dnsZoneName": { + "type": "string" + }, + "isRetryingDnsZoneSearch": { + "type": "boolean" + } + } + }, + "IPAMAttrDefineAddCustomPropertyRequest": { + "required": [ + "propertyName", + "description", + "maxStringLength" + ], + "type": "object", + "properties": { + "propertyName": { + "type": "string" + }, + "description": { + "type": "string" + }, + "maxStringLength": { + "type": "number" + }, + "attributeType": { + "type": "string" + }, + "linkTitle": { + "type": "string" + }, + "addToIpAddress": { + "type": "boolean" + }, + "addToGroups": { + "type": "boolean" + } + } + }, + "IPAMAttrDefineUpdateCustomPropertyRequest": { + "required": [ + "propertyName", + "description", + "maxStringLength", + "linkTitle", + "addToIpAddress", + "addToGroups" + ], + "type": "object", + "properties": { + "propertyName": { + "type": "string" + }, + "description": { + "type": "string" + }, + "maxStringLength": { + "type": "number" + }, + "linkTitle": { + "type": "string" + }, + "addToIpAddress": { + "type": "boolean" + }, + "addToGroups": { + "type": "boolean" + } + } + }, + "IPAMAttrDefineDeleteCustomPropertyRequest": { + "required": [ + "propertyName" + ], + "type": "object", + "properties": { + "propertyName": { + "type": "string" + } + } + }, + "IPAMGroupsCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "IPAMGroupsCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "IPAMGroupsCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "IPAMGroupsCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "IPAMNodesCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "IPAMNodesCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "IPAMNodesCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "IPAMNodesCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "OrionLicensingLicensesActivateOnlineRequest": { + "required": [ + "LicenseKey", + "LicenseVersion", + "ProductName", + "FirstName", + "LastName", + "Email", + "Phone" + ], + "type": "object", + "properties": { + "LicenseKey": { + "type": "string" + }, + "LicenseVersion": { + "type": "number" + }, + "ProductName": { + "type": "string" + }, + "FirstName": { + "type": "string" + }, + "LastName": { + "type": "string" + }, + "Email": { + "type": "string" + }, + "Phone": { + "type": "string" + } + } + }, + "OrionLicensingLicensesActivateOfflineRequest": { + "required": [ + "LicenseToActivate" + ], + "type": "object", + "properties": { + "LicenseToActivate": { + "type": "string" + } + } + }, + "OrionLicensingLicensesDeactivateRequest": { + "required": [ + "LicenseKey", + "LicenseVersion", + "ProductName", + "ProvideReceipt" + ], + "type": "object", + "properties": { + "LicenseKey": { + "type": "string" + }, + "LicenseVersion": { + "type": "number" + }, + "ProductName": { + "type": "string" + }, + "ProvideReceipt": { + "type": "boolean" + } + } + }, + "OrionLicensingLicensesReAssignExactlyToRequest": { + "required": [ + "LicenseKey", + "LicenseVersion", + "ProductName", + "ServersOrPools" + ], + "type": "object", + "properties": { + "LicenseKey": { + "type": "string" + }, + "LicenseVersion": { + "type": "number" + }, + "ProductName": { + "type": "string" + }, + "ServersOrPools": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "OrionLicensingLicensesUnAssignFromAllServersRequest": { + "required": [ + "LicenseKey", + "LicenseVersion", + "ProductName" + ], + "type": "object", + "properties": { + "LicenseKey": { + "type": "string" + }, + "LicenseVersion": { + "type": "number" + }, + "ProductName": { + "type": "string" + } + } + }, + "OrionLicensingLicensesFindValidAssignmentsRequest": { + "required": [ + "LicenseKey", + "LicenseVersion", + "ProductName" + ], + "type": "object", + "properties": { + "LicenseKey": { + "type": "string" + }, + "LicenseVersion": { + "type": "number" + }, + "ProductName": { + "type": "string" + } + } + }, + "OrionLicensingLicensesGetEvaluationStateRequest": { + "required": [ + "ProductName", + "LicenseVersion" + ], + "type": "object", + "properties": { + "ProductName": { + "type": "string" + }, + "LicenseVersion": { + "type": "number" + } + } + }, + "OrionLicensingLicensesGetAvailableAssignmentsRequest": { + "required": [ + "LicenseVersion", + "ProductName" + ], + "type": "object", + "properties": { + "LicenseVersion": { + "type": "number" + }, + "ProductName": { + "type": "string" + } + } + }, + "OrionNetflowSourceSetManualSamplingRateRequest": { + "required": [ + "nodeId", + "samplingRate" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + }, + "samplingRate": { + "type": "number" + } + } + }, + "OrionNetflowSourceSetAutoDetectedSamplingRateRequest": { + "required": [ + "nodeId" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + } + } + }, + "OrionOLMLogEntryUidMaxForDateRequest": { + "required": [ + "dateTime" + ], + "type": "object", + "properties": { + "dateTime": { + "format": "date-time", + "type": "string" + } + } + }, + "OrionOLMLogEntryUidMinForDateRequest": { + "required": [ + "dateTime" + ], + "type": "object", + "properties": { + "dateTime": { + "format": "date-time", + "type": "string" + } + } + }, + "OrionOLMLogEntryUidExtractDateRequest": { + "required": [ + "uniqueId" + ], + "type": "object", + "properties": { + "uniqueId": { + "type": "number" + } + } + }, + "OrionAlertActiveAcknowledgeRequest": { + "required": [ + "alertObjectIds", + "notes" + ], + "type": "object", + "properties": { + "alertObjectIds": { + "type": "array", + "items": { + "type": "number" + } + }, + "notes": { + "type": "string" + } + } + }, + "OrionAlertActiveUnacknowledgeRequest": { + "required": [ + "alertObjectIds" + ], + "type": "object", + "properties": { + "alertObjectIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "OrionAlertActiveClearAlertRequest": { + "required": [ + "alertObjectIds" + ], + "type": "object", + "properties": { + "alertObjectIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "OrionAlertActiveAppendNoteRequest": { + "required": [ + "alertObjectIds", + "note" + ], + "type": "object", + "properties": { + "alertObjectIds": { + "type": "array", + "items": { + "type": "number" + } + }, + "note": { + "type": "string" + } + } + }, + "OrionAlertsMigrateAllBasicAlertsRequest": { + "type": "object" + }, + "SolarWinds.Orion.Core.Models.Alerting.AlertMigrationResult": { + "type": "object", + "properties": { + "OldAlertDefinitionIdGuid": { + "type": "string" + }, + "OldAlertName": { + "type": "string" + }, + "NewAlertId": { + "type": "number" + }, + "ResultCode": { + "$ref": "#/components/schemas/SolarWinds.Orion.Core.Models.Alerting.AlertMigrationCode" + }, + "Messages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.Orion.Core.Models.Alerting.AlertMigrationMessage" + } + }, + "EnabledBeforeMigration": { + "type": "boolean" + }, + "MigrationId": { + "type": "string" + }, + "Canned": { + "type": "boolean" + }, + "ObjectType": { + "type": "string" + } + } + }, + "SolarWinds.Orion.Core.Models.Alerting.AlertMigrationCode": { + "enum": [ + "Error", + "Warning", + "Skipped", + "OK", + "BadTriggerCondition" + ], + "type": "string" + }, + "SolarWinds.Orion.Core.Models.Alerting.AlertMigrationMessage": { + "type": "object", + "properties": { + "MsgDateTimeKindFieldConstWarning": { + "type": "string" + }, + "MsgDateTimeKindFieldFieldWarning": { + "type": "string" + }, + "MsgBasicAlertMovedToPrimaryEngine": { + "type": "string" + }, + "MsgC1QConditionMigratedAsSQL": { + "type": "string" + }, + "MsgMigrationFailed": { + "type": "string" + }, + "MsgBadTriggerCondition": { + "type": "string" + }, + "MsgMigrationSkipped": { + "type": "string" + }, + "MsgTimeOfDayMigrationError": { + "type": "string" + }, + "MsgActionMigrationError": { + "type": "string" + }, + "MsgBasicActionMigrationError": { + "type": "string" + }, + "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": { + "type": "string" + }, + "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": { + "type": "string" + }, + "MsgMigrationNotSupported": { + "type": "string" + }, + "MsgNcmActionMigrationNotSupported": { + "type": "string" + }, + "MsgActiveAlertsMigrationWarning": { + "type": "string" + }, + "MsgFailGetUris": { + "type": "string" + }, + "MsgUnableToEnableMigratedAlertWarning": { + "type": "string" + }, + "MsgUnableToDisableOldAlertWarning": { + "type": "string" + }, + "MsgAlertNotSavedCompletely": { + "type": "string" + }, + "Messsage": { + "type": "string" + }, + "Severity": { + "$ref": "#/components/schemas/SolarWinds.Orion.Core.Models.Alerting.AlertMigrationCode" + } + } + }, + "OrionAlertsMigrateBasicAlertRequest": { + "required": [ + "alertId" + ], + "type": "object", + "properties": { + "alertId": { + "description": "Id of Alert created in Basic Alerts Manager i.e. AlertID property of Orion.Alerts entity.", + "type": "number" + } + } + }, + "SolarWinds.Data.Providers.Orion.Verbs.AlertInfo": { + "type": "object", + "properties": { + "DefinitionId": { + "type": "string" + }, + "ObjectType": { + "type": "string" + }, + "ObjectId": { + "type": "string" + }, + "Notes": { + "type": "string" + } + } + }, + "OrionAlertStatusAcknowledgeRequest": { + "required": [ + "alertInfos" + ], + "type": "object", + "properties": { + "alertInfos": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.Data.Providers.Orion.Verbs.AlertInfo" + } + } + } + }, + "OrionAlertStatusAcknowledgeAlertRequest": { + "required": [ + "alertDefinitionId", + "activeObject", + "objectType", + "accountId", + "note", + "method" + ], + "type": "object", + "properties": { + "alertDefinitionId": { + "type": "string" + }, + "activeObject": { + "type": "string" + }, + "objectType": { + "type": "string" + }, + "accountId": { + "type": "string" + }, + "note": { + "type": "string" + }, + "method": { + "type": "string" + } + } + }, + "OrionAlertStatusAddNoteRequest": { + "required": [ + "alertDefinitionId", + "activeObject", + "objectType", + "note" + ], + "type": "object", + "properties": { + "alertDefinitionId": { + "type": "string" + }, + "activeObject": { + "type": "string" + }, + "objectType": { + "type": "string" + }, + "note": { + "type": "string" + } + } + }, + "OrionAlertConfigurationsMigrateAllAdvancedAlertsRequest": { + "type": "object" + }, + "OrionAlertConfigurationsMigrateAdvancedAlertRequest": { + "required": [ + "definitionIdGuid" + ], + "type": "object", + "properties": { + "definitionIdGuid": { + "type": "string" + } + } + }, + "OrionAlertConfigurationsMigrateAdvancedAlertFromXMLRequest": { + "required": [ + "xmlOldAlertDefinition" + ], + "type": "object", + "properties": { + "xmlOldAlertDefinition": { + "type": "string" + } + } + }, + "OrionAlertConfigurationsImportRequest": { + "required": [ + "alertXml" + ], + "type": "object", + "properties": { + "alertXml": { + "type": "string" + } + } + }, + "SolarWinds.Orion.Core.Common.Alerting.AlertImportResult": { + "type": "object", + "properties": { + "AlertId": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "MigrationMessage": { + "type": "string" + } + } + }, + "OrionAlertConfigurationsExportRequest": { + "required": [ + "alertId" + ], + "type": "object", + "properties": { + "alertId": { + "type": "number" + } + } + }, + "OrionAlertConfigurationsCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionAlertConfigurationsCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionAlertConfigurationsCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionAlertConfigurationsCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "OrionAlertConfigurationsCustomPropertiesValidateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + } + } + }, + "OrionAlertDefinitionsRevertMigratedAlertRequest": { + "required": [ + "alertRefId", + "enableInOldAlerting" + ], + "type": "object", + "properties": { + "alertRefId": { + "format": "uuid", + "type": "string" + }, + "enableInOldAlerting": { + "type": "boolean" + } + } + }, + "OrionActionsDeleteActionsByAssignmentsRequest": { + "required": [ + "parentID", + "environmentType" + ], + "type": "object", + "properties": { + "parentID": { + "type": "number" + }, + "environmentType": { + "type": "string" + } + } + }, + "OrionActionsDeleteActionsByAssignmentsAndCategoryRequest": { + "required": [ + "parentID", + "environmentType", + "categoryType" + ], + "type": "object", + "properties": { + "parentID": { + "type": "number" + }, + "environmentType": { + "type": "string" + }, + "categoryType": { + "type": "string" + } + } + }, + "SolarWinds.Orion.Core.Models.Actions.ActionDefinition": { + "type": "object", + "properties": { + "ID": { + "type": "number" + }, + "ActionTypeID": { + "type": "string" + }, + "Title": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Enabled": { + "type": "boolean" + }, + "Order": { + "type": "number" + }, + "IconPath": { + "type": "string" + }, + "IsShared": { + "type": "boolean" + }, + "Properties": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.Orion.Core.Models.Actions.ActionProperty" + } + }, + "TimePeriods": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.Orion.Core.Models.Schedules.TimePeriodSchedule" + } + }, + "TransitiveID": { + "type": "number" + } + } + }, + "SolarWinds.Orion.Core.Models.Actions.ActionProperty": { + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "PropertyValue": { + "type": "string" + }, + "IsShared": { + "type": "boolean" + } + } + }, + "SolarWinds.Orion.Core.Models.Schedules.TimePeriodSchedule": { + "type": "object", + "properties": { + "CronExpressionTimeZoneInfo": { + "$ref": "#/components/schemas/System.TimeZoneInfo" + }, + "FrequencyId": { + "type": "number" + }, + "StartTime": { + "format": "date-time", + "type": "string" + }, + "EndTime": { + "format": "date-time", + "type": "string" + }, + "CronExpression": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "Duration": { + "$ref": "#/components/schemas/System.TimeSpan" + }, + "EnabledDuringTimePeriod": { + "type": "boolean" + }, + "CronExpressionTimeZoneInfoId": { + "type": "string" + } + } + }, + "System.TimeZoneInfo": { + "type": "object", + "properties": { + "Id": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "StandardName": { + "type": "string" + }, + "DaylightName": { + "type": "string" + }, + "BaseUtcOffset": { + "$ref": "#/components/schemas/System.TimeSpan" + }, + "SupportsDaylightSavingTime": { + "type": "boolean" + }, + "Local": { + "$ref": "#/components/schemas/System.TimeZoneInfo" + }, + "Utc": { + "$ref": "#/components/schemas/System.TimeZoneInfo" + } + } + }, + "OrionActionsSaveActionsForAssignmentsRequest": { + "required": [ + "parentID", + "environmentType", + "categoryType", + "actions" + ], + "type": "object", + "properties": { + "parentID": { + "type": "number" + }, + "environmentType": { + "type": "string" + }, + "categoryType": { + "type": "string" + }, + "actions": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.Orion.Core.Models.Actions.ActionDefinition" + } + } + } + }, + "OrionActionsUpdateActionRequest": { + "required": [ + "action" + ], + "type": "object", + "properties": { + "action": { + "$ref": "#/components/schemas/SolarWinds.Orion.Core.Models.Actions.ActionDefinition" + } + } + }, + "OrionActionsUpdateActionsPropertiesRequest": { + "required": [ + "properties", + "actionsIds" + ], + "type": "object", + "properties": { + "properties": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.Orion.Core.Models.Actions.ActionProperty" + } + }, + "actionsIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "OrionActionsUpdateActionsDescriptionsRequest": { + "required": [ + "actionsDescriptions" + ], + "type": "object", + "properties": { + "actionsDescriptions": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.Nullable_System.Int32__System.String_" + } + } + } + }, + "OrionActionsUpdateActionsFrequenciesRequest": { + "required": [ + "timePeriods", + "actionsIds" + ], + "type": "object", + "properties": { + "timePeriods": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.Orion.Core.Models.Schedules.TimePeriodSchedule" + } + }, + "actionsIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "SolarWinds.Orion.Core.Models.Actions.Contexts.AlertingActionContext": { + "type": "object", + "properties": { + "ExecutionMode": { + "$ref": "#/components/schemas/SolarWinds.Orion.Core.Models.Actions.ActionExecutionModeType" + }, + "EnviromentType": { + "$ref": "#/components/schemas/SolarWinds.Orion.Core.Models.Actions.ActionEnviromentType" + }, + "EntityType": { + "type": "string" + }, + "EntityUri": { + "type": "string" + }, + "EntityUris": { + "type": "array", + "items": { + "type": "string" + } + }, + "IsGlobalAlert": { + "type": "boolean" + }, + "AlertContext": { + "$ref": "#/components/schemas/SolarWinds.Orion.Core.Models.Actions.Contexts.AlertContext" + }, + "AlertActiveId": { + "type": "number" + }, + "AlertObjectId": { + "type": "number" + }, + "NetObjectData": { + "$ref": "#/components/schemas/SolarWinds.Orion.Core.Common.Alerting.NetObjectData" + }, + "ObjectDataExists": { + "type": "boolean" + }, + "MacroContext": { + "$ref": "#/components/schemas/SolarWinds.Orion.Core.Models.MacroParsing.MacroContext" + } + } + }, + "SolarWinds.Orion.Core.Models.Actions.ActionExecutionModeType": { + "enum": [ + "Trigger", + "Reset", + "Test" + ], + "type": "string" + }, + "SolarWinds.Orion.Core.Models.Actions.ActionEnviromentType": { + "enum": [ + "Alerting", + "Reporting", + "WorldMap", + "Federation" + ], + "type": "string" + }, + "SolarWinds.Orion.Core.Models.Actions.Contexts.AlertContext": { + "type": "object", + "properties": { + "AlertName": { + "type": "string" + }, + "CreatedBy": { + "type": "string" + } + } + }, + "SolarWinds.Orion.Core.Common.Alerting.NetObjectData": { + "type": "object", + "properties": { + "ActiveObject": { + "type": "string" + }, + "CompositeId": { + "type": "string" + }, + "ObjectType": { + "type": "string" + }, + "ObjectName": { + "type": "string" + }, + "NodeID": { + "type": "number" + }, + "NodeName": { + "type": "string" + }, + "ActiveObjectPrefix": { + "type": "string" + }, + "NetObjectId": { + "type": "string" + } + } + }, + "SolarWinds.Orion.Core.Models.MacroParsing.MacroContext": { + "type": "object", + "properties": { + "Contexts": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.Orion.Core.Models.MacroParsing.ContextBase" + } + }, + "AvaibleDefinitions": { + "$ref": "#/components/schemas/System.Collections.Generic.IEnumerable_SolarWinds.Orion.Core.Models.MacroParsing.MacroDefinition_" + } + } + }, + "SolarWinds.Orion.Core.Models.MacroParsing.ContextBase": { + "type": "object" + }, + "OrionActionsTestAlertingActionRequest": { + "required": [ + "action", + "context" + ], + "type": "object", + "properties": { + "action": { + "$ref": "#/components/schemas/SolarWinds.Orion.Core.Models.Actions.ActionDefinition" + }, + "context": { + "$ref": "#/components/schemas/SolarWinds.Orion.Core.Models.Actions.Contexts.AlertingActionContext" + } + } + }, + "SolarWinds.Orion.Core.Models.Actions.ActionResult": { + "type": "object", + "properties": { + "Status": { + "$ref": "#/components/schemas/SolarWinds.Orion.Core.Models.Actions.ActionStatus" + }, + "ErrorMessage": { + "type": "string" + }, + "ActionTitle": { + "type": "string" + } + } + }, + "SolarWinds.Orion.Core.Models.Actions.ActionStatus": { + "enum": [ + "Unknown", + "Success", + "Failed", + "Canceled" + ], + "type": "string" + }, + "SolarWinds.Orion.Core.Models.Actions.Contexts.ReportingActionContext": { + "type": "object", + "properties": { + "UrlsGroupedByLeftPart": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Collections.Generic.List_System.String_" + } + }, + "AccountID": { + "type": "string" + }, + "WebsiteID": { + "type": "number" + }, + "EnviromentType": { + "$ref": "#/components/schemas/SolarWinds.Orion.Core.Models.Actions.ActionEnviromentType" + }, + "MacroContext": { + "$ref": "#/components/schemas/SolarWinds.Orion.Core.Models.MacroParsing.MacroContext" + } + } + }, + "OrionActionsTestReportingActionRequest": { + "required": [ + "action", + "context" + ], + "type": "object", + "properties": { + "action": { + "$ref": "#/components/schemas/SolarWinds.Orion.Core.Models.Actions.ActionDefinition" + }, + "context": { + "$ref": "#/components/schemas/SolarWinds.Orion.Core.Models.Actions.Contexts.ReportingActionContext" + } + } + }, + "OrionAlertSuppressionSuppressAlertsRequest": { + "required": [ + "entityUris" + ], + "type": "object", + "properties": { + "entityUris": { + "type": "array", + "items": { + "type": "string" + } + }, + "suppressFrom": { + "format": "date-time", + "type": "string" + }, + "suppressUntil": { + "format": "date-time", + "type": "string" + } + } + }, + "OrionAlertSuppressionResumeAlertsRequest": { + "required": [ + "entityUris" + ], + "type": "object", + "properties": { + "entityUris": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "OrionAlertSuppressionGetAlertSuppressionStateRequest": { + "required": [ + "entityUris" + ], + "type": "object", + "properties": { + "entityUris": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "SolarWinds.Orion.Core.Common.Models.Alerts.EntityAlertSuppressionState": { + "type": "object", + "properties": { + "EntityUri": { + "type": "string" + }, + "SuppressedParentUri": { + "type": "string" + }, + "SuppressionMode": { + "$ref": "#/components/schemas/SolarWinds.Orion.Core.Common.Models.Alerts.EntityAlertSuppressionMode" + }, + "SuppressedFrom": { + "format": "date-time", + "type": "string" + }, + "SuppressedUntil": { + "format": "date-time", + "type": "string" + } + } + }, + "SolarWinds.Orion.Core.Common.Models.Alerts.EntityAlertSuppressionMode": { + "enum": [ + "NotSuppressed", + "SuppressedByItself", + "SuppressedByParent", + "SuppressionScheduledForItself", + "SuppressionScheduledForParent" + ], + "type": "string" + }, + "OrionDependenciesRemoveDependenciesRequest": { + "required": [ + "ids" + ], + "type": "object", + "properties": { + "ids": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "OrionDeletedAutoDependenciesRemoveIgnoredAutoDependenciesRequest": { + "required": [ + "ids" + ], + "type": "object", + "properties": { + "ids": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "OrionEventsAcknowledgeRequest": { + "required": [ + "eventIDs" + ], + "type": "object", + "properties": { + "eventIDs": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "OrionMapStudioFilesInsertFileRequest": { + "required": [ + "path", + "imageFile", + "owner", + "fileType", + "timeStamp" + ], + "type": "object", + "properties": { + "path": { + "type": "string" + }, + "imageFile": { + "type": "array", + "items": { + "type": "number" + } + }, + "owner": { + "type": "string" + }, + "fileType": { + "type": "number" + }, + "timeStamp": { + "format": "date-time", + "type": "string" + } + } + }, + "OrionMapStudioFilesUpdateFileRequest": { + "required": [ + "fileId", + "path", + "imageFile", + "updater", + "timeStamp", + "computerName" + ], + "type": "object", + "properties": { + "fileId": { + "type": "string" + }, + "path": { + "type": "string" + }, + "imageFile": { + "type": "array", + "items": { + "type": "number" + } + }, + "updater": { + "type": "string" + }, + "timeStamp": { + "format": "date-time", + "type": "string" + }, + "computerName": { + "type": "string" + } + } + }, + "OrionMapStudioFilesLockFileRequest": { + "required": [ + "fileId", + "user", + "lockDate", + "computerName", + "locked" + ], + "type": "object", + "properties": { + "fileId": { + "type": "string" + }, + "user": { + "type": "string" + }, + "lockDate": { + "format": "date-time", + "type": "string" + }, + "computerName": { + "type": "string" + }, + "locked": { + "type": "boolean" + } + } + }, + "OrionMapStudioFilesLockFileTableRequest": { + "required": [ + "fileId", + "user", + "lockDate", + "computerName", + "locked" + ], + "type": "object", + "properties": { + "fileId": { + "type": "string" + }, + "user": { + "type": "string" + }, + "lockDate": { + "format": "date-time", + "type": "string" + }, + "computerName": { + "type": "string" + }, + "locked": { + "type": "boolean" + } + } + }, + "OrionMapStudioFilesUnlockAllFilesRequest": { + "required": [ + "user", + "computerName" + ], + "type": "object", + "properties": { + "user": { + "type": "string" + }, + "computerName": { + "type": "string" + } + } + }, + "OrionMapStudioFilesDeleteFileRequest": { + "required": [ + "fileId", + "user", + "computerName" + ], + "type": "object", + "properties": { + "fileId": { + "type": "string" + }, + "user": { + "type": "string" + }, + "computerName": { + "type": "string" + } + } + }, + "OrionMapStudioFilesGetMapStyleRequest": { + "required": [ + "FileId" + ], + "type": "object", + "properties": { + "FileId": { + "type": "string" + } + } + }, + "OrionNetworkAtlasGetNAVersionRequest": { + "type": "object" + }, + "OrionNodesUnmanageRequest": { + "required": [ + "netObjectId", + "unmanageTime", + "remanageTime", + "isRelative" + ], + "type": "object", + "properties": { + "netObjectId": { + "type": "string" + }, + "unmanageTime": { + "format": "date-time", + "type": "string" + }, + "remanageTime": { + "format": "date-time", + "type": "string" + }, + "isRelative": { + "type": "boolean" + } + } + }, + "OrionNodesRemanageRequest": { + "required": [ + "netObjectId" + ], + "type": "object", + "properties": { + "netObjectId": { + "type": "string" + } + } + }, + "OrionNodesPollNowRequest": { + "required": [ + "netObjectId" + ], + "type": "object", + "properties": { + "netObjectId": { + "type": "string" + } + } + }, + "OrionNodesGetCountOfElementsPerEngineForLicensingRequest": { + "type": "object" + }, + "SolarWinds.Orion.Core.Models.Licensing.CountOfElementsResult": { + "type": "object", + "properties": { + "ValidationKey": { + "type": "string" + }, + "CountOfElements": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.Orion.Core.Models.Licensing.CountOfElementsItem" + } + } + } + }, + "SolarWinds.Orion.Core.Models.Licensing.CountOfElementsItem": { + "type": "object", + "properties": { + "EngineId": { + "type": "number" + }, + "Count": { + "type": "number" + } + } + }, + "OrionNodesCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionNodesCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionNodesCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionNodesCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "OrionNodesCustomPropertiesValidateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + } + } + }, + "OrionResourcesCheckResourceMigrationRequest": { + "type": "object" + }, + "OrionResourcesMigrateClassicToModernResourcesRequest": { + "type": "object" + }, + "OrionResourcesMigrateModernToClassicResourcesRequest": { + "type": "object" + }, + "OrionResourcesGetModernResourceNameRequest": { + "required": [ + "classicChartName" + ], + "type": "object", + "properties": { + "classicChartName": { + "type": "string" + } + } + }, + "OrionVolumesCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionVolumesCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionVolumesCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionVolumesCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "OrionVolumesCustomPropertiesValidateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + } + } + }, + "OrionEnvironmentCanInstallRequest": { + "required": [ + "productId", + "productVersion", + "family", + "serverRole" + ], + "type": "object", + "properties": { + "productId": { + "type": "string" + }, + "productVersion": { + "type": "string" + }, + "family": { + "type": "string" + }, + "serverRole": { + "type": "string" + } + } + }, + "OrionEnvironmentAuthorizeWindowsAccountForDatabaseRequest": { + "required": [ + "account" + ], + "type": "object", + "properties": { + "account": { + "description": "User name to be added to Orion DB logins otherwise local machine will be added, if it is in domain", + "type": "string" + } + } + }, + "OrionEnvironmentGetConnectionStringRequest": { + "type": "object" + }, + "OrionEnvironmentGetSqlServerIpAddressesRequest": { + "type": "object" + }, + "OrionEnvironmentGetDatabaseAccessCredentialRequest": { + "type": "object" + }, + "SolarWinds.Orion.Core.Common.Models.DatabaseAccessCredential": { + "type": "object", + "properties": { + "Login": { + "type": "string" + }, + "EncryptedPassword": { + "type": "string" + }, + "CredentialType": { + "$ref": "#/components/schemas/SolarWinds.Orion.Core.Common.Models.DatabaseAccessCredentialType" + } + } + }, + "SolarWinds.Orion.Core.Common.Models.DatabaseAccessCredentialType": { + "enum": [ + "WindowsAccount", + "SqlServerAccount" + ], + "type": "string" + }, + "OrionEnvironmentGetOrionServerCertificateRequest": { + "type": "object" + }, + "SolarWinds.Orion.Core.Common.Models.ReportSchedule": { + "type": "object", + "properties": { + "CronExpressionTimeZoneInfo": { + "$ref": "#/components/schemas/System.TimeZoneInfo" + }, + "FrequencyId": { + "type": "number" + }, + "StartTime": { + "format": "date-time", + "type": "string" + }, + "EndTime": { + "format": "date-time", + "type": "string" + }, + "CronExpression": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "CronExpressionTimeZoneInfoId": { + "type": "string" + } + } + }, + "OrionFrequenciesSaveReportFrequenciesRequest": { + "required": [ + "frequencies" + ], + "type": "object", + "properties": { + "frequencies": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.Orion.Core.Common.Models.ReportSchedule" + } + } + } + }, + "OrionFrequenciesSaveTimePeriodFrequenciesRequest": { + "required": [ + "frequencies" + ], + "type": "object", + "properties": { + "frequencies": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.Orion.Core.Models.Schedules.TimePeriodSchedule" + } + } + } + }, + "OrionFrequenciesDeleteFrequenciesRequest": { + "required": [ + "frequencyIds" + ], + "type": "object", + "properties": { + "frequencyIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "OrionTechnologyPollingAssignmentsEnableAssignmentsRequest": { + "required": [ + "technologyPollingID" + ], + "type": "object", + "properties": { + "technologyPollingID": { + "type": "string" + } + } + }, + "OrionTechnologyPollingAssignmentsDisableAssignmentsRequest": { + "required": [ + "technologyPollingID" + ], + "type": "object", + "properties": { + "technologyPollingID": { + "type": "string" + } + } + }, + "OrionTechnologyPollingAssignmentsEnableAssignmentsOnNetObjectsRequest": { + "required": [ + "technologyPollingID", + "netObjectIDs" + ], + "type": "object", + "properties": { + "technologyPollingID": { + "type": "string" + }, + "netObjectIDs": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "OrionTechnologyPollingAssignmentsDisableAssignmentsOnNetObjectsRequest": { + "required": [ + "technologyPollingID", + "netObjectIDs" + ], + "type": "object", + "properties": { + "technologyPollingID": { + "type": "string" + }, + "netObjectIDs": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "OrionNotificationItemGroupedAcknowledgeAllRequest": { + "required": [ + "userName", + "createdBefore" + ], + "type": "object", + "properties": { + "userName": { + "type": "string" + }, + "createdBefore": { + "format": "date-time", + "type": "string" + } + } + }, + "OrionNotificationItemGroupedAcknowledgeByIdRequest": { + "required": [ + "notificationId", + "userName", + "acknowledgeTime" + ], + "type": "object", + "properties": { + "notificationId": { + "format": "uuid", + "type": "string" + }, + "userName": { + "type": "string" + }, + "acknowledgeTime": { + "format": "date-time", + "type": "string" + } + } + }, + "OrionNotificationItemGroupedUnAcknowledgeByIdRequest": { + "required": [ + "notificationId" + ], + "type": "object", + "properties": { + "notificationId": { + "format": "uuid", + "type": "string" + } + } + }, + "OrionNotificationItemGroupedAcknowledgeByTypeRequest": { + "required": [ + "typeId", + "includeIgnored", + "userName", + "acknowledgeTime" + ], + "type": "object", + "properties": { + "typeId": { + "format": "uuid", + "type": "string" + }, + "includeIgnored": { + "type": "boolean" + }, + "userName": { + "type": "string" + }, + "acknowledgeTime": { + "format": "date-time", + "type": "string" + } + } + }, + "OrionNotificationItemGroupedUnAcknowledgeByTypeRequest": { + "required": [ + "typeId", + "includeIgnored" + ], + "type": "object", + "properties": { + "typeId": { + "format": "uuid", + "type": "string" + }, + "includeIgnored": { + "type": "boolean" + } + } + }, + "OrionWebMenuClearCacheRequest": { + "type": "object" + }, + "OrionRemotingRemoteExecutionPackageExecuteRequest": { + "required": [ + "nodeId", + "package", + "arguments" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + }, + "package": { + "type": "string" + }, + "arguments": { + "type": "string" + } + } + }, + "OrionSCMServerConfigurationPollNowRequest": { + "required": [ + "nodeIds" + ], + "type": "object", + "properties": { + "nodeIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "OrionSCMBaselineSetBaselineRequest": { + "required": [ + "nodeId", + "timestamp" + ], + "type": "object", + "properties": { + "nodeId": { + "type": "number" + }, + "timestamp": { + "format": "date-time", + "type": "string" + } + } + }, + "OrionSEUMRecordingsLoadRequest": { + "required": [ + "recordingId" + ], + "type": "object", + "properties": { + "recordingId": { + "type": "number" + } + } + }, + "SolarWinds.SEUM.Common.Models.Recording": { + "type": "object", + "properties": { + "RecordingId": { + "type": "number" + }, + "Guid": { + "format": "uuid", + "type": "string" + }, + "Name": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "CreationDate": { + "format": "date-time", + "type": "string" + }, + "CreationBrowser": { + "type": "string" + }, + "CreationOSVersion": { + "type": "string" + }, + "LastUpdate": { + "format": "date-time", + "type": "string" + }, + "RelatedEntitiesContainerId": { + "type": "number" + }, + "RequiresInteractiveSession": { + "type": "boolean" + }, + "EncryptedData": { + "type": "string" + }, + "Steps": { + "$ref": "#/components/schemas/System.Collections.Generic.IEnumerable_SolarWinds.SEUM.Common.Models.RecordingStep_" + }, + "ActiveStep": { + "$ref": "#/components/schemas/SolarWinds.SEUM.Common.Models.RecordingStep" + }, + "IsEncrypted": { + "type": "boolean" + }, + "IsNewRecording": { + "type": "boolean" + }, + "IsDirty": { + "type": "boolean" + }, + "IsEmpty": { + "type": "boolean" + }, + "ContainsRawActions": { + "type": "boolean" + }, + "CanUndo": { + "type": "boolean" + }, + "CanRedo": { + "type": "boolean" + }, + "IsConditionalMode": { + "type": "boolean" + }, + "Properties": { + "$ref": "#/components/schemas/System.Collections.Generic.IEnumerable_SolarWinds.SEUM.Common.Models.RecordingProperty_" + } + } + }, + "SolarWinds.SEUM.Common.Models.RecordingStep": { + "type": "object", + "properties": { + "RecordingId": { + "type": "number" + }, + "StepId": { + "type": "number" + }, + "Guid": { + "format": "uuid", + "type": "string" + }, + "Name": { + "type": "string" + }, + "Url": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ControlActionId": { + "format": "uuid", + "type": "string" + }, + "Order": { + "type": "number" + }, + "WarningThreshold": { + "$ref": "#/components/schemas/System.TimeSpan" + }, + "CriticalThreshold": { + "$ref": "#/components/schemas/System.TimeSpan" + }, + "PlaybackCommands": { + "type": "string" + }, + "NextStep": { + "$ref": "#/components/schemas/SolarWinds.SEUM.Common.Models.RecordingStep" + }, + "PreviousStep": { + "$ref": "#/components/schemas/SolarWinds.SEUM.Common.Models.RecordingStep" + }, + "Actions": { + "$ref": "#/components/schemas/System.Collections.Generic.IEnumerable_SolarWinds.SEUM.Common.Actions.ActionBase_" + }, + "Recording": { + "$ref": "#/components/schemas/SolarWinds.SEUM.Common.Models.Recording" + }, + "ActiveAction": { + "$ref": "#/components/schemas/SolarWinds.SEUM.Common.Actions.ActionBase" + }, + "IsFirstStep": { + "type": "boolean" + }, + "IsLastStep": { + "type": "boolean" + }, + "IsConditionalStep": { + "type": "boolean" + }, + "IsNewStep": { + "type": "boolean" + }, + "IsEmpty": { + "type": "boolean" + } + } + }, + "SolarWinds.SEUM.Common.Actions.ActionBase": { + "type": "object", + "properties": { + "Guid": { + "format": "uuid", + "type": "string" + }, + "Step": { + "$ref": "#/components/schemas/SolarWinds.SEUM.Common.Models.RecordingStep" + }, + "NextAction": { + "$ref": "#/components/schemas/SolarWinds.SEUM.Common.Actions.ActionBase" + }, + "IsLookForwardExecution": { + "type": "boolean" + }, + "ActionType": { + "$ref": "#/components/schemas/SolarWinds.SEUM.Common.Actions.ActionType" + }, + "IgnoreFailure": { + "type": "boolean" + }, + "BrowserIndex": { + "type": "number" + }, + "Description": { + "type": "string" + }, + "UserDescription": { + "type": "string" + }, + "IsEditable": { + "$ref": "#/components/schemas/SolarWinds.SEUM.Common.Actions.EditableTypes" + } + } + }, + "SolarWinds.SEUM.Common.Actions.ActionType": { + "enum": [ + "Dummy", + "Navigate", + "Click", + "DoubleClick", + "MouseDown", + "MouseUp", + "MouseOver", + "TextWrite", + "TextDelete", + "KeyPress", + "Checkbox", + "SelectList", + "HandleDialog", + "VerifyContent", + "Authenticate", + "FileDownload", + "CloseWindow", + "FileUpload", + "RawMouseClick", + "RawMouseDoubleClick", + "RawMouseMove", + "RawKeyPress", + "ImageMatch", + "ImageClick", + "Delay", + "ClientCertificate", + "RawScroll" + ], + "type": "string" + }, + "SolarWinds.SEUM.Common.Actions.EditableTypes": { + "enum": [ + "None", + "Recorder", + "Web", + "RecorderAndWeb" + ], + "type": "string" + }, + "OrionSEUMRecordingsExistsRequest": { + "required": [ + "recordingGuid" + ], + "type": "object", + "properties": { + "recordingGuid": { + "format": "uuid", + "type": "string" + } + } + }, + "OrionSEUMRecordingsSaveRequest": { + "required": [ + "recording" + ], + "type": "object", + "properties": { + "recording": { + "$ref": "#/components/schemas/SolarWinds.SEUM.Common.Models.Recording" + } + } + }, + "OrionSEUMRecordingCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSEUMRecordingCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSEUMRecordingCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSEUMRecordingCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "OrionSEUMTransactionsUnmanageRequest": { + "required": [ + "netObjetId", + "unmanageTime", + "remanageTime", + "isRelative" + ], + "type": "object", + "properties": { + "netObjetId": { + "type": "string" + }, + "unmanageTime": { + "format": "date-time", + "type": "string" + }, + "remanageTime": { + "format": "date-time", + "type": "string" + }, + "isRelative": { + "type": "boolean" + } + } + }, + "OrionSEUMTransactionsRemanageRequest": { + "required": [ + "netObjetId" + ], + "type": "object", + "properties": { + "netObjetId": { + "type": "string" + } + } + }, + "OrionSEUMTransactionCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSEUMTransactionCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSEUMTransactionCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSEUMTransactionCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "OrionSEUMSettingsGetRecorderCompatibilityRequest": { + "type": "object" + }, + "SolarWinds.SEUM.Common.Models.RecorderCompatibility": { + "type": "object", + "properties": { + "ApiVersion": { + "type": "number" + }, + "LatestVersion": { + "$ref": "#/components/schemas/System.Version" + } + } + }, + "System.Version": { + "type": "object", + "properties": { + "Major": { + "type": "number" + }, + "Minor": { + "type": "number" + }, + "Build": { + "type": "number" + }, + "Revision": { + "type": "number" + }, + "MajorRevision": { + "type": "number" + }, + "MinorRevision": { + "type": "number" + } + } + }, + "OrionSEUMSettingsGetRecorderInstallerRequest": { + "type": "object" + }, + "System.IO.MemoryStream": { + "type": "object", + "properties": { + "CanRead": { + "type": "boolean" + }, + "CanSeek": { + "type": "boolean" + }, + "CanWrite": { + "type": "boolean" + }, + "Capacity": { + "type": "number" + }, + "Length": { + "type": "number" + }, + "Position": { + "type": "number" + }, + "CanTimeout": { + "type": "boolean" + }, + "ReadTimeout": { + "type": "number" + }, + "WriteTimeout": { + "type": "number" + } + } + }, + "OrionSRMSTMIntegrationRefreshLicenseRequest": { + "type": "object" + }, + "OrionSRMSTMIntegrationUpdateLicenseRequest": { + "type": "object" + }, + "OrionSRMSTMIntegrationRemoveSTMIntegrationRequest": { + "type": "object" + }, + "OrionSRMStorageArraysGetLicensedArraysRequest": { + "type": "object" + }, + "OrionSRMStorageArraysAddSmisCredentialsRequest": { + "required": [ + "displayName", + "userName", + "password", + "interopNamespace", + "arrayNamespace" + ], + "type": "object", + "properties": { + "displayName": { + "type": "string" + }, + "userName": { + "type": "string" + }, + "password": { + "type": "string" + }, + "interopNamespace": { + "type": "string" + }, + "arrayNamespace": { + "type": "string" + }, + "httpPort": { + "type": "number" + }, + "httpsPort": { + "type": "number" + }, + "useSsl": { + "type": "boolean" + } + } + }, + "OrionSRMStorageArraysAddExternalProviderRequest": { + "required": [ + "ipAddress", + "credentialsId" + ], + "type": "object", + "properties": { + "ipAddress": { + "type": "string" + }, + "credentialsId": { + "type": "number" + } + } + }, + "OrionSRMStorageArraysAddAllArraysRequest": { + "required": [ + "deviceGroupId", + "providersIds" + ], + "type": "object", + "properties": { + "deviceGroupId": { + "format": "uuid", + "type": "string" + }, + "providersIds": { + "type": "array", + "items": { + "type": "number" + } + }, + "engineIp": { + "type": "string" + } + } + }, + "OrionSRMPhysicalDisksGetCountOfElementsPerEngineForLicensingRequest": { + "type": "object" + }, + "OrionSRMVServersCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMVServersCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMVServersCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMVServersCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "OrionSRMVServersCustomPropertiesValidateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + } + } + }, + "OrionSRMLUNCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMLUNCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMLUNCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMLUNCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "OrionSRMLUNCustomPropertiesValidateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + } + } + }, + "OrionSRMVolumeCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMVolumeCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMVolumeCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMVolumeCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "OrionSRMVolumeCustomPropertiesValidateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + } + } + }, + "OrionSRMFileShareCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMFileShareCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMFileShareCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMFileShareCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "OrionSRMFileShareCustomPropertiesValidateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + } + } + }, + "OrionSRMStorageArrayCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMStorageArrayCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMStorageArrayCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMStorageArrayCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "OrionSRMStorageArrayCustomPropertiesValidateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + } + } + }, + "OrionSRMProviderCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMProviderCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMProviderCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMProviderCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "OrionSRMProviderCustomPropertiesValidateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + } + } + }, + "OrionSRMPoolCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMPoolCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMPoolCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionSRMPoolCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "OrionSRMPoolCustomPropertiesValidateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + } + } + }, + "OrionSSOValidateUserTokenRequest": { + "required": [ + "token", + "expiration" + ], + "type": "object", + "properties": { + "token": { + "type": "string" + }, + "expiration": { + "$ref": "#/components/schemas/System.TimeSpan" + } + } + }, + "OrionSysLogAcknowledgeRequest": { + "required": [ + "messageIDs" + ], + "type": "object", + "properties": { + "messageIDs": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "OrionUDTPortAdministrativeShutdownRequest": { + "required": [ + "nodeID", + "portIds" + ], + "type": "object", + "properties": { + "nodeID": { + "type": "number" + }, + "portIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "OrionUDTPortAdministrativeEnableRequest": { + "required": [ + "nodeID", + "portIds" + ], + "type": "object", + "properties": { + "nodeID": { + "type": "number" + }, + "portIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "OrionCloudInstancesUnmanageRequest": { + "required": [ + "virtualMachineId" + ], + "type": "object", + "properties": { + "virtualMachineId": { + "type": "number" + } + } + }, + "SolarWinds.VIM.CloudMonitoring.Common.Models.ManagementActionResult": { + "type": "object", + "properties": { + "Success": { + "type": "boolean" + }, + "ErrorMessage": { + "type": "string" + }, + "CurrentState": { + "$ref": "#/components/schemas/SolarWinds.VIM.CloudMonitoring.Common.Models.Instances.CloudInstanceState" + }, + "PreviousState": { + "$ref": "#/components/schemas/SolarWinds.VIM.CloudMonitoring.Common.Models.Instances.CloudInstanceState" + }, + "InstanceId": { + "type": "string" + } + } + }, + "SolarWinds.VIM.CloudMonitoring.Common.Models.Instances.CloudInstanceState": { + "enum": [ + "Pending", + "Running", + "ShuttingDown", + "Terminated", + "Stopping", + "Stopped", + "Unknown" + ], + "type": "string" + }, + "OrionCloudInstancesRemanageRequest": { + "required": [ + "virtualMachineId" + ], + "type": "object", + "properties": { + "virtualMachineId": { + "type": "number" + } + } + }, + "OrionCloudInstancesPollNowRequest": { + "required": [ + "virtualMachineId" + ], + "type": "object", + "properties": { + "virtualMachineId": { + "type": "number" + } + } + }, + "OrionCloudInstancesStartInstanceRequest": { + "required": [ + "virtualMachineId" + ], + "type": "object", + "properties": { + "virtualMachineId": { + "type": "number" + } + } + }, + "OrionCloudInstancesStopInstanceRequest": { + "required": [ + "virtualMachineId" + ], + "type": "object", + "properties": { + "virtualMachineId": { + "type": "number" + } + } + }, + "OrionCloudInstancesRebootInstanceRequest": { + "required": [ + "virtualMachineId" + ], + "type": "object", + "properties": { + "virtualMachineId": { + "type": "number" + } + } + }, + "OrionCloudInstancesDeleteInstanceRequest": { + "required": [ + "virtualMachineId" + ], + "type": "object", + "properties": { + "virtualMachineId": { + "type": "number" + } + } + }, + "OrionCloudInstancesDeleteInstanceWithNodeRequest": { + "required": [ + "virtualMachineId" + ], + "type": "object", + "properties": { + "virtualMachineId": { + "type": "number" + } + } + }, + "OrionCloudAwsInstancesForceStopInstanceRequest": { + "required": [ + "virtualMachineId" + ], + "type": "object", + "properties": { + "virtualMachineId": { + "type": "number" + } + } + }, + "OrionCloudAwsInstancesTerminateInstanceRequest": { + "required": [ + "virtualMachineId" + ], + "type": "object", + "properties": { + "virtualMachineId": { + "type": "number" + } + } + }, + "OrionCloudAwsInstancesTerminateInstanceAndRemoveNodeRequest": { + "required": [ + "virtualMachineId" + ], + "type": "object", + "properties": { + "virtualMachineId": { + "type": "number" + } + } + }, + "OrionVIMClustersCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionVIMClustersCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionVIMClustersCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionVIMClustersCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "OrionVIMVirtualMachinesCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionVIMVirtualMachinesCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionVIMVirtualMachinesCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionVIMVirtualMachinesCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "OrionVIMHostsCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionVIMHostsCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionVIMHostsCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionVIMHostsCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "OrionVIMDatastoresCustomPropertiesCreateCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionVIMDatastoresCustomPropertiesCreateCustomPropertyWithValuesRequest": { + "required": [ + "PropertyName", + "Description", + "ValueType", + "Size", + "ValidRange", + "Parser", + "Header", + "Alignment", + "Format", + "Units", + "Value" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ValueType": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "ValidRange": { + "type": "string" + }, + "Parser": { + "type": "string" + }, + "Header": { + "type": "string" + }, + "Alignment": { + "type": "string" + }, + "Format": { + "type": "string" + }, + "Units": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionVIMDatastoresCustomPropertiesModifyCustomPropertyRequest": { + "required": [ + "PropertyName", + "Description", + "Size", + "Values" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Values": { + "type": "array", + "items": { + "type": "string" + } + }, + "Usages": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Boolean_" + } + }, + "Mandatory": { + "type": "boolean" + }, + "Default": { + "type": "string" + } + } + }, + "OrionVIMDatastoresCustomPropertiesDeleteCustomPropertyRequest": { + "required": [ + "PropertyName" + ], + "type": "object", + "properties": { + "PropertyName": { + "type": "string" + } + } + }, + "OrionVPNL2LTunnelSetFavoriteRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "OrionVPNL2LTunnelRemoveFavoriteRequest": { + "required": [ + "entityId" + ], + "type": "object", + "properties": { + "entityId": { + "type": "number" + } + } + }, + "OrionWirelessHeatMapMapInsertMapRequest": { + "required": [ + "name", + "scale", + "scaleUnit", + "width", + "height", + "mapStudioFileGuid" + ], + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "scale": { + "type": "number" + }, + "scaleUnit": { + "type": "number" + }, + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "mapStudioFileGuid": { + "format": "uuid", + "type": "string" + } + } + }, + "OrionWirelessHeatMapMapDeleteMapRequest": { + "required": [ + "mapStudioFileGuid" + ], + "type": "object", + "properties": { + "mapStudioFileGuid": { + "format": "uuid", + "type": "string" + } + } + }, + "OrionWirelessHeatMapMapSetMapErrorRequest": { + "required": [ + "mapId", + "started", + "errorCode" + ], + "type": "object", + "properties": { + "mapId": { + "type": "number" + }, + "started": { + "format": "date-time", + "type": "string" + }, + "errorCode": { + "type": "number" + } + } + }, + "OrionWirelessHeatMapMapFireMapGenerationIndicationRequest": { + "required": [ + "mapId" + ], + "type": "object", + "properties": { + "mapId": { + "type": "number" + } + } + }, + "OrionWirelessHeatMapMapPollAPSignalStrengthNowRequest": { + "required": [ + "heatmapId" + ], + "type": "object", + "properties": { + "heatmapId": { + "type": "number" + } + } + }, + "OrionWirelessHeatMapMapPollRPSignalStrengthNowRequest": { + "required": [ + "heatmapId", + "clientIdVsMapPointIdMap" + ], + "type": "object", + "properties": { + "heatmapId": { + "type": "number" + }, + "clientIdVsMapPointIdMap": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.Int64_System.Int32_" + } + } + } + }, + "OrionWirelessHeatMapMapStartClientSignalPollRequest": { + "required": [ + "heatmapId", + "clientIdVsMapPointIdMap" + ], + "type": "object", + "properties": { + "heatmapId": { + "type": "number" + }, + "clientIdVsMapPointIdMap": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.Int64_System.Int32_" + } + } + } + }, + "OrionWirelessHeatMapMapGetProgressRequest": { + "required": [ + "keysByEngines" + ], + "type": "object", + "properties": { + "keysByEngines": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.Int32_System.String_array_" + } + } + } + }, + "OrionWirelessHeatMapMapDeleteReferencePointsRequest": { + "required": [ + "mapPointIds" + ], + "type": "object", + "properties": { + "mapPointIds": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "OrionWirelessHeatMapMapPointInsertMapPointRequest": { + "required": [ + "mapId", + "entityType", + "instanceId", + "x", + "y" + ], + "type": "object", + "properties": { + "mapId": { + "type": "number" + }, + "entityType": { + "type": "string" + }, + "instanceId": { + "type": "number" + }, + "x": { + "type": "number" + }, + "y": { + "type": "number" + } + } + }, + "OrionWirelessHeatMapMapPointDeleteMapPointsRequest": { + "required": [ + "wlhmId" + ], + "type": "object", + "properties": { + "wlhmId": { + "type": "number" + } + } + }, + "OrionWirelessHeatMapMapPointDeleteMapPointRequest": { + "required": [ + "mapId", + "entityType", + "instanceId" + ], + "type": "object", + "properties": { + "mapId": { + "type": "number" + }, + "entityType": { + "type": "string" + }, + "instanceId": { + "type": "number" + } + } + }, + "SolarWinds.Data.Providers.WirelessHeatmaps.Verbs.MapStore-MapPointInstance": { + "type": "object", + "properties": { + "InstanceId": { + "type": "number" + }, + "EntityType": { + "type": "string" + }, + "X": { + "type": "number" + }, + "Y": { + "type": "number" + } + } + }, + "OrionWirelessHeatMapMapPointSyncMapPointsRequest": { + "required": [ + "mapId", + "naMapPoints", + "isAP" + ], + "type": "object", + "properties": { + "mapId": { + "type": "number" + }, + "naMapPoints": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SolarWinds.Data.Providers.WirelessHeatmaps.Verbs.MapStore-MapPointInstance" + } + }, + "isAP": { + "type": "boolean" + } + } + }, + "OrionWirelessHeatMapResourceLimitationInsertResourceLimitationRequest": { + "required": [ + "resourceId", + "mapGuid", + "mapLimitationCount", + "apMACAddress", + "apLimitationCount", + "clientMACAddress" + ], + "type": "object", + "properties": { + "resourceId": { + "type": "number" + }, + "mapGuid": { + "format": "uuid", + "type": "string" + }, + "mapLimitationCount": { + "type": "number" + }, + "apMACAddress": { + "type": "string" + }, + "apLimitationCount": { + "type": "number" + }, + "clientMACAddress": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "SystemIndicationReportIndicationRequest": { + "required": [ + "indicationType", + "indicationProperties", + "sourceInstanceProperties" + ], + "type": "object", + "properties": { + "indicationType": { + "type": "string" + }, + "indicationProperties": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Object_" + } + }, + "sourceInstanceProperties": { + "type": "array", + "items": { + "$ref": "#/components/schemas/System.Collections.Generic.KeyValuePair_System.String_System.Object_" + } + } + } + }, + "MetadataEntityGetAliasesRequest": { + "required": [ + "query" + ], + "type": "object", + "properties": { + "query": { + "type": "string" + } + } + }, + "MetadataEntityGetSchemaLoadTimeRequest": { + "type": "object" + }, + "SystemQueryPlanCacheClearRequest": { + "type": "object" + }, + "SystemActiveQueryCancelByClientSessionIDRequest": { + "required": [ + "clientSessionID" + ], + "type": "object", + "properties": { + "clientSessionID": { + "type": "string" + } + } + }, + "Orion.AgentManagement.Agent": { + "description": "This entity represents an agent.", + "type": "object", + "properties": { + "AgentId": { + "description": "The unique integer representation of agent", + "type": "number" + }, + "AgentGuid": { + "format": "uuid", + "description": "The globally unique identifier representation of agent", + "type": "string" + }, + "NodeId": { + "description": "The unique integer representation of parent node.", + "type": "number" + }, + "Name": { + "description": "The string value that contains the name of the agent.", + "type": "string" + }, + "Hostname": { + "description": "Hostname of the server that this agent resides on.", + "type": "string" + }, + "DNSName": { + "description": "Full DNS name of the server that this agent resides on.", + "type": "string" + }, + "IP": { + "description": "IP Address of the server that this agent resides on.", + "type": "string" + }, + "OSVersion": { + "description": "Version of the operating system.", + "type": "string" + }, + "PollingEngineId": { + "description": "ID of the polling engine", + "type": "number" + }, + "ConnectionStatus": { + "description": "An integer value which represents the current connection status of the agent to AMS", + "type": "number" + }, + "ConnectionStatusMessage": { + "description": "A human readable string description of the current connection status of the agent to AMS", + "type": "string" + }, + "ConnectionStatusTimestamp": { + "format": "date-time", + "description": "Last time that the connection status was updated", + "type": "string" + }, + "AgentStatus": { + "description": "An integer value which represents the current agent status", + "type": "number" + }, + "AgentStatusMessage": { + "description": "A human readable string description of the current agent status", + "type": "string" + }, + "AgentStatusTimestamp": { + "format": "date-time", + "description": "Last time that the agent status was updated", + "type": "string" + }, + "IsActiveAgent": { + "description": "A boolean value indicating if the agent is in active mode (Agent-initiated communication) as opposed to passive (Server-initiated communication)", + "type": "boolean" + }, + "Mode": { + "description": "A integer value with a value of 1 if the agent is in active mode (Agent-initiated communication), with a value of 2 if the agent is in passive (Server-initiated communication) mode or with a value of 0 if agent mode will be automatically detected during installation.", + "type": "number" + }, + "AgentVersion": { + "description": "Full version of the agent binaries.", + "type": "string" + }, + "AutoUpdateEnabled": { + "description": "A boolean value that indicates if this agent can be updated without user intervention", + "type": "boolean" + }, + "OrionIdColumn": { + "description": "Name of column/property with Agent ID. It's used internally by Orion.", + "type": "string" + }, + "PassiveAgentHostname": { + "description": "The hostname or IP address of the agent which AMS uses to connect to agent in passive mode.", + "type": "string" + }, + "PassiveAgentPort": { + "description": "The listening port of the agent which AMS uses to connect to agent in passive mode.", + "type": "string" + }, + "ProxyId": { + "description": "ID of the proxy through which Agent to AMS connection takes place through", + "type": "number" + }, + "RegisteredOn": { + "format": "date-time", + "description": "Timestamp at which the agent was registered with AMS", + "type": "string" + }, + "SID": { + "description": "The Windows security identifier of the server that the agent is installed on, or a unique-like idendifier of the server in case of Linux system.", + "type": "string" + }, + "Is64Windows": { + "description": "A boolean value indicating if the operating system of the agent is 64 bit.", + "type": "boolean" + }, + "CPUArch": { + "description": "A string value indicating the architecture of the CPU of the agent server.", + "type": "string" + }, + "OSArch": { + "description": "A string value indicating the architecture of the operating system of the agent server.", + "type": "string" + }, + "OSType": { + "description": "A string value which is the type of the operating system", + "type": "string" + }, + "OSDistro": { + "description": "A string value indicating the Linux type of distribution.", + "type": "string" + }, + "ResponseTime": { + "description": "An integer value indicating in miliseconds how long it takes for a data message to go from AMS to Agent and back", + "type": "number" + }, + "Type": { + "description": "An integer value indicating the type. Currently not used and always 0.", + "type": "number" + }, + "RuntimeOSDistro": { + "description": "A string value indicating the Linux distribution the agents binaries were built for.", + "type": "string" + }, + "RuntimeOSVersion": { + "description": "A string value indicating the version the agents binaries were built for.", + "type": "string" + }, + "RuntimeOSLabel": { + "description": "A string value indicating a human readable operating system label for which the agents binaries were built for.", + "type": "string" + }, + "OSLabel": { + "description": "A string value representing a human readable operating system label.", + "type": "string" + } + } + }, + "Orion.AgentManagement.AgentPlugin": { + "description": "A representation of the plugin on a particular agent.", + "type": "object", + "properties": { + "AgentId": { + "description": "The ID of agent that this plugin is installed on", + "type": "number" + }, + "PluginId": { + "description": "A string which indicates the type of this plugin", + "type": "string" + }, + "Version": { + "description": "A string which is the version of this plugin", + "type": "string" + }, + "LastChange": { + "format": "date-time", + "description": "Timestamp when plugin state changed last time", + "type": "string" + }, + "Status": { + "description": "An integer value indicating the status of the plugin", + "type": "number" + }, + "StatusMessage": { + "description": "A human readable string description of the current status of the plugin.", + "type": "string" + } + } + }, + "Orion.AgentManagement.Proxy": { + "description": "Proxy settings used in agent to AMS communications.", + "type": "object", + "properties": { + "ProxyId": { + "description": "The unique integer representation of proxy", + "type": "number" + }, + "ProxyUrl": { + "description": "A string value with is the URL to the proxy server.", + "type": "string" + }, + "UseProxyAuthentication": { + "description": "A boolean value indicating whether proxy authentication is to be used.", + "type": "boolean" + }, + "ProxyCredentialId": { + "description": "ID of the Orion credentials to use for proxy authentication.", + "type": "number" + } + } + }, + "Orion.APM.NodeToNodeLink": { + "type": "object", + "properties": { + "ID": { + "type": "number" + }, + "ChildNodeID": { + "type": "number" + }, + "ParentNodeID": { + "type": "number" + }, + "Latency": { + "type": "number" + }, + "PacketLoss": { + "type": "number" + }, + "Status": { + "type": "number" + }, + "LatencyStatus": { + "type": "number" + }, + "PacketLossStatus": { + "type": "number" + }, + "StatusDescription": { + "type": "string" + }, + "LatencyStatusDescription": { + "type": "string" + }, + "PacketLossStatusDescription": { + "type": "string" + }, + "DetailsUrl": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "Description": { + "type": "string" + } + } + }, + "Orion.APM.DependencyTcpStatistics": { + "type": "object", + "properties": { + "DependencyID": { + "type": "number" + }, + "NodeToNodeLinkID": { + "type": "number" + }, + "ClientApplicationID": { + "type": "number" + }, + "ServerApplicationID": { + "type": "number" + }, + "Latency": { + "type": "number" + }, + "PacketLoss": { + "type": "number" + }, + "Status": { + "type": "number" + }, + "LatencyStatus": { + "type": "number" + }, + "PacketLossStatus": { + "type": "number" + }, + "LastPoll": { + "format": "date-time", + "type": "string" + }, + "Image": { + "type": "string" + }, + "StatusDescription": { + "type": "string" + }, + "LatencyStatusDescription": { + "type": "string" + }, + "PacketLossStatusDescription": { + "type": "string" + }, + "StatusLED": { + "type": "string" + }, + "DetailsUrl": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "Description": { + "type": "string" + } + } + }, + "Orion.APM.ApplicationTcpConnection": { + "type": "object", + "properties": { + "ID": { + "type": "number" + }, + "ParentDependencyID": { + "type": "number" + }, + "ClientProcessName": { + "type": "string" + }, + "ClientCmdlineArgs": { + "type": "string" + }, + "ClientServiceName": { + "type": "string" + }, + "ClientInterfaceID": { + "type": "number" + }, + "ClientComponentID": { + "type": "number" + }, + "ClientApplicationID": { + "type": "number" + }, + "ClientNodeID": { + "type": "number" + }, + "ClientNodeIPAddress": { + "type": "string" + }, + "ServerProcessName": { + "type": "string" + }, + "ServerCmdlineArgs": { + "type": "string" + }, + "ServerServiceName": { + "type": "string" + }, + "ServerInterfaceID": { + "type": "number" + }, + "ServerComponentID": { + "type": "number" + }, + "ServerPortComponentID": { + "type": "number" + }, + "ServerApplicationID": { + "type": "number" + }, + "ServerNodeID": { + "type": "number" + }, + "ServerNodeIPAddress": { + "type": "string" + }, + "ServerPort": { + "type": "number" + }, + "ClientDescription": { + "type": "string" + }, + "ServerDescription": { + "type": "string" + }, + "LastSeenTimeStamp": { + "format": "date-time", + "type": "string" + }, + "Latency": { + "type": "number" + }, + "PacketLoss": { + "type": "number" + }, + "Status": { + "type": "number" + }, + "LatencyStatus": { + "type": "number" + }, + "PacketLossStatus": { + "type": "number" + }, + "LastStatisticPollTime": { + "format": "date-time", + "type": "string" + }, + "Image": { + "type": "string" + }, + "StatusDescription": { + "type": "string" + }, + "LatencyStatusDescription": { + "type": "string" + }, + "PacketLossStatusDescription": { + "type": "string" + }, + "StatusLED": { + "type": "string" + }, + "DetailsUrl": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "Description": { + "type": "string" + } + } + }, + "Cirrus.IgnoredNodes": { + "type": "object", + "properties": { + "CoreNodeID": { + "type": "number" + } + } + }, + "NCM.Baselines": { + "type": "object", + "properties": { + "Id": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "Content": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ExactMatching": { + "type": "boolean" + }, + "UseComparisonCriterias": { + "type": "boolean" + }, + "IgnoredLines": { + "type": "string" + }, + "Disabled": { + "type": "boolean" + } + } + }, + "NCM.BaselineNodeMap": { + "type": "object", + "properties": { + "BaselineId": { + "type": "number" + }, + "NodeId": { + "format": "uuid", + "type": "string" + }, + "ConfigType": { + "type": "string" + }, + "CacheState": { + "type": "number" + } + } + }, + "NCM.BaselineViolations": { + "type": "object", + "properties": { + "BaselineId": { + "type": "number" + }, + "NodeId": { + "format": "uuid", + "type": "string" + }, + "ConfigID": { + "format": "uuid", + "type": "string" + }, + "ConfigType": { + "type": "string" + }, + "IsViolation": { + "type": "boolean" + } + } + }, + "NCM.FirmwareOperations": { + "type": "object", + "properties": { + "ID": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "CreationDate": { + "format": "date-time", + "type": "string" + }, + "RunAt": { + "format": "date-time", + "type": "string" + }, + "Status": { + "type": "number" + }, + "ErrorMessage": { + "type": "string" + }, + "Log": { + "type": "string" + }, + "EmailSettings": { + "type": "string" + }, + "DefinitionID": { + "type": "number" + }, + "UserName": { + "type": "string" + } + } + }, + "NCM.FirmwareOperationNodes": { + "type": "object", + "properties": { + "OperationID": { + "type": "number" + }, + "CoreNodeID": { + "type": "number" + }, + "NodeOptionsXml": { + "type": "string" + }, + "IsComplete": { + "type": "boolean" + }, + "Log": { + "type": "string" + } + } + }, + "NCM.FirmwareUpgradeImages": { + "type": "object", + "properties": { + "ID": { + "type": "number" + }, + "FileName": { + "type": "string" + }, + "RelativePath": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "CoreNodeID": { + "type": "number" + }, + "DateTimeUtc": { + "format": "date-time", + "type": "string" + }, + "MD5Hash": { + "type": "string" + }, + "Size": { + "type": "number" + } + } + }, + "NCM.FirmwareUpgradeMachineTypes": { + "type": "object", + "properties": { + "ImageID": { + "type": "number" + }, + "MachineType": { + "type": "string" + } + } + }, + "Cli.DeviceTemplates": { + "type": "object", + "properties": { + "ID": { + "type": "number" + }, + "TemplateName": { + "type": "string" + }, + "SystemOID": { + "type": "string" + }, + "SystemDescriptionRegex": { + "type": "string" + }, + "TemplateXml": { + "type": "string" + }, + "Comments": { + "type": "string" + }, + "UseForAutoDetect": { + "type": "boolean" + }, + "IsDefault": { + "type": "boolean" + }, + "Author": { + "type": "string" + }, + "AutoDetectType": { + "type": "number" + } + } + }, + "Cli.DeviceTemplatesNodes": { + "type": "object", + "properties": { + "TemplateId": { + "type": "number" + }, + "NodeId": { + "type": "number" + } + } + }, + "Cli.CliSessionSettings": { + "type": "object", + "properties": { + "SettingName": { + "type": "string" + }, + "SettingValue": { + "type": "string" + } + } + }, + "Orion.Cloud.Accounts": { + "description": "\n This entity presents the Cloud account information.\n ", + "type": "object", + "properties": { + "Id": { + "description": "The unique integer representation of cloud account.", + "type": "number" + }, + "Name": { + "description": "The string value that contains the name of the cloud account.", + "type": "string" + }, + "CredentialId": { + "description": "The unique integer representation of shared credential.", + "type": "number" + }, + "AutoMonitoring": { + "description": "The boolean value that specifies if cloud account is monitored.", + "type": "boolean" + }, + "DisableMonitorApiRequests": { + "description": "The boolean value that specifies if polling for this cloud account is disabled.", + "type": "boolean" + }, + "PollingIntervalInSeconds": { + "description": "Polling interval in seconds.", + "type": "number" + }, + "Description": { + "description": "The string value containing description of the credentials related with this cloud account.", + "type": "string" + }, + "MonitorApiRequestsMadePerMonth": { + "description": "Approximate amount of free requests made by our polling using given account in current month.", + "type": "number" + }, + "DetailsUrl": { + "description": "Relative address of Edit Properties page for given account.", + "type": "string" + }, + "ProviderId": { + "type": "number" + } + } + }, + "Cortex.System.Policy": { + "type": "object", + "properties": { + "PolicyName": { + "type": "string" + }, + "Priority": { + "type": "number" + }, + "DataPriority": { + "type": "string" + }, + "MatchingElementType": { + "type": "string" + }, + "ExpirationDate": { + "format": "date-time", + "type": "string" + } + } + }, + "Cortex.Orion.CiscoAci.Apic": { + "type": "object", + "properties": { + "OrionNodeId": { + "type": "number" + }, + "PollInterval": { + "type": "number" + }, + "UpStatusThreshold": { + "type": "number" + }, + "CriticalStatusThreshold": { + "type": "number" + }, + "MonitoredClusterControllersWarningMessageIpAddresses": { + "type": "string" + }, + "DetailsUrl": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "UnManaged": { + "type": "boolean" + }, + "UnManageFrom": { + "format": "date-time", + "type": "string" + }, + "UnManageUntil": { + "format": "date-time", + "type": "string" + }, + "StatusDescription": { + "type": "string" + }, + "Status": { + "type": "number" + }, + "RequestInventory": { + "type": "boolean" + }, + "PollState": { + "type": "string" + }, + "AgentId": { + "type": "number" + }, + "AgentOsType": { + "type": "string" + }, + "EngineId": { + "type": "number" + }, + "Id": { + "type": "number" + }, + "RelatedNode": { + "type": "number" + } + } + }, + "Cortex.Orion.CiscoAci.ApplicationProfile": { + "type": "object", + "properties": { + "ApicId": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "DistinguishedName": { + "type": "string" + }, + "HealthScore": { + "type": "number" + }, + "Status": { + "type": "number" + }, + "DetailsUrl": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "UnManaged": { + "type": "boolean" + }, + "UnManageFrom": { + "format": "date-time", + "type": "string" + }, + "UnManageUntil": { + "format": "date-time", + "type": "string" + }, + "StatusDescription": { + "type": "string" + }, + "RequestInventory": { + "type": "boolean" + }, + "PollState": { + "type": "string" + }, + "AgentId": { + "type": "number" + }, + "AgentOsType": { + "type": "string" + }, + "EngineId": { + "type": "number" + }, + "Id": { + "type": "number" + }, + "RelatedApic": { + "type": "number" + }, + "RelatedTenant": { + "type": "number" + } + } + }, + "Cortex.Orion.CiscoAci.CiscoAciCredential": { + "type": "object", + "properties": { + "RelatedApic": { + "type": "number" + } + } + }, + "Cortex.Orion.CiscoAci.EndpointGroup": { + "type": "object", + "properties": { + "ApicId": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "DistinguishedName": { + "type": "string" + }, + "HealthScore": { + "type": "number" + }, + "Status": { + "type": "number" + }, + "DetailsUrl": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "UnManaged": { + "type": "boolean" + }, + "UnManageFrom": { + "format": "date-time", + "type": "string" + }, + "UnManageUntil": { + "format": "date-time", + "type": "string" + }, + "StatusDescription": { + "type": "string" + }, + "RequestInventory": { + "type": "boolean" + }, + "PollState": { + "type": "string" + }, + "AgentId": { + "type": "number" + }, + "AgentOsType": { + "type": "string" + }, + "EngineId": { + "type": "number" + }, + "Id": { + "type": "number" + }, + "RelatedApic": { + "type": "number" + }, + "RelatedApplicationProfile": { + "type": "number" + } + } + }, + "Cortex.Orion.CiscoAci.Fabric": { + "type": "object", + "properties": { + "ApicId": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "HealthScore": { + "type": "number" + }, + "ActualStatus": { + "type": "number" + }, + "Status": { + "type": "number" + }, + "DetailsUrl": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "UnManaged": { + "type": "boolean" + }, + "UnManageFrom": { + "format": "date-time", + "type": "string" + }, + "UnManageUntil": { + "format": "date-time", + "type": "string" + }, + "StatusDescription": { + "type": "string" + }, + "RequestInventory": { + "type": "boolean" + }, + "PollState": { + "type": "string" + }, + "AgentId": { + "type": "number" + }, + "AgentOsType": { + "type": "string" + }, + "EngineId": { + "type": "number" + }, + "Id": { + "type": "number" + }, + "RelatedApic": { + "type": "number" + } + } + }, + "Cortex.Orion.CiscoAci.PhysicalEntity": { + "type": "object", + "properties": { + "ApicId": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "DistinguishedName": { + "type": "string" + }, + "PhysicalEntityRole": { + "type": "string" + }, + "HealthScore": { + "type": "number" + }, + "Status": { + "type": "number" + }, + "DetailsUrl": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "UnManaged": { + "type": "boolean" + }, + "UnManageFrom": { + "format": "date-time", + "type": "string" + }, + "UnManageUntil": { + "format": "date-time", + "type": "string" + }, + "StatusDescription": { + "type": "string" + }, + "RequestInventory": { + "type": "boolean" + }, + "PollState": { + "type": "string" + }, + "AgentId": { + "type": "number" + }, + "AgentOsType": { + "type": "string" + }, + "EngineId": { + "type": "number" + }, + "Id": { + "type": "number" + }, + "RelatedApic": { + "type": "number" + }, + "RelatedFabric": { + "type": "number" + } + } + }, + "Cortex.Orion.CiscoAci.Tenant": { + "type": "object", + "properties": { + "ApicId": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "DistinguishedName": { + "type": "string" + }, + "HealthScore": { + "type": "number" + }, + "Status": { + "type": "number" + }, + "DetailsUrl": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "UnManaged": { + "type": "boolean" + }, + "UnManageFrom": { + "format": "date-time", + "type": "string" + }, + "UnManageUntil": { + "format": "date-time", + "type": "string" + }, + "StatusDescription": { + "type": "string" + }, + "RequestInventory": { + "type": "boolean" + }, + "PollState": { + "type": "string" + }, + "AgentId": { + "type": "number" + }, + "AgentOsType": { + "type": "string" + }, + "EngineId": { + "type": "number" + }, + "Id": { + "type": "number" + }, + "RelatedApic": { + "type": "number" + } + } + }, + "Cortex.Orion.Cman.Container": { + "type": "object", + "properties": { + "DetailsUrl": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "ContainerId": { + "type": "string" + }, + "IpAddresses": { + "type": "string" + }, + "State": { + "type": "string" + }, + "Status": { + "type": "number" + }, + "TimeCreated": { + "format": "date-time", + "type": "string" + }, + "Command": { + "type": "string" + }, + "RestartCount": { + "type": "number" + }, + "HealthStatus": { + "type": "string" + }, + "NodeId": { + "type": "number" + }, + "TimeDeleted": { + "format": "date-time", + "type": "string" + }, + "IsDeleted": { + "type": "boolean" + }, + "StartedAt": { + "format": "date-time", + "type": "string" + }, + "ContainerImageId": { + "type": "number" + }, + "ContainerAgentId": { + "type": "number" + }, + "Cpu": { + "type": "number" + }, + "Memory": { + "type": "number" + }, + "RequestInventory": { + "type": "boolean" + }, + "PollState": { + "type": "string" + }, + "AgentId": { + "type": "number" + }, + "AgentOsType": { + "type": "string" + }, + "EngineId": { + "type": "number" + }, + "Id": { + "type": "number" + } + } + }, + "Cortex.Orion.Cman.ContainerAgent": { + "type": "object", + "properties": { + "Orchestrator": { + "type": "string" + }, + "UniqueIdentifier": { + "format": "uuid", + "type": "string" + }, + "Name": { + "type": "string" + }, + "NodeId": { + "type": "number" + }, + "UpdateAt": { + "format": "date-time", + "type": "string" + }, + "Status": { + "type": "number" + }, + "PollingInterval": { + "type": "number" + }, + "RequestInventory": { + "type": "boolean" + }, + "PollState": { + "type": "string" + }, + "AgentId": { + "type": "number" + }, + "AgentOsType": { + "type": "string" + }, + "EngineId": { + "type": "number" + }, + "Id": { + "type": "number" + } + } + }, + "Cortex.Orion.Cman.ContainerEnvironmentVariable": { + "type": "object", + "properties": { + "Name": { + "type": "string" + }, + "Value": { + "type": "string" + }, + "RelatedContainer": { + "type": "number" + } + } + }, + "Cortex.Orion.Cman.ContainerHost": { + "type": "object", + "properties": { + "Name": { + "type": "string" + }, + "OsVersion": { + "type": "string" + }, + "StartTime": { + "format": "date-time", + "type": "string" + } + } + }, + "Cortex.Orion.Cman.ContainerImage": { + "type": "object", + "properties": { + "ImageId": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Version": { + "type": "string" + }, + "Size": { + "type": "string" + }, + "VirtualSize": { + "type": "string" + }, + "NodeId": { + "type": "number" + }, + "TimeDeleted": { + "format": "date-time", + "type": "string" + } + } + }, + "Cortex.Orion.SnmpCredentialV2": { + "type": "object", + "properties": { + "Community": { + "type": "string" + } + } + }, + "Cortex.Orion.SnmpCredentialV3": { + "type": "object", + "properties": { + "AuthenticationKeyIsPassword": { + "type": "boolean" + }, + "AuthenticationPassword": { + "type": "string" + }, + "AuthenticationType": { + "type": "string" + }, + "Context": { + "type": "string" + }, + "PrivacyKeyIsPassword": { + "type": "boolean" + }, + "PrivacyPassword": { + "type": "string" + }, + "PrivacyType": { + "type": "string" + }, + "UserName": { + "type": "string" + } + } + }, + "Cortex.Orion.WindowsCredential": { + "type": "object" + }, + "Cortex.Orion.Interface": { + "type": "object", + "properties": { + "InterfaceId": { + "type": "number" + }, + "InterfaceIndex": { + "type": "number" + }, + "Unpluggable": { + "type": "boolean" + }, + "InterfaceSpeed": { + "type": "number" + }, + "Caption": { + "type": "string" + }, + "Use64BitCounters": { + "type": "boolean" + }, + "Pollers": { + "type": "string" + }, + "Status": { + "type": "string" + }, + "ReceiveBps": { + "type": "number" + }, + "TransmitBps": { + "type": "number" + }, + "ReceiveUtilizationPercent": { + "type": "number" + }, + "TransmitUtilizationPercent": { + "type": "number" + }, + "ReceiveErrors": { + "type": "number" + }, + "TransmitErrors": { + "type": "number" + }, + "ReceiveDiscards": { + "type": "number" + }, + "TransmitDiscards": { + "type": "number" + }, + "RelatedNode": { + "type": "number" + } + } + }, + "Cortex.Orion.Cpu": { + "type": "object", + "properties": { + "Index": { + "type": "number" + }, + "PercentUtilization": { + "type": "number" + }, + "RelatedNode": { + "type": "number" + } + } + }, + "Cortex.Orion.Node": { + "type": "object", + "properties": { + "NodeId": { + "type": "number" + }, + "IpAddress": { + "type": "string" + }, + "ObjectSubType": { + "type": "string" + }, + "Vendor": { + "type": "string" + }, + "SnmpPort": { + "type": "number" + }, + "SnmpVersion": { + "type": "number" + }, + "Pollers": { + "type": "string" + }, + "Fqdn": { + "type": "string" + }, + "OsVersion": { + "type": "string" + }, + "Uptime": { + "type": "number" + }, + "DiscoveryProfileId": { + "type": "number" + }, + "StatCollection": { + "type": "number" + }, + "SysObjectId": { + "type": "string" + }, + "CpuPercentUtilization": { + "type": "number" + }, + "PercentMemoryUsed": { + "type": "number" + }, + "MemoryUsed": { + "type": "number" + }, + "Status": { + "type": "string" + }, + "ResponseTime": { + "type": "number" + }, + "RelatedHost": { + "type": "number" + }, + "RelatedVCenter": { + "type": "number" + } + } + }, + "Cortex.Orion.PowerControlUnit": { + "type": "object", + "properties": { + "PcuId": { + "type": "number" + }, + "DetailsUrl": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "OrionNodeId": { + "type": "number" + }, + "Model": { + "type": "string" + }, + "SerialNumber": { + "type": "string" + }, + "FirmwareVersion": { + "type": "string" + }, + "ManufactureDateTime": { + "format": "date-time", + "type": "string" + }, + "Status": { + "type": "number" + }, + "PollInterval": { + "type": "number" + }, + "BatteryPackCount": { + "type": "number" + }, + "BatteryCapacity": { + "type": "number" + }, + "BatteryTemperature": { + "type": "number" + }, + "TimeOnBattery": { + "type": "number" + }, + "ReplaceIndicator": { + "type": "string" + }, + "BasicBatteryStatus": { + "type": "string" + }, + "OutputStatus": { + "type": "string" + }, + "OutputPercentLoad": { + "type": "number" + }, + "RunTimeRemaining": { + "type": "number" + }, + "LastFailCause": { + "type": "string" + }, + "RequestInventory": { + "type": "boolean" + }, + "PollState": { + "type": "string" + }, + "AgentId": { + "type": "number" + }, + "AgentOsType": { + "type": "string" + }, + "EngineId": { + "type": "number" + }, + "Id": { + "type": "number" + }, + "RelatedNode": { + "type": "number" + } + } + }, + "Cortex.Orion.Virtualization.Alarm": { + "type": "object", + "properties": { + "ManagedObjectId": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "SystemName": { + "type": "string" + }, + "IsDeleted": { + "type": "boolean" + }, + "IsEnabled": { + "type": "boolean" + } + } + }, + "Cortex.Orion.Virtualization.Cluster": { + "type": "object", + "properties": { + "ClusterId": { + "type": "number" + }, + "DataCenterId": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "VsanEnabled": { + "type": "boolean" + }, + "VsanUuid": { + "type": "string" + }, + "RelatedDataCenter": { + "type": "number" + }, + "RelatedTriggeredAlarmStates": { + "type": "number" + } + } + }, + "Cortex.Orion.Virtualization.DataCenter": { + "type": "object", + "properties": { + "DataCenterId": { + "type": "number" + }, + "VCenterId": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "RelatedTriggeredAlarmStates": { + "type": "number" + }, + "RelatedVCenter": { + "type": "number" + } + } + }, + "Cortex.Orion.Virtualization.Datastore": { + "type": "object", + "properties": { + "DatastoreId": { + "type": "number" + }, + "DatastoreIdentifier": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "RelatedTriggeredAlarmStates": { + "type": "number" + } + } + }, + "Cortex.Orion.Virtualization.Host": { + "type": "object", + "properties": { + "HostId": { + "type": "number" + }, + "DataCenterId": { + "type": "number" + }, + "ClusterId": { + "type": "number" + }, + "NodeId": { + "type": "number" + }, + "CredentialId": { + "type": "number" + }, + "HostName": { + "type": "string" + }, + "IpAddress": { + "type": "string" + }, + "BiosSerial": { + "type": "string" + }, + "VsanNodeUuid": { + "format": "uuid", + "type": "string" + }, + "LatencyRead": { + "type": "number" + }, + "LatencyWrite": { + "type": "number" + }, + "LatencyTotal": { + "type": "number" + }, + "ThroughputRead": { + "type": "number" + }, + "ThroughputWrite": { + "type": "number" + }, + "ThroughputTotal": { + "type": "number" + }, + "IOPSRead": { + "type": "number" + }, + "IOPSWrite": { + "type": "number" + }, + "IOPSTotal": { + "type": "number" + }, + "Congestions": { + "type": "number" + }, + "OutstandingIO": { + "type": "number" + }, + "RelatedAlarms": { + "type": "number" + }, + "RelatedCluster": { + "type": "number" + }, + "RelatedDataCenter": { + "type": "number" + }, + "RelatedTriggeredAlarmStates": { + "type": "number" + } + } + }, + "Cortex.Orion.Virtualization.PhysicalDisk": { + "type": "object", + "properties": { + "PhysicalDiskId": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "IsSsd": { + "type": "boolean" + }, + "ScsiDiskType": { + "type": "string" + }, + "Capacity": { + "type": "number" + }, + "Health": { + "type": "string" + }, + "RelatedVSanDiskGroup": { + "type": "number" + } + } + }, + "Cortex.Orion.Virtualization.PollingTask": { + "type": "object", + "properties": { + "HostId": { + "type": "number" + }, + "VCenterId": { + "type": "number" + }, + "PollingTaskTypeId": { + "type": "number" + }, + "PollingInterval": { + "type": "number" + }, + "ApiTimeout": { + "type": "number" + }, + "ServiceUri": { + "type": "string" + } + } + }, + "Cortex.Orion.Virtualization.TriggeredAlarmState": { + "type": "object", + "properties": { + "Acknowledged": { + "type": "boolean" + }, + "AcknowledgedByUser": { + "type": "string" + }, + "AcknowledgedTime": { + "format": "date-time", + "type": "string" + }, + "Status": { + "type": "string" + }, + "Timestamp": { + "format": "date-time", + "type": "string" + }, + "RelatedAlarm": { + "type": "number" + } + } + }, + "Cortex.Orion.Virtualization.VCenter": { + "type": "object", + "properties": { + "VCenterId": { + "type": "number" + }, + "NodeId": { + "type": "number" + }, + "CredentialId": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "RelatedAlarms": { + "type": "number" + } + } + }, + "Cortex.Orion.Virtualization.VirtualMachine": { + "type": "object", + "properties": { + "VirtualMachineId": { + "type": "number" + }, + "HostId": { + "type": "number" + }, + "NodeId": { + "type": "number" + }, + "Uuid": { + "format": "uuid", + "type": "string" + }, + "InstanceUuid": { + "format": "uuid", + "type": "string" + }, + "RelativePath": { + "type": "string" + }, + "DatastoreIdentifier": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "RelatedHost": { + "type": "number" + }, + "RelatedTriggeredAlarmStates": { + "type": "number" + } + } + }, + "Cortex.Orion.Virtualization.VirtualMachineDisk": { + "type": "object", + "properties": { + "VirtualMachineDiskId": { + "type": "number" + }, + "VirtualMachineId": { + "type": "number" + }, + "DataStoreId": { + "type": "number" + }, + "FileName": { + "type": "string" + }, + "Label": { + "type": "string" + }, + "ControllerBusNumber": { + "type": "number" + }, + "DiskUnitNumber": { + "type": "number" + }, + "LatencyRead": { + "type": "number" + }, + "LatencyWrite": { + "type": "number" + }, + "LatencyTotal": { + "type": "number" + }, + "RelatedDatastore": { + "type": "number" + }, + "RelatedVirtualMachine": { + "type": "number" + } + } + }, + "Cortex.Orion.VMwareCredential": { + "type": "object", + "properties": { + "RelatedHost": { + "type": "number" + }, + "RelatedVCenter": { + "type": "number" + } + } + }, + "Cortex.Orion.Virtualization.VSan": { + "type": "object", + "properties": { + "VsanIdentifier": { + "type": "string" + }, + "ClusterId": { + "type": "number" + }, + "Status": { + "type": "number" + }, + "DetailsUrl": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "TotalCapacity": { + "type": "number" + }, + "UsedSpace": { + "type": "number" + }, + "UsedSpacePercentage": { + "type": "number" + }, + "UsedByVms": { + "type": "number" + }, + "IsDedupEnabled": { + "type": "boolean" + }, + "DedupRatio": { + "type": "number" + }, + "DedupUsedSpaceBefore": { + "type": "number" + }, + "DedupUsedSpaceAfter": { + "type": "number" + }, + "IOPSTotal": { + "type": "number" + }, + "IOPSRead": { + "type": "number" + }, + "IOPSWrite": { + "type": "number" + }, + "ThroughputTotal": { + "type": "number" + }, + "ThroughputRead": { + "type": "number" + }, + "ThroughputWrite": { + "type": "number" + }, + "LatencyTotal": { + "type": "number" + }, + "LatencyRead": { + "type": "number" + }, + "LatencyWrite": { + "type": "number" + }, + "Congestions": { + "type": "number" + }, + "OutstandingIO": { + "type": "number" + }, + "RelatedCluster": { + "type": "number" + }, + "RelatedDatastore": { + "type": "number" + } + } + }, + "Cortex.Orion.Virtualization.VSanDiskGroup": { + "type": "object", + "properties": { + "VsanDiskGroupId": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "Type": { + "type": "string" + }, + "RelatedHost": { + "type": "number" + }, + "RelatedVSan": { + "type": "number" + } + } + }, + "Cortex.Orion.Virtualization.VSanHealthGroup": { + "type": "object", + "properties": { + "HealthGroupName": { + "type": "string" + }, + "HealthGroupId": { + "type": "string" + }, + "HealthStatus": { + "type": "string" + }, + "RelatedVSan": { + "type": "number" + } + } + }, + "Cortex.Orion.Virtualization.VSanObjectSpaceSummary": { + "type": "object", + "properties": { + "ObjectType": { + "type": "string" + }, + "UsedCapacity": { + "type": "number" + }, + "RelatedVSan": { + "type": "number" + } + } + }, + "Cortex.Orion.Virtualization.VSanResyncInfo": { + "type": "object", + "properties": { + "ResyncingElementsCount": { + "type": "number" + }, + "RemainingBytes": { + "type": "number" + }, + "Eta": { + "format": "date-time", + "type": "string" + }, + "RelatedHost": { + "type": "number" + }, + "RelatedVSan": { + "type": "number" + } + } + }, + "Cortex.Orion.ScsiInformation": { + "type": "object", + "properties": { + "ScsiTargetId": { + "type": "number" + }, + "ScsiLunId": { + "type": "number" + }, + "ScsiPortId": { + "type": "number" + }, + "ScsiControllerId": { + "type": "string" + }, + "ScsiPortOffset": { + "type": "number" + }, + "RelatedVolume": { + "type": "number" + } + } + }, + "Cortex.Orion.Volume": { + "type": "object", + "properties": { + "VolumeId": { + "type": "number" + }, + "Status": { + "type": "number" + }, + "Caption": { + "type": "string" + }, + "RawCaption": { + "type": "string" + }, + "FullName": { + "type": "string" + }, + "StatCollection": { + "type": "number" + }, + "VolumeIndex": { + "type": "number" + }, + "VolumeType": { + "type": "string" + }, + "PollingType": { + "type": "string" + }, + "VolumeDescription": { + "type": "string" + }, + "DeviceId": { + "type": "string" + }, + "DiskSerialNumber": { + "type": "string" + }, + "InterfaceType": { + "type": "string" + }, + "VolumeAllocationFailuresThisHour": { + "type": "number" + }, + "VolumeAllocationFailuresToday": { + "type": "number" + }, + "VolumeSize": { + "type": "number" + }, + "VolumeSpaceUsed": { + "type": "number" + }, + "DiskQueueLength": { + "type": "number" + }, + "DiskTransfer": { + "type": "number" + }, + "DiskReads": { + "type": "number" + }, + "DiskWrites": { + "type": "number" + }, + "TotalDiskIops": { + "type": "number" + }, + "RelatedNode": { + "type": "number" + } + } + }, + "Orion.DPA.DatabaseInstanceData": { + "description": "Relationship between DPA Database Instance and Orion Node", + "type": "object", + "properties": { + "GlobalDatabaseInstanceID": { + "description": "Unique ID of database instance in Orion", + "type": "number" + }, + "NodeID": { + "description": "ID of Node (Orion.Nodes)", + "type": "number" + }, + "UserDefined": { + "description": "Flag if the relationship is defined by user", + "type": "boolean" + } + } + }, + "Orion.DPA.DatabaseInstanceApplicationRelationship": { + "description": "All relationships between Orion Application and Database Instance", + "type": "object", + "properties": { + "GlobalDatabaseInstanceID": { + "description": "Unique ID of database instance in Orion", + "type": "number" + }, + "ApplicationID": { + "description": "ID of SAM Application (Orion.APM.Application)", + "type": "number" + }, + "RelationshipType": { + "description": "Numeric value for type of relationship", + "type": "number" + }, + "RelationshipTypeName": { + "description": "Text representation of relationship type", + "type": "string" + }, + "NoRelationship": { + "description": "Flag if the relationship was removed", + "type": "boolean" + }, + "UserDefined": { + "description": "Flag if the relationship is defined by user", + "type": "boolean" + } + } + }, + "Orion.DPA.DatabaseInstanceLun": { + "description": "All relationships between Orion LUN and Database Instance", + "type": "object", + "properties": { + "LunId": { + "description": "ID of LUN", + "type": "number" + }, + "GlobalDatabaseInstanceID": { + "description": "Unique ID of database instance in Orion", + "type": "number" + }, + "UserDefined": { + "description": "Flag if the relationship is defined by user", + "type": "boolean" + } + } + }, + "Orion.DPA.DpaServer": { + "description": "Integrated DPA server", + "type": "object", + "properties": { + "DpaServerId": { + "description": "ID of DPA server", + "type": "number" + }, + "DisplayName": { + "description": "Name of DPA server", + "type": "string" + }, + "JSwisAddress": { + "description": "Address of jSwis endpoint", + "type": "string" + }, + "JSwisObjectUriBase": { + "description": "Scheme and hostname for URIs of entities from this DPA server", + "type": "string" + }, + "JSwisCredentialId": { + "description": "ID of credentials (SQL table Credential) to DPA jSwis", + "type": "number" + }, + "OrionHostname": { + "description": "IP/Address of Orion, which was used for integration with DPA", + "type": "string" + }, + "OrionHostnameSetByUser": { + "description": "Flag if OrionHostname was changed by user during the integration", + "type": "boolean" + }, + "DpaServiceUserAccountId": { + "description": "ID of account in Orion for DPA", + "type": "string" + }, + "IntegrationStatus": { + "description": "Integration status", + "type": "number" + }, + "IntegrationStatusDescription": { + "description": "Description of integration status", + "type": "string" + }, + "Status": { + "description": "Status of DPA server", + "type": "number" + }, + "StatusDescription": { + "description": "Description of status", + "type": "string" + }, + "FeaturesCatalogDiff": { + "type": "string" + }, + "DetailsUrl": { + "description": "URL to details view of DPA server", + "type": "string" + } + } + }, + "Orion.DPI.Applications": { + "type": "object", + "properties": { + "ApplicationID": { + "type": "number" + }, + "Status": { + "type": "number" + }, + "DiscoveryMode": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ProtocolID": { + "type": "string" + }, + "CategoryID": { + "type": "number" + }, + "RiskLevel": { + "type": "number" + }, + "RiskLevelDescription": { + "type": "string" + }, + "ProductivityRating": { + "type": "number" + }, + "ProductivityRatingDescription": { + "type": "string" + }, + "Filter": { + "type": "string" + }, + "AdminStatus": { + "type": "number" + }, + "FilterSyntax": { + "type": "string" + }, + "LastDiscoveryDate": { + "format": "date-time", + "type": "string" + }, + "LastDiscoveryProbeID": { + "type": "number" + }, + "WebUri": { + "type": "string" + }, + "ART": { + "type": "number" + }, + "NRT": { + "type": "number" + }, + "Ingress": { + "type": "number" + }, + "IngressPerSec": { + "type": "number" + }, + "Egress": { + "type": "number" + }, + "EgressPerSec": { + "type": "number" + }, + "DataVolume": { + "type": "number" + }, + "DataVolumePerSec": { + "type": "number" + }, + "Transactions": { + "type": "number" + }, + "TransactionsPerMin": { + "type": "number" + }, + "UnManaged": { + "type": "boolean" + }, + "UnManageFrom": { + "format": "date-time", + "type": "string" + }, + "UnManageUntil": { + "format": "date-time", + "type": "string" + } + } + }, + "Orion.DPI.ApplicationAssignments": { + "type": "object", + "properties": { + "ApplicationID": { + "type": "number" + }, + "Status": { + "type": "number" + }, + "NodeID": { + "type": "number" + }, + "ART": { + "type": "number" + }, + "NRT": { + "type": "number" + }, + "Ingress": { + "type": "number" + }, + "IngressPerSec": { + "type": "number" + }, + "Egress": { + "type": "number" + }, + "EgressPerSec": { + "type": "number" + }, + "DataVolume": { + "type": "number" + }, + "DataVolumePerSec": { + "type": "number" + }, + "Transactions": { + "type": "number" + }, + "TransactionsPerMin": { + "type": "number" + }, + "DetailsUrl": { + "type": "string" + } + } + }, + "Orion.DPI.ApplicationSettings": { + "type": "object", + "properties": { + "SettingID": { + "type": "number" + }, + "ApplicationID": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "Value": { + "type": "string" + } + } + }, + "Orion.DPI.Probes": { + "type": "object", + "properties": { + "ProbeID": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "AgentID": { + "type": "number" + }, + "Description": { + "type": "string" + }, + "Mode": { + "type": "number" + }, + "Enabled": { + "type": "boolean" + }, + "Status": { + "type": "number" + } + } + }, + "Orion.DPI.ProbeAssignments": { + "type": "object", + "properties": { + "ProbeID": { + "type": "number" + }, + "NodeID": { + "type": "number" + } + } + }, + "Orion.DPI.ProbeSettings": { + "type": "object", + "properties": { + "SettingID": { + "type": "number" + }, + "ProbeID": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "Value": { + "type": "string" + } + } + }, + "Orion.DPI.ProbeProperties": { + "type": "object", + "properties": { + "PropertyID": { + "type": "number" + }, + "ProbeID": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "Value": { + "type": "string" + } + } + }, + "Orion.ESI.IncidentService": { + "description": "Holds the information about integrated incident management services.", + "type": "object", + "properties": { + "InstanceID": { + "format": "uuid", + "type": "string" + }, + "Type": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Url": { + "type": "string" + }, + "CredentialID": { + "type": "number" + }, + "OperationalState": { + "type": "number" + }, + "Status": { + "type": "number" + }, + "DetailsUrl": { + "type": "string" + } + } + }, + "Orion.HA.Pools": { + "description": "High Availability pools. Pool unites pool members of the same type to provide high availability of Orion servers.", + "type": "object", + "properties": { + "PoolId": { + "description": "ID of pool", + "type": "number" + }, + "PoolMasterMemberId": { + "description": "ID of pool member which acts as a pool master", + "type": "number" + }, + "PoolType": { + "description": "Type of pool (0 - main poller, 1 - additional poller)", + "type": "string" + }, + "DisplayName": { + "description": "Name of a pool", + "type": "string" + }, + "Enabled": { + "description": "Pool is enabled or disabled", + "type": "boolean" + }, + "CurrentStatus": { + "description": "Current status of a pool", + "type": "number" + }, + "CurrentStatusTimestamp": { + "format": "date-time", + "description": "Timestamp of current status", + "type": "string" + }, + "PoolMasterChangeTimestamp": { + "format": "date-time", + "description": "Timestamp of pool master role change", + "type": "string" + }, + "IntervalMemberDown": { + "description": "Interval after which is member considered as down", + "type": "number" + }, + "IntervalPoolTask": { + "description": "Pool task interval in seconds. In this interval HA service performs regular tasks e.g. services status monitoring", + "type": "number" + }, + "IntervalSuicideRule": { + "description": "Interval after which member releases its resource if it cannot reach other member of a pool do database", + "type": "number" + }, + "VirtualHostName": { + "description": "Virtual Host name assigned to a pool", + "type": "string" + }, + "VirtualIpAddress": { + "description": "Virtual IP Address assigned to a pool", + "type": "string" + }, + "DnsIpAddress": { + "description": "IP Address of DNS server hosting primary zone used by virtual host name", + "type": "string" + }, + "DnsZone": { + "description": "A name of forward lookup DNS zone where virtual host name record is stored", + "type": "string" + }, + "DnsType": { + "description": "Type of DNS server (Microsoft, BIND, Other)", + "type": "string" + } + } + }, + "Orion.HA.ResourcesInstances": { + "description": "Resources which belongs to pool members. Resource is a responsibility of Orion server which can be switched to another server in a pool e.g. \"Main poller responsibility\" or \"Virtual IP\".", + "type": "object", + "properties": { + "PoolId": { + "description": "ID of pool", + "type": "number" + }, + "RefId": { + "description": "Reference ID of resource", + "type": "string" + }, + "PoolMemberId": { + "description": "ID of pool member", + "type": "number" + }, + "CurrentStatus": { + "description": "Current status of resource", + "type": "number" + }, + "PreferredStatus": { + "description": "Preferred status of member - the status HA service want resource to be", + "type": "number" + }, + "Config": { + "description": "Resource configuration", + "type": "string" + }, + "ActionExecutionParameters": { + "description": "Resource actions execution arguments", + "type": "string" + } + } + }, + "Orion.HA.PoolMemberInterfacesInfo": { + "description": "IP addresses present on interfaces of pool members.", + "type": "object", + "properties": { + "PoolMemberId": { + "description": "ID of pool member", + "type": "number" + }, + "InterfaceType": { + "description": "Type of interface (1 - primary, 2 - other)", + "type": "number" + }, + "IPAddress": { + "description": "IP address", + "type": "string" + }, + "SubnetPrefixLength": { + "description": "Length of subnet prefix", + "type": "string" + }, + "IsDynamic": { + "description": "Static or dynamic IPv4 address flag (true - dynamic IP address). ", + "type": "boolean" + } + } + }, + "Orion.NPM.Interfaces": { + "type": "object", + "properties": { + "NodeID": { + "type": "number" + }, + "InterfaceID": { + "type": "number" + }, + "ObjectSubType": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Index": { + "type": "number" + }, + "Icon": { + "type": "string" + }, + "Type": { + "type": "number" + }, + "TypeName": { + "type": "string" + }, + "TypeDescription": { + "type": "string" + }, + "Speed": { + "type": "number" + }, + "MTU": { + "type": "number" + }, + "LastChange": { + "format": "date-time", + "type": "string" + }, + "PhysicalAddress": { + "type": "string" + }, + "AdminStatus": { + "type": "number" + }, + "OperStatus": { + "type": "number" + }, + "StatusIcon": { + "type": "string" + }, + "InBandwidth": { + "type": "number" + }, + "OutBandwidth": { + "type": "number" + }, + "Caption": { + "type": "string" + }, + "FullName": { + "type": "string" + }, + "Outbps": { + "type": "number" + }, + "Inbps": { + "type": "number" + }, + "Bps": { + "type": "number" + }, + "OutPercentUtil": { + "type": "number" + }, + "InPercentUtil": { + "type": "number" + }, + "PercentUtil": { + "type": "number" + }, + "OutPps": { + "type": "number" + }, + "InPps": { + "type": "number" + }, + "InPktSize": { + "type": "number" + }, + "OutPktSize": { + "type": "number" + }, + "OutUcastPps": { + "type": "number" + }, + "OutMcastPps": { + "type": "number" + }, + "InUcastPps": { + "type": "number" + }, + "InMcastPps": { + "type": "number" + }, + "InDiscardsThisHour": { + "type": "number" + }, + "InDiscardsToday": { + "type": "number" + }, + "InErrorsThisHour": { + "type": "number" + }, + "InErrorsToday": { + "type": "number" + }, + "OutDiscardsThisHour": { + "type": "number" + }, + "OutDiscardsToday": { + "type": "number" + }, + "OutErrorsThisHour": { + "type": "number" + }, + "OutErrorsToday": { + "type": "number" + }, + "CRCAlignErrorsThisHour": { + "type": "number" + }, + "CRCAlignErrorsToday": { + "type": "number" + }, + "LateCollisionsThisHour": { + "type": "number" + }, + "LateCollisionsToday": { + "type": "number" + }, + "MaxInBpsToday": { + "type": "number" + }, + "MaxInBpsTime": { + "format": "date-time", + "type": "string" + }, + "MaxOutBpsToday": { + "type": "number" + }, + "MaxOutBpsTime": { + "format": "date-time", + "type": "string" + }, + "Counter64": { + "$ref": "#/components/schemas/System.Char" + }, + "LastSync": { + "format": "date-time", + "type": "string" + }, + "Alias": { + "type": "string" + }, + "IfName": { + "type": "string" + }, + "Severity": { + "type": "number" + }, + "CustomBandwidth": { + "type": "boolean" + }, + "CustomPollerLastStatisticsPoll": { + "format": "date-time", + "type": "string" + }, + "PollInterval": { + "type": "number" + }, + "NextPoll": { + "format": "date-time", + "type": "string" + }, + "RediscoveryInterval": { + "type": "number" + }, + "NextRediscovery": { + "format": "date-time", + "type": "string" + }, + "StatCollection": { + "type": "number" + }, + "UnPluggable": { + "type": "boolean" + }, + "InterfaceSpeed": { + "type": "number" + }, + "InterfaceCaption": { + "type": "string" + }, + "InterfaceType": { + "type": "number" + }, + "InterfaceSubType": { + "type": "number" + }, + "MAC": { + "type": "string" + }, + "InterfaceName": { + "type": "string" + }, + "InterfaceIcon": { + "type": "string" + }, + "InterfaceTypeName": { + "type": "string" + }, + "AdminStatusLED": { + "type": "string" + }, + "OperStatusLED": { + "type": "string" + }, + "InterfaceAlias": { + "type": "string" + }, + "InterfaceIndex": { + "type": "number" + }, + "InterfaceLastChange": { + "format": "date-time", + "type": "string" + }, + "InterfaceMTU": { + "type": "number" + }, + "InterfaceTypeDescription": { + "type": "string" + }, + "OrionIdPrefix": { + "type": "string" + }, + "OrionIdColumn": { + "type": "string" + }, + "DuplexMode": { + "type": "number" + }, + "SkippedPollingCycles": { + "type": "number" + }, + "MinutesSinceLastSync": { + "type": "number" + }, + "Status": { + "type": "number" + }, + "InterfaceResponding": { + "type": "boolean" + }, + "Description": { + "type": "string" + }, + "DetailsUrl": { + "type": "string" + }, + "ObsoleteDataCurrentSettingValue": { + "type": "number" + }, + "ObsoleteDataFeatureStatus": { + "type": "number" + }, + "HasObsoleteData": { + "type": "boolean" + } + } + }, + "System.Char": { + "type": "object" + }, + "IPAM.IPNode": { + "type": "object", + "properties": { + "IpNodeId": { + "type": "number" + }, + "SubnetId": { + "type": "number" + }, + "IPOrdinal": { + "type": "number" + }, + "IPAddress": { + "type": "string" + }, + "IPAddressN": { + "format": "uuid", + "type": "string" + }, + "IPMapped": { + "type": "string" + }, + "IPMappedN": { + "format": "uuid", + "type": "string" + }, + "Alias": { + "type": "string" + }, + "MAC": { + "type": "string" + }, + "DnsBackward": { + "type": "string" + }, + "DhcpClientName": { + "type": "string" + }, + "SysName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Contact": { + "type": "string" + }, + "Location": { + "type": "string" + }, + "SysObjectID": { + "type": "string" + }, + "Vendor": { + "type": "string" + }, + "VendorIcon": { + "type": "string" + }, + "MachineType": { + "type": "string" + }, + "Comments": { + "type": "string" + }, + "ResponseTime": { + "type": "number" + }, + "LastBoot": { + "format": "date-time", + "type": "string" + }, + "LastSync": { + "format": "date-time", + "type": "string" + }, + "LastCredential": { + "format": "uuid", + "type": "string" + }, + "Status": { + "type": "number" + }, + "AllocPolicy": { + "type": "number" + }, + "SkipScan": { + "type": "boolean" + }, + "LeaseExpires": { + "format": "date-time", + "type": "string" + }, + "DnsBy": { + "type": "number" + }, + "MacBy": { + "type": "number" + }, + "StatusBy": { + "type": "number" + }, + "SystemDataBy": { + "type": "number" + } + } + }, + "IPAM.Subnet": { + "type": "object", + "properties": { + "SubnetId": { + "type": "number" + }, + "ParentId": { + "type": "number" + }, + "Address": { + "type": "string" + }, + "AddressN": { + "format": "uuid", + "type": "string" + }, + "AddressMask": { + "type": "string" + }, + "CIDR": { + "type": "number" + }, + "AllocSize": { + "type": "number" + }, + "AllocSizeN": { + "$ref": "#/components/schemas/System.Decimal" + }, + "FriendlyName": { + "type": "string" + }, + "Comments": { + "type": "string" + }, + "VLAN": { + "type": "string" + }, + "Location": { + "type": "string" + }, + "LastDiscovery": { + "format": "date-time", + "type": "string" + }, + "Status": { + "type": "number" + }, + "ScanInterval": { + "type": "number" + }, + "PercentUsed": { + "$ref": "#/components/schemas/System.Decimal" + }, + "TotalCount": { + "type": "number" + }, + "UsedCount": { + "type": "number" + }, + "AvailableCount": { + "type": "number" + }, + "ReservedCount": { + "type": "number" + }, + "TransientCount": { + "type": "number" + }, + "HasLicenceOverflow": { + "type": "boolean" + }, + "GroupIconPrefix": { + "type": "string" + }, + "StatusName": { + "type": "string" + }, + "StatusShortDescription": { + "type": "string" + }, + "StatusRanking": { + "type": "number" + }, + "StatusIconPostfix": { + "type": "string" + }, + "GroupTypeText": { + "type": "string" + }, + "AccountID": { + "type": "string" + }, + "Role": { + "type": "string" + }, + "GroupType": { + "type": "number" + }, + "Distance": { + "type": "number" + } + } + }, + "System.Decimal": { + "type": "object" + }, + "IPAM.GroupsCustomProperties": { + "type": "object", + "properties": { + "GroupId": { + "type": "number" + } + } + }, + "IPAM.NodesCustomProperties": { + "type": "object", + "properties": { + "IPNodeId": { + "type": "number" + } + } + }, + "Orion.Licensing.LicenseFilters": { + "type": "object", + "properties": { + "Id": { + "type": "number" + }, + "LicenseVersion": { + "type": "string" + }, + "ProductName": { + "type": "string" + } + } + }, + "Orion.NetPath.EndpointServices": { + "description": "Contains configuration information for services to monitor.", + "type": "object", + "properties": { + "EndpointServiceID": { + "type": "number" + }, + "CreationTime": { + "format": "date-time", + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "HostName": { + "type": "string" + }, + "Protocol": { + "type": "string" + }, + "Port": { + "type": "number" + }, + "ProbeIntervalInMinutes": { + "type": "number" + }, + "Status": { + "type": "number" + }, + "DetailsUrl": { + "type": "string" + }, + "StatusDescription": { + "type": "string" + }, + "StatusLED": { + "type": "string" + }, + "Image": { + "type": "string" + } + } + }, + "Orion.NetPath.Probes": { + "description": "Contains probe information. The probing is done from probes. A user can install multiple probes at various locations to probe the same service.", + "type": "object", + "properties": { + "ProbeID": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "AgentID": { + "type": "number" + }, + "EngineID": { + "type": "number" + }, + "DetailsUrl": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Enabled": { + "type": "boolean" + }, + "Status": { + "type": "number" + } + } + }, + "Orion.NetPath.EndpointServiceAssignments": { + "description": "Contains the assignments between probes and the services they monitor. A probe can monitor multiple services, and a service can be monitored by multiple probes.", + "type": "object", + "properties": { + "ProbeID": { + "type": "number" + }, + "EndpointServiceID": { + "type": "number" + }, + "Enabled": { + "type": "boolean" + }, + "LastStatus": { + "type": "number" + }, + "Status": { + "type": "number" + }, + "LastProbeTime": { + "format": "date-time", + "type": "string" + } + } + }, + "Orion.NetPath.EndpointServiceProperties": { + "description": "Table holds settings for Probe and particular EndpointService if specified. Values are inherited from less specific (ProbeId only) to concrete (ProbeId and EndpointServiceId)", + "type": "object", + "properties": { + "ID": { + "type": "number" + }, + "ProbeID": { + "type": "number" + }, + "EndpointServiceID": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "Value": { + "type": "string" + } + } + }, + "Orion.NetPath.Thresholds": { + "description": "Contains custom status threshold values for a probe and service assignment.", + "type": "object", + "properties": { + "ProbeID": { + "type": "number" + }, + "EndpointServiceID": { + "type": "number" + }, + "ThresholdTypeID": { + "type": "number" + }, + "ObjectTypeID": { + "type": "number" + }, + "Critical": { + "type": "number" + }, + "Warning": { + "type": "number" + }, + "Benign": { + "type": "number" + } + } + }, + "Orion.NetPath.Networks": { + "description": "Contains BGP information about the nodes and endpoints discovered during probing. This includes the autonomous system the node belongs to, the network address block, and the contact information associated with it.", + "type": "object", + "properties": { + "CidrBlockFrom": { + "type": "string" + }, + "CidrBlockTo": { + "type": "string" + }, + "CidrBlockPrefix": { + "type": "string" + }, + "CidrBlockLength": { + "type": "number" + }, + "OrganizationName": { + "type": "string" + }, + "AbusePocs": { + "type": "string" + }, + "OriginAs": { + "type": "string" + } + } + }, + "Orion.NPM.CustomPollerAssignmentOnNode": { + "type": "object", + "properties": { + "NodeID": { + "type": "number" + }, + "CustomPollerAssignmentID": { + "format": "uuid", + "type": "string" + }, + "Description": { + "type": "string" + }, + "DetailsUrl": { + "type": "string" + } + } + }, + "Orion.NPM.CustomPollerAssignmentOnInterface": { + "type": "object", + "properties": { + "CustomPollerAssignmentID": { + "format": "uuid", + "type": "string" + }, + "InterfaceID": { + "type": "number" + }, + "Description": { + "type": "string" + }, + "DetailsUrl": { + "type": "string" + } + } + }, + "Orion.OLM.MessageSources": { + "type": "object", + "properties": { + "MessageSourceID": { + "type": "number" + }, + "NodeID": { + "type": "number" + }, + "EngineID": { + "type": "number" + }, + "Caption": { + "type": "string" + }, + "IPAddress": { + "type": "string" + }, + "MachineType": { + "type": "string" + }, + "Vendor": { + "type": "string" + }, + "Created": { + "format": "date-time", + "type": "string" + }, + "Status": { + "type": "number" + } + } + }, + "Orion.Alerts": { + "description": "Alerts created in Basic Alerts Manger.", + "type": "object", + "properties": { + "EngineID": { + "type": "number" + }, + "AlertID": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "Enabled": { + "type": "boolean" + }, + "Description": { + "type": "string" + }, + "StartTime": { + "format": "date-time", + "type": "string" + }, + "EndTime": { + "format": "date-time", + "type": "string" + }, + "DOW": { + "type": "string" + }, + "NetObjects": { + "type": "string" + }, + "PropertyID": { + "type": "number" + }, + "Trigger": { + "type": "string" + }, + "Reset": { + "type": "string" + }, + "Sustained": { + "type": "number" + }, + "TriggerSubjectTemplate": { + "type": "string" + }, + "TriggerMessageTemplate": { + "type": "string" + }, + "ResetSubjectTemplate": { + "type": "string" + }, + "ResetMessageTemplate": { + "type": "string" + }, + "Frequency": { + "type": "number" + }, + "EMailAddresses": { + "type": "string" + }, + "ReplyName": { + "type": "string" + }, + "ReplyAddress": { + "type": "string" + }, + "LogFile": { + "type": "string" + }, + "LogMessage": { + "type": "string" + }, + "ShellTrigger": { + "type": "string" + }, + "ShellReset": { + "type": "string" + }, + "SuppressionType": { + "type": "string" + }, + "Suppression": { + "type": "string" + }, + "AlertDefID": { + "format": "uuid", + "type": "string" + }, + "Reverted": { + "type": "boolean" + } + } + }, + "Orion.AlertStatus": { + "description": "ToDo", + "type": "object", + "properties": { + "AlertDefID": { + "format": "uuid", + "type": "string" + }, + "ActiveObject": { + "type": "string" + }, + "ObjectType": { + "type": "string" + }, + "State": { + "type": "number" + }, + "WorkingState": { + "type": "number" + }, + "ObjectName": { + "type": "string" + }, + "AlertMessage": { + "type": "string" + }, + "TriggerTimeStamp": { + "format": "date-time", + "type": "string" + }, + "TriggerTimeOffset": { + "type": "number" + }, + "TriggerCount": { + "type": "number" + }, + "ResetTimeStamp": { + "format": "date-time", + "type": "string" + }, + "Acknowledged": { + "type": "number" + }, + "AcknowledgedBy": { + "type": "string" + }, + "AcknowledgedTime": { + "format": "date-time", + "type": "string" + }, + "LastUpdate": { + "format": "date-time", + "type": "string" + }, + "AlertNotes": { + "type": "string" + }, + "Notes": { + "type": "string" + }, + "AlertObjectID": { + "type": "number" + } + } + }, + "Orion.AlertConfigurations": { + "description": "ToDo", + "type": "object", + "properties": { + "AlertID": { + "type": "number" + }, + "AlertMessage": { + "type": "string" + }, + "AlertRefID": { + "format": "uuid", + "type": "string" + }, + "Name": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "ObjectType": { + "type": "string" + }, + "Enabled": { + "type": "boolean" + }, + "Frequency": { + "type": "number" + }, + "Trigger": { + "type": "string" + }, + "Reset": { + "type": "string" + }, + "Severity": { + "type": "number" + }, + "NotifyEnabled": { + "type": "boolean" + }, + "NotificationSettings": { + "type": "string" + }, + "LastEdit": { + "format": "date-time", + "type": "string" + }, + "CreatedBy": { + "type": "string" + }, + "Category": { + "type": "string" + }, + "Canned": { + "type": "boolean" + } + } + }, + "Orion.AlertDefinitions": { + "description": "ToDo", + "type": "object", + "properties": { + "AlertDefID": { + "format": "uuid", + "type": "string" + }, + "Name": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Enabled": { + "type": "boolean" + }, + "StartTime": { + "format": "date-time", + "type": "string" + }, + "EndTime": { + "format": "date-time", + "type": "string" + }, + "DOW": { + "type": "string" + }, + "TriggerQuery": { + "type": "string" + }, + "TriggerQueryDesign": { + "type": "string" + }, + "ResetQuery": { + "type": "string" + }, + "ResetQueryDesign": { + "type": "string" + }, + "SuppressionQuery": { + "type": "string" + }, + "SuppressionQueryDesign": { + "type": "string" + }, + "TriggerSustained": { + "type": "number" + }, + "ResetSustained": { + "type": "number" + }, + "LastExecuteTime": { + "format": "date-time", + "type": "string" + }, + "ExecuteInterval": { + "type": "number" + }, + "BlockUntil": { + "format": "date-time", + "type": "string" + }, + "ResponseTime": { + "type": "number" + }, + "LastErrorTime": { + "format": "date-time", + "type": "string" + }, + "LastError": { + "type": "string" + }, + "ObjectType": { + "type": "string" + }, + "Reverted": { + "type": "boolean" + } + } + }, + "Orion.Actions": { + "description": "ToDo", + "type": "object", + "properties": { + "ActionID": { + "type": "number" + }, + "ActionTypeID": { + "type": "string" + }, + "Title": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Enabled": { + "type": "boolean" + }, + "SortOrder": { + "type": "number" + } + } + }, + "Orion.ActionsProperties": { + "description": "ToDo", + "type": "object", + "properties": { + "ActionID": { + "type": "number" + }, + "PropertyName": { + "type": "string" + }, + "PropertyValue": { + "type": "string" + } + } + }, + "Orion.ActionAssignmentProperties": { + "description": "Action properties per assignment to store values for shared actions", + "type": "object", + "properties": { + "ActionAssignmentPropertyID": { + "type": "number" + }, + "ActionAssignmentID": { + "type": "number" + }, + "PropertyName": { + "type": "string" + }, + "PropertyValue": { + "type": "string" + } + } + }, + "Orion.ActionsAssignments": { + "description": "ToDo", + "type": "object", + "properties": { + "ActionAssignmentID": { + "type": "number" + }, + "ActionID": { + "type": "number" + }, + "ParentID": { + "type": "number" + }, + "EnvironmentType": { + "type": "string" + }, + "CategoryType": { + "type": "string" + } + } + }, + "Orion.ActionSchedules": { + "description": "Cross-reference entity between Frequencies and Actions", + "type": "object", + "properties": { + "FrequencyID": { + "type": "number" + }, + "ActionID": { + "type": "number" + } + } + }, + "Orion.AlertSchedules": { + "description": "ToDo", + "type": "object", + "properties": { + "FrequencyID": { + "type": "number" + }, + "AlertConfigurationID": { + "type": "number" + } + } + }, + "Orion.DiscoveryLogs": { + "type": "object", + "properties": { + "DiscoveryLogID": { + "type": "number" + }, + "ProfileID": { + "type": "number" + }, + "FinishedTimeStamp": { + "format": "date-time", + "type": "string" + }, + "AutoImport": { + "type": "boolean" + }, + "Result": { + "type": "number" + }, + "ResultDescription": { + "type": "string" + }, + "ErrorMessage": { + "type": "string" + }, + "BatchID": { + "format": "uuid", + "type": "string" + } + } + }, + "Orion.Dependencies": { + "description": "This entity contains dependencies defined by user and generated automatically", + "type": "object", + "properties": { + "DependencyId": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "ParentUri": { + "type": "string" + }, + "ChildUri": { + "type": "string" + }, + "LastUpdateUTC": { + "format": "date-time", + "type": "string" + }, + "AutoManaged": { + "type": "boolean" + }, + "IncludeInStatusCalculation": { + "type": "boolean" + }, + "EngineID": { + "type": "number" + }, + "Category": { + "type": "number" + }, + "ParentEntityType": { + "type": "string" + }, + "ParentNetObjectID": { + "type": "number" + }, + "ChildEntityType": { + "type": "string" + }, + "ChildNetObjectID": { + "type": "number" + }, + "Description": { + "type": "string" + }, + "Owner": { + "type": "string" + }, + "FoundAsAutoManaged": { + "type": "boolean" + } + } + }, + "Orion.DeletedAutoDependencies": { + "description": "This entity contains Auto Dependencies ignored by user", + "type": "object", + "properties": { + "DependencyId": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "ParentUri": { + "type": "string" + }, + "ChildUri": { + "type": "string" + }, + "LastUpdateUTC": { + "format": "date-time", + "type": "string" + }, + "AutoManaged": { + "type": "boolean" + }, + "IncludeInStatusCalculation": { + "type": "boolean" + }, + "EngineID": { + "type": "number" + }, + "Category": { + "type": "number" + }, + "ParentEntityType": { + "type": "string" + }, + "ParentNetObjectID": { + "type": "number" + }, + "ChildEntityType": { + "type": "string" + }, + "ChildNetObjectID": { + "type": "number" + }, + "Description": { + "type": "string" + }, + "Owner": { + "type": "string" + }, + "FoundAsAutoManaged": { + "type": "boolean" + } + } + }, + "Orion.Events": { + "description": "ToDo", + "type": "object", + "properties": { + "EventID": { + "type": "number" + }, + "EventTime": { + "format": "date-time", + "type": "string" + }, + "NetworkNode": { + "type": "number" + }, + "NetObjectID": { + "type": "number" + }, + "NetObjectValue": { + "type": "string" + }, + "EngineID": { + "type": "number" + }, + "EventType": { + "type": "number" + }, + "Message": { + "type": "string" + }, + "Acknowledged": { + "type": "boolean" + }, + "NetObjectType": { + "type": "string" + }, + "TimeStamp": { + "type": "array", + "items": { + "type": "number" + } + } + } + }, + "Orion.MapStudioFiles": { + "description": "ToDo", + "type": "object", + "properties": { + "FileId": { + "format": "uuid", + "type": "string" + }, + "FileName": { + "type": "string" + }, + "FileData": { + "type": "array", + "items": { + "type": "number" + } + }, + "Timestamp": { + "format": "date-time", + "type": "string" + }, + "Owner": { + "type": "string" + }, + "UpdateUser": { + "type": "string" + }, + "IsDeleted": { + "type": "boolean" + }, + "LockUser": { + "type": "string" + }, + "FileType": { + "type": "number" + }, + "LockDate": { + "format": "date-time", + "type": "string" + }, + "ComputerName": { + "type": "string" + } + } + }, + "Orion.NodeNotes": { + "description": "Notes associated to the nodes.", + "type": "object", + "properties": { + "NodeNoteID": { + "type": "number" + }, + "Note": { + "type": "string" + }, + "NodeID": { + "type": "number" + }, + "AccountID": { + "type": "string" + }, + "TimeStamp": { + "format": "date-time", + "type": "string" + } + } + }, + "Orion.Nodes": { + "description": "ToDo", + "type": "object", + "properties": { + "NodeID": { + "type": "number" + }, + "ObjectSubType": { + "type": "string" + }, + "IPAddress": { + "type": "string" + }, + "IPAddressType": { + "type": "string" + }, + "DynamicIP": { + "type": "boolean" + }, + "Caption": { + "type": "string" + }, + "NodeDescription": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "DNS": { + "type": "string" + }, + "SysName": { + "type": "string" + }, + "Vendor": { + "type": "string" + }, + "SysObjectID": { + "type": "string" + }, + "Location": { + "type": "string" + }, + "Contact": { + "type": "string" + }, + "VendorIcon": { + "type": "string" + }, + "Icon": { + "type": "string" + }, + "Status": { + "type": "number" + }, + "StatusLED": { + "type": "string" + }, + "StatusDescription": { + "type": "string" + }, + "CustomStatus": { + "type": "boolean" + }, + "IOSImage": { + "type": "string" + }, + "IOSVersion": { + "type": "string" + }, + "GroupStatus": { + "type": "string" + }, + "StatusIcon": { + "type": "string" + }, + "LastBoot": { + "format": "date-time", + "type": "string" + }, + "SystemUpTime": { + "type": "number" + }, + "ResponseTime": { + "type": "number" + }, + "PercentLoss": { + "type": "number" + }, + "AvgResponseTime": { + "type": "number" + }, + "MinResponseTime": { + "type": "number" + }, + "MaxResponseTime": { + "type": "number" + }, + "CPUCount": { + "type": "number" + }, + "CPULoad": { + "type": "number" + }, + "MemoryUsed": { + "type": "number" + }, + "LoadAverage1": { + "type": "number" + }, + "LoadAverage5": { + "type": "number" + }, + "LoadAverage15": { + "type": "number" + }, + "MemoryAvailable": { + "type": "number" + }, + "PercentMemoryUsed": { + "type": "number" + }, + "PercentMemoryAvailable": { + "type": "number" + }, + "LastSync": { + "format": "date-time", + "type": "string" + }, + "LastSystemUpTimePollUtc": { + "format": "date-time", + "type": "string" + }, + "MachineType": { + "type": "string" + }, + "IsServer": { + "type": "boolean" + }, + "Severity": { + "type": "number" + }, + "UiSeverity": { + "type": "number" + }, + "ChildStatus": { + "type": "number" + }, + "Allow64BitCounters": { + "type": "boolean" + }, + "AgentPort": { + "type": "string" + }, + "TotalMemory": { + "type": "number" + }, + "CMTS": { + "$ref": "#/components/schemas/System.Char" + }, + "CustomPollerLastStatisticsPoll": { + "format": "date-time", + "type": "string" + }, + "CustomPollerLastStatisticsPollSuccess": { + "format": "date-time", + "type": "string" + }, + "SNMPVersion": { + "type": "number" + }, + "PollInterval": { + "type": "number" + }, + "EngineID": { + "type": "number" + }, + "RediscoveryInterval": { + "type": "number" + }, + "NextPoll": { + "format": "date-time", + "type": "string" + }, + "NextRediscovery": { + "format": "date-time", + "type": "string" + }, + "StatCollection": { + "type": "number" + }, + "External": { + "type": "boolean" + }, + "Community": { + "type": "string" + }, + "RWCommunity": { + "type": "string" + }, + "IP": { + "type": "string" + }, + "IP_Address": { + "type": "string" + }, + "IPAddressGUID": { + "format": "uuid", + "type": "string" + }, + "NodeName": { + "type": "string" + }, + "BlockUntil": { + "format": "date-time", + "type": "string" + }, + "BufferNoMemThisHour": { + "type": "number" + }, + "BufferNoMemToday": { + "type": "number" + }, + "BufferSmMissThisHour": { + "type": "number" + }, + "BufferSmMissToday": { + "type": "number" + }, + "BufferMdMissThisHour": { + "type": "number" + }, + "BufferMdMissToday": { + "type": "number" + }, + "BufferBgMissThisHour": { + "type": "number" + }, + "BufferBgMissToday": { + "type": "number" + }, + "BufferLgMissThisHour": { + "type": "number" + }, + "BufferLgMissToday": { + "type": "number" + }, + "BufferHgMissThisHour": { + "type": "number" + }, + "BufferHgMissToday": { + "type": "number" + }, + "OrionIdPrefix": { + "type": "string" + }, + "OrionIdColumn": { + "type": "string" + }, + "SkippedPollingCycles": { + "type": "number" + }, + "MinutesSinceLastSync": { + "type": "number" + }, + "EntityType": { + "type": "string" + }, + "DetailsUrl": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "Category": { + "type": "number" + }, + "IsOrionServer": { + "type": "boolean" + } + } + }, + "Orion.Pollers": { + "description": "ToDo", + "type": "object", + "properties": { + "PollerID": { + "type": "number" + }, + "PollerType": { + "type": "string" + }, + "NetObject": { + "type": "string" + }, + "NetObjectType": { + "type": "string" + }, + "NetObjectID": { + "type": "number" + }, + "Enabled": { + "type": "boolean" + } + } + }, + "Orion.ResourceProperties": { + "description": "All properties of resources added to the Orion views.", + "type": "object", + "properties": { + "ResourceID": { + "type": "number" + }, + "PropertyName": { + "type": "string" + }, + "PropertyValue": { + "type": "string" + } + } + }, + "Orion.Resources": { + "description": "All resources added to the Orion views.", + "type": "object", + "properties": { + "ResourceID": { + "type": "number" + }, + "ViewID": { + "type": "number" + }, + "ViewColumn": { + "type": "number" + }, + "Position": { + "type": "number" + }, + "ResourceName": { + "type": "string" + }, + "ResourceFile": { + "type": "string" + }, + "ResourceTitle": { + "type": "string" + }, + "ResourceSubTitle": { + "type": "string" + } + } + }, + "Orion.Volumes": { + "description": "ToDo", + "type": "object", + "properties": { + "NodeID": { + "type": "number" + }, + "Status": { + "type": "number" + }, + "StatusLED": { + "type": "string" + }, + "VolumeID": { + "type": "number" + }, + "Icon": { + "type": "string" + }, + "Index": { + "type": "number" + }, + "Caption": { + "type": "string" + }, + "PollInterval": { + "type": "number" + }, + "StatCollection": { + "type": "number" + }, + "RediscoveryInterval": { + "type": "number" + }, + "StatusIcon": { + "type": "string" + }, + "Type": { + "type": "string" + }, + "Size": { + "type": "number" + }, + "Responding": { + "$ref": "#/components/schemas/System.Char" + }, + "FullName": { + "type": "string" + }, + "LastSync": { + "format": "date-time", + "type": "string" + }, + "VolumePercentUsed": { + "type": "number" + }, + "VolumeAllocationFailuresThisHour": { + "type": "number" + }, + "VolumeIndex": { + "type": "number" + }, + "VolumeTypeID": { + "type": "number" + }, + "VolumeType": { + "type": "string" + }, + "VolumeDescription": { + "type": "string" + }, + "VolumeSize": { + "type": "number" + }, + "VolumeSpaceUsed": { + "type": "number" + }, + "VolumeAllocationFailuresToday": { + "type": "number" + }, + "VolumeResponding": { + "$ref": "#/components/schemas/System.Char" + }, + "VolumeSpaceAvailable": { + "type": "number" + }, + "VolumeTypeIcon": { + "type": "string" + }, + "OrionIdPrefix": { + "type": "string" + }, + "OrionIdColumn": { + "type": "string" + }, + "DiskQueueLength": { + "type": "number" + }, + "DiskTransfer": { + "type": "number" + }, + "DiskReads": { + "type": "number" + }, + "DiskWrites": { + "type": "number" + }, + "DisplayName": { + "type": "string" + }, + "TotalDiskIOPS": { + "type": "number" + }, + "VolumePercentAvailable": { + "type": "number" + }, + "MinutesSinceLastSync": { + "type": "number" + }, + "DetailsUrl": { + "type": "string" + }, + "SkippedPollingCycles": { + "type": "number" + }, + "VolumeSpaceAvailableExp": { + "type": "number" + }, + "NextPoll": { + "format": "date-time", + "type": "string" + }, + "NextRediscovery": { + "format": "date-time", + "type": "string" + }, + "DeviceId": { + "type": "string" + }, + "DiskSerialNumber": { + "type": "string" + }, + "InterfaceType": { + "type": "string" + }, + "SCSITargetId": { + "type": "number" + }, + "SCSILunId": { + "type": "number" + }, + "SCSIPortId": { + "type": "number" + }, + "SCSIControllerId": { + "type": "string" + }, + "SCSIPortOffset": { + "type": "number" + } + } + }, + "Orion.NodeSettings": { + "description": "ToDo", + "type": "object", + "properties": { + "NodeID": { + "type": "number" + }, + "SettingName": { + "type": "string" + }, + "SettingValue": { + "type": "string" + }, + "NodeSettingID": { + "type": "number" + } + } + }, + "Orion.WorldMap.Point": { + "description": "ToDo", + "type": "object", + "properties": { + "PointId": { + "type": "number" + }, + "Instance": { + "type": "string" + }, + "InstanceID": { + "type": "string" + }, + "Latitude": { + "type": "number" + }, + "Longitude": { + "type": "number" + }, + "AutoAdded": { + "type": "boolean" + }, + "StreetAddress": { + "type": "string" + } + } + }, + "Orion.WorldMap.PointLabel": { + "description": "Location name for World Map point.", + "type": "object", + "properties": { + "LabelId": { + "type": "number" + }, + "Title": { + "type": "string" + } + } + }, + "Orion.NetObjectDowntime": { + "description": "Downtime object for Downtime Monitoring.", + "type": "object", + "properties": { + "EntityId": { + "type": "string" + }, + "NodeId": { + "type": "number" + }, + "DateTimeFrom": { + "format": "date-time", + "type": "string" + }, + "DateTimeUntil": { + "format": "date-time", + "type": "string" + }, + "DateTimeUntilNow": { + "format": "date-time", + "type": "string" + }, + "State": { + "type": "number" + }, + "EntityType": { + "type": "string" + }, + "TotalDurationMin": { + "type": "number" + } + } + }, + "Orion.ForecastMetrics": { + "description": "Global settings for forecasting entities (e.g. CPULoad). Global settings include global thresholds, UsePeakValue flag, etc. ", + "type": "object", + "properties": { + "Id": { + "type": "number" + }, + "EntityType": { + "type": "string" + }, + "SourceDataEntityName": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "UsePeakValues": { + "type": "boolean" + }, + "ThresholdType": { + "type": "number" + }, + "Icon": { + "type": "string" + }, + "WarningThresholdSettingID": { + "type": "string" + }, + "CriticalThresholdSettingID": { + "type": "string" + }, + "CapacityThresholdSettingID": { + "type": "string" + } + } + }, + "Orion.ForecastCapacitySettings": { + "description": "Per NetObject settings for forecasting entities. These takes precedence over the global settings from ForecastMetrics.", + "type": "object", + "properties": { + "InstanceId": { + "type": "number" + }, + "MetricId": { + "type": "number" + }, + "Enabled": { + "type": "boolean" + }, + "UsePeakValues": { + "type": "boolean" + }, + "WarningThreshold": { + "type": "number" + }, + "CriticalThreshold": { + "type": "number" + }, + "CapacityThreshold": { + "type": "number" + } + } + }, + "Orion.MaintenancePlan": { + "description": "Plan defining maintenance schedule for entities being unmanaged.", + "type": "object", + "properties": { + "ID": { + "type": "number" + }, + "AccountID": { + "type": "string" + }, + "Name": { + "type": "string" + }, + "Reason": { + "type": "string" + }, + "KeepPolling": { + "type": "boolean" + }, + "Favorite": { + "type": "boolean" + }, + "Enabled": { + "type": "boolean" + }, + "UnmanageDate": { + "format": "date-time", + "type": "string" + }, + "RemanageDate": { + "format": "date-time", + "type": "string" + } + } + }, + "Orion.MaintenancePlanAssignment": { + "description": "Defines entity which is included in maintenance plan.", + "type": "object", + "properties": { + "ID": { + "type": "number" + }, + "EntityID": { + "type": "number" + }, + "EntityUri": { + "type": "string" + }, + "MaintenancePlanID": { + "type": "number" + }, + "EntityType": { + "type": "string" + }, + "Enabled": { + "type": "boolean" + } + } + }, + "Orion.Web.FavoriteResource": { + "description": "All resources marked as favorite by a user account.", + "type": "object", + "properties": { + "ID": { + "type": "number" + }, + "AccountID": { + "type": "string" + }, + "ResourcePath": { + "type": "string" + } + } + }, + "Orion.Web.UserWebView": { + "description": "Represents relation between Users and WebViews.", + "type": "object", + "properties": { + "AccountID": { + "type": "string" + }, + "WebViewID": { + "type": "number" + } + } + }, + "Orion.OrionServers": { + "description": "Represents Orion servers (MPE, APE, AW).", + "type": "object", + "properties": { + "OrionServerID": { + "type": "number" + }, + "ServerType": { + "type": "string" + }, + "HostName": { + "type": "string" + }, + "NodeID": { + "type": "number" + }, + "Status": { + "type": "number" + }, + "AgentAutoDeploy": { + "type": "boolean" + }, + "DetailsUrl": { + "type": "string" + }, + "DisplayName": { + "type": "string" + }, + "SWAKeepAlive": { + "format": "date-time", + "type": "string" + }, + "SWAVersion": { + "type": "string" + }, + "Details": { + "type": "string" + } + } + }, + "Orion.PerfStack.Projects": { + "description": "\n This entity represents the view of a Performance Analysis Project, that the user\n can store, reload or share with others.\n ", + "type": "object", + "properties": { + "AccountID": { + "type": "string" + }, + "ProjectID": { + "type": "string" + }, + "UpdateDateTime": { + "format": "date-time", + "type": "string" + }, + "CreateDateTime": { + "format": "date-time", + "type": "string" + }, + "Favorite": { + "type": "boolean" + }, + "Data": { + "type": "string" + }, + "ChartCount": { + "type": "number" + }, + "MetricCount": { + "type": "number" + }, + "MetricTypes": { + "type": "string" + } + } + }, + "Orion.PerfStack.StatisticsEntity": { + "type": "object", + "properties": { + "ID": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "ObservationTimestamp": { + "format": "date-time", + "type": "string" + }, + "Value": { + "type": "number" + } + } + }, + "Orion.Remoting.RemoteExecutionPackage": { + "type": "object", + "properties": { + "RemoteExecutableId": { + "type": "number" + } + } + }, + "Orion.SamAppOptics.Integration": { + "type": "object", + "properties": { + "Id": { + "type": "number" + }, + "IntegrationType": { + "type": "string" + }, + "ApplicationID": { + "type": "number" + }, + "NodeID": { + "type": "number" + }, + "ExternalUrl": { + "type": "string" + }, + "ServiceName": { + "type": "string" + }, + "DeploymentState": { + "type": "number" + }, + "FailureReason": { + "type": "string" + } + } + }, + "Orion.SamAppOptics.RegistrationCountry": { + "type": "object", + "properties": { + "Id": { + "type": "number" + }, + "Code": { + "type": "string" + }, + "Name": { + "type": "string" + } + } + }, + "Orion.SamAppOptics.RegistrationState": { + "type": "object", + "properties": { + "Id": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "Code": { + "type": "string" + }, + "CountryCode": { + "type": "string" + } + } + }, + "Orion.SamAppOptics.ApplicationPool": { + "type": "object", + "properties": { + "Id": { + "type": "number" + }, + "IntegrationId": { + "type": "number" + }, + "ApplicationPoolId": { + "type": "number" + }, + "ServiceName": { + "type": "string" + }, + "ConfigurationPoolName": { + "type": "string" + } + } + }, + "Orion.SCM.ServerConfiguration": { + "description": "\n This entity represents nodes, which are monitored by SCM product.\n Every SCM node, can be polled for configuration changes.\n ", + "type": "object", + "properties": { + "NodeID": { + "type": "number" + }, + "Enabled": { + "type": "boolean" + }, + "PollingInterval": { + "type": "number" + }, + "LastPoll": { + "format": "date-time", + "type": "string" + }, + "StatusDescription": { + "type": "string" + }, + "StatusLED": { + "type": "string" + }, + "DetailsUrl": { + "type": "string" + }, + "Description": { + "type": "string" + }, + "Image": { + "type": "string" + }, + "BaselineStatus": { + "type": "number" + }, + "LastAgentPluginHealthCheck": { + "format": "date-time", + "type": "string" + }, + "LastChangeDetected": { + "format": "date-time", + "type": "string" + } + } + }, + "Orion.SCM.Profiles": { + "description": "\n This entity represents profiles, which could be set and maintained by a user.\n ", + "type": "object", + "properties": { + "ProfileID": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "BuiltIn": { + "type": "boolean" + }, + "UniqueId": { + "format": "uuid", + "type": "string" + }, + "TemplateMappingRules": { + "type": "string" + }, + "ProfileOrigin": { + "type": "number" + }, + "OriginalProfileUniqueID": { + "format": "uuid", + "type": "string" + }, + "Modified": { + "format": "date-time", + "type": "string" + } + } + }, + "Orion.SCM.NodesProfiles": { + "description": "\n This entity represents mapping table for M:N relationship between SCM Nodes and SCM Profiles.\n ", + "type": "object", + "properties": { + "NodeID": { + "type": "number" + }, + "ProfileID": { + "type": "number" + }, + "Assigned": { + "format": "date-time", + "type": "string" + } + } + }, + "Orion.SCM.NodesProfilesArchive": { + "description": "\n This entity represents unassigned NodesProfiles, for which we keep history.\n ", + "type": "object", + "properties": { + "NodeID": { + "type": "number" + }, + "ProfileID": { + "type": "number" + }, + "Assigned": { + "format": "date-time", + "type": "string" + }, + "Unassigned": { + "format": "date-time", + "type": "string" + } + } + }, + "Orion.SCM.NodesProfilesHistory": { + "description": "\n This entity represents history of assigned profiles.\n ", + "type": "object", + "properties": { + "ID": { + "type": "number" + }, + "NodeID": { + "type": "number" + }, + "ProfileID": { + "type": "number" + }, + "Assigned": { + "format": "date-time", + "type": "string" + }, + "Unassigned": { + "format": "date-time", + "type": "string" + } + } + }, + "Orion.SCM.Baseline": { + "description": "\n This entity represents base line. Base line serve as base compare point.\n ", + "type": "object", + "properties": { + "BaselineID": { + "type": "number" + }, + "NodeID": { + "type": "number" + }, + "TimeStamp": { + "format": "date-time", + "type": "string" + } + } + }, + "Orion.SCM.ProfileElements": { + "description": "\n This entity represents monitored element for SCM profile, which could be set and maintained by a user.\n Monitored element can represent file or registry key which is monitored by superior profile.\n ", + "type": "object", + "properties": { + "ElementID": { + "type": "number" + }, + "ProfileID": { + "type": "number" + }, + "Type": { + "type": "number" + }, + "DisplayAlias": { + "type": "string" + }, + "Settings": { + "type": "string" + }, + "Description": { + "type": "string" + } + } + }, + "Orion.SCM.Results.PolledElements": { + "description": "\n This entity represets Discovered Elements matching Profile Element settings.\n ", + "type": "object", + "properties": { + "PolledElementID": { + "type": "number" + }, + "NodeID": { + "type": "number" + }, + "ElementID": { + "type": "number" + }, + "DisplayAlias": { + "type": "string" + }, + "Settings": { + "type": "string" + }, + "BaselineStatus": { + "type": "number" + } + } + }, + "Orion.SCM.Results.PolledElementDetails": { + "description": "\n This entity represets some extending details for PolledElements.\n ", + "type": "object", + "properties": { + "PolledElementID": { + "type": "number" + }, + "DisplayAliasFirstPart": { + "type": "string" + }, + "DisplayAliasSecondPart": { + "type": "string" + }, + "Path": { + "type": "string" + }, + "IsTypePathBased": { + "type": "boolean" + }, + "UseProfileDisplayAlias": { + "type": "boolean" + }, + "DisplayAlias": { + "type": "string" + }, + "DisplayName": { + "type": "string" + } + } + }, + "Orion.SCM.Results.NodesPollingErrors": { + "description": "\n This entity represents polling errors for SCM node / server configuration.\n ", + "type": "object", + "properties": { + "NodeID": { + "type": "number" + }, + "Type": { + "type": "number" + }, + "Message": { + "type": "string" + } + } + }, + "Orion.SCM.Results.PolledElementErrors": { + "description": "\n This entity represents polling errors for PolledElements.\n ", + "type": "object", + "properties": { + "NodeID": { + "type": "number" + }, + "ElementID": { + "type": "number" + }, + "PolledElementID": { + "type": "number" + }, + "TimeStamp": { + "format": "date-time", + "type": "string" + }, + "Type": { + "type": "number" + }, + "Message": { + "type": "string" + } + } + }, + "Orion.SCM.Results.ElementErrors": { + "description": "\n This entity represents polling errors which occur while discovering Profile Elements.\n ", + "type": "object", + "properties": { + "NodeID": { + "type": "number" + }, + "ElementID": { + "type": "number" + }, + "TimeStamp": { + "format": "date-time", + "type": "string" + }, + "Type": { + "type": "number" + }, + "Message": { + "type": "string" + } + } + }, + "Orion.SCM.PollEntries": { + "description": "\n This entity represents poll on particular SCM node, recorded.\n ", + "type": "object", + "properties": { + "NodeID": { + "type": "number" + }, + "ElementID": { + "type": "number" + }, + "PollTime": { + "format": "date-time", + "type": "string" + }, + "Type": { + "type": "number" + } + } + }, + "Orion.SettingOverride": { + "type": "object", + "properties": { + "Name": { + "type": "string" + }, + "OrionServerID": { + "type": "number" + }, + "Value": { + "type": "string" + } + } + }, + "Orion.SEUM.Agents": { + "type": "object", + "properties": { + "AgentId": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "Hostname": { + "type": "string" + }, + "DNSName": { + "type": "string" + }, + "IP": { + "type": "string" + }, + "OSVersion": { + "type": "string" + }, + "Password": { + "type": "string" + }, + "Url": { + "type": "string" + }, + "Port": { + "type": "number" + }, + "UseProxy": { + "type": "boolean" + }, + "ProxyUrl": { + "type": "string" + }, + "UseProxyAuthentication": { + "type": "boolean" + }, + "ProxyUserName": { + "type": "string" + }, + "ProxyPassword": { + "type": "string" + }, + "PollingEngineId": { + "type": "number" + }, + "JobId": { + "format": "uuid", + "type": "string" + }, + "ConnectionStatus": { + "type": "number" + }, + "ConnectionStatusMessage": { + "type": "string" + }, + "InCloud": { + "type": "boolean" + }, + "AgentGuid": { + "format": "uuid", + "type": "string" + }, + "IsActiveAgent": { + "type": "boolean" + }, + "AgentVersion": { + "type": "string" + }, + "LoadPercentage": { + "type": "number" + }, + "RDPEnabled": { + "type": "boolean" + }, + "OrionIdColumn": { + "type": "string" + }, + "Unmanaged": { + "type": "boolean" + }, + "ConnectionStatusTimeStampUtc": { + "format": "date-time", + "type": "string" + }, + "NumAllTransactions": { + "type": "number" + }, + "NumManagedTransactions": { + "type": "number" + }, + "AvgLoadPercentageLast30min": { + "type": "number" + }, + "AvgLoadPercentageLast60min": { + "type": "number" + }, + "DetailsUrl": { + "type": "string" + } + } + }, + "Orion.SEUM.Recordings": { + "type": "object", + "properties": { + "RecordingId": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "Guid": { + "format": "uuid", + "type": "string" + }, + "CreationDateUtc": { + "format": "date-time", + "type": "string" + }, + "LastUpdateUtc": { + "format": "date-time", + "type": "string" + }, + "RequiresInteractiveSession": { + "type": "boolean" + } + } + }, + "Orion.SEUM.RecordingCustomProperties": { + "type": "object" + }, + "Orion.SEUM.RecordingSteps": { + "type": "object", + "properties": { + "RecordingId": { + "type": "number" + }, + "StepId": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "Url": { + "type": "string" + }, + "StepOrder": { + "type": "number" + }, + "Guid": { + "format": "uuid", + "type": "string" + }, + "Description": { + "type": "string" + }, + "PlaybackCommands": { + "type": "string" + }, + "WarningThreshold": { + "type": "number" + }, + "CriticalThreshold": { + "type": "number" + }, + "ControlActionId": { + "format": "uuid", + "type": "string" + } + } + }, + "Orion.SEUM.Transactions": { + "type": "object", + "properties": { + "TransactionId": { + "type": "number" + }, + "RecordingId": { + "type": "number" + }, + "AgentId": { + "type": "number" + }, + "Name": { + "type": "string" + }, + "Frequency": { + "type": "number" + }, + "JobId": { + "format": "uuid", + "type": "string" + }, + "LastDuration": { + "type": "number" + }, + "LastDateTimeUtc": { + "format": "date-time", + "type": "string" + }, + "LastPlayedUtc": { + "format": "date-time", + "type": "string" + }, + "WarningThreshold": { + "type": "number" + }, + "CriticalThreshold": { + "type": "number" + }, + "LastErrorMessage": { + "type": "string" + }, + "OrionIdColumn": { + "type": "string" + }, + "LastModificationUtc": { + "format": "date-time", + "type": "string" + }, + "UnManaged": { + "type": "boolean" + }, + "IsEnabled": { + "type": "boolean" + }, + "DetailsUrl": { + "type": "string" + } + } + }, + "Orion.SEUM.TransactionCustomProperties": { + "type": "object" + }, + "Orion.SEUM.TransactionRunParameters": { + "type": "object", + "properties": { + "TransactionId": { + "type": "number" + }, + "Type": { + "type": "number" + }, + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + } + }, + "Orion.SEUM.TransactionSteps": { + "type": "object", + "properties": { + "TransactionStepId": { + "type": "number" + }, + "TransactionId": { + "type": "number" + }, + "RecordingId": { + "type": "number" + }, + "StepId": { + "type": "number" + }, + "StepGuid": { + "format": "uuid", + "type": "string" + }, + "WarningThreshold": { + "type": "number" + }, + "CriticalThreshold": { + "type": "number" + }, + "OptimalThreshold": { + "type": "number" + }, + "LastDuration": { + "type": "number" + }, + "LastErrorMessage": { + "type": "string" + }, + "LastDateTimeUtc": { + "format": "date-time", + "type": "string" + }, + "LastPlayedUtc": { + "format": "date-time", + "type": "string" + }, + "ScreenshotId": { + "format": "uuid", + "type": "string" + }, + "ScreenshotDateTimeUtc": { + "format": "date-time", + "type": "string" + }, + "OrionIdColumn": { + "type": "string" + }, + "DetailsUrl": { + "type": "string" + } + } + }, + "Orion.SEUM.Settings": { + "type": "object", + "properties": { + "Name": { + "type": "string" + }, + "Value": { + "type": "string" + } + } + }, + "Orion.AutoDependencyRoot": { + "type": "object", + "properties": { + "EngineID": { + "type": "number" + }, + "RootNodeID": { + "type": "number" + }, + "RootEngineID": { + "type": "number" + }, + "LastUpdateUTC": { + "format": "date-time", + "type": "string" + }, + "TotalNodeCount": { + "type": "number" + }, + "EngineNodeCount": { + "type": "number" + } + } + }, + "Orion.SSH.Session": { + "type": "object", + "properties": { + "ClientId": { + "type": "string" + }, + "HostName": { + "type": "string" + }, + "Username": { + "type": "string" + }, + "Password": { + "type": "string" + }, + "SSHPort": { + "type": "number" + }, + "EngineId": { + "type": "number" + }, + "NodeId": { + "type": "number" + } + } + }, + "Orion.VIM.ClustersCustomProperties": { + "type": "object", + "properties": { + "ClusterID": { + "type": "number" + } + } + }, + "Orion.VIM.VirtualMachinesCustomProperties": { + "type": "object", + "properties": { + "VirtualMachineID": { + "type": "number" + } + } + }, + "Orion.VIM.HostsCustomProperties": { + "type": "object", + "properties": { + "HostID": { + "type": "number" + } + } + }, + "Orion.VIM.DatastoresCustomProperties": { + "type": "object", + "properties": { + "DataStoreID": { + "type": "number" + } + } + }, + "Orion.WirelessHeatMap.Map": { + "type": "object", + "properties": { + "MapID": { + "type": "number" + }, + "DisplayName": { + "type": "string" + }, + "Scale": { + "type": "number" + }, + "ScaleUnit": { + "type": "number" + }, + "PercentProgress": { + "type": "number" + }, + "ProcessingEngine": { + "type": "string" + }, + "GenerateStarted": { + "type": "boolean" + }, + "LastGenerationStarted": { + "format": "date-time", + "type": "string" + }, + "LastGenerationFinished": { + "format": "date-time", + "type": "string" + }, + "ErrorCode": { + "type": "number" + }, + "MapStudioFileID": { + "format": "uuid", + "type": "string" + }, + "DetailsUrl": { + "type": "string" + } + } + }, + "SWISf.RemoteSWIS": { + "type": "object", + "properties": { + "SwisUri": { + "type": "string" + }, + "Tag": { + "type": "string" + }, + "Enabled": { + "type": "boolean" + }, + "AlwaysIncludeEntities": { + "type": "boolean" + } + } + }, + "System.Subscription": { + "type": "object", + "properties": { + "Id": { + "format": "uuid", + "type": "string" + }, + "EndpointAddress": { + "type": "string" + }, + "Query": { + "type": "string" + }, + "LastSuccessfulDelivery": { + "format": "date-time", + "type": "string" + }, + "FailedDeliveryAttempts": { + "type": "number" + }, + "Binding": { + "type": "string" + }, + "DataFormat": { + "type": "string" + }, + "CredentialType": { + "type": "string" + }, + "Version": { + "type": "number" + }, + "TTL": { + "type": "number" + }, + "ReliableDelivery": { + "type": "boolean" + }, + "Username": { + "type": "string" + }, + "Password": { + "type": "string" + } + } + }, + "System.SubscriptionProperty": { + "type": "object", + "properties": { + "IndicationType": { + "type": "string" + }, + "EntityName": { + "type": "string" + }, + "PropertyName": { + "type": "string" + } + } + }, + "System.Tuple_System.Boolean_System.String_System.Int32_System.Int32_": { + "type": "object", + "properties": { + "Item1": { + "type": "boolean" + }, + "Item2": { + "type": "string" + }, + "Item3": { + "type": "number" + }, + "Item4": { + "type": "number" + } + } + }, + "System.Collections.Generic.KeyValuePair_System.String_System.Boolean_": { + "type": "object", + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "boolean" + } + } + }, + "System.Collections.Generic.IEnumerable_System.String_": { + "type": "object" + }, + "System.Collections.Generic.KeyValuePair_System.String_System.Int32_": { + "type": "object", + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "number" + } + } + }, + "System.Collections.Generic.KeyValuePair_System.String_System.String_": { + "type": "object", + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "string" + } + } + }, + "System.Collections.Generic.KeyValuePair_System.String_System.Object_": { + "type": "object", + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "$ref": "#/components/schemas/System.Object" + } + } + }, + "System.Collections.Generic.IEnumerable_SolarWinds.HardwareHealth.Common.Models.HardwareHealth.HardwareHealthItemKey_": { + "type": "object" + }, + "System.Collections.Generic.KeyValuePair_System.Nullable_System.Int32__System.String_": { + "type": "object", + "properties": { + "Key": { + "type": "number" + }, + "Value": { + "type": "string" + } + } + }, + "System.Collections.Generic.IEnumerable_SolarWinds.Orion.Core.Models.MacroParsing.MacroDefinition_": { + "type": "object" + }, + "System.Collections.Generic.KeyValuePair_System.String_System.Collections.Generic.List_System.String_": { + "type": "object", + "properties": { + "Key": { + "type": "string" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "System.Collections.Generic.IEnumerable_SolarWinds.SEUM.Common.Models.RecordingStep_": { + "type": "object" + }, + "System.Collections.Generic.IEnumerable_SolarWinds.SEUM.Common.Actions.ActionBase_": { + "type": "object" + }, + "System.Collections.Generic.IEnumerable_SolarWinds.SEUM.Common.Models.RecordingProperty_": { + "type": "object" + }, + "System.Collections.Generic.KeyValuePair_System.Int64_System.Int32_": { + "type": "object", + "properties": { + "Key": { + "type": "number" + }, + "Value": { + "type": "number" + } + } + }, + "System.Collections.Generic.KeyValuePair_System.Int32_System.String_array_": { + "type": "object", + "properties": { + "Key": { + "type": "number" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/SolarWinds/Orion NPM/README.md b/SolarWinds/Orion NPM/README.md new file mode 100644 index 0000000..f14c1f9 --- /dev/null +++ b/SolarWinds/Orion NPM/README.md @@ -0,0 +1,77 @@ +SolarWinds Orion Network Performance Monitor (NPM) monitors network device health, interface utilization, and availability across an environment. It's built on the Orion Platform, which exposes the SolarWinds Information Service (SWIS) — a query/CRUD API addressed via a SQL-like query language (SWQL) and a small set of generic verbs (Query, Read, Update, Delete, Create, Invoke) applied against entity types, rather than a resource-per-path REST API. + +## Table of Contents + +- [Contents](#contents) +- [Requirements](#requirements) +- [Integration Configuration](#integration-configuration) +- [OpenAPIs](#openapis) + - [`solarwinds_orion_npm-latest.json`](#solarwinds_orion_npm-latestjson) + - [`solarwinds_orion_npm-3.0.0.json`](#solarwinds_orion_npm-300json) + +## Contents + +| Asset | Description | +|---|---| +| [OpenAPIs/](./OpenAPIs/) | SolarWinds Orion NPM (SWIS) OpenAPI specs — curated `-latest` plus the full dated spec | + +## Requirements + +| Requirement | Version | +|---|---| +| Itential Platform | 6.x | +| SolarWinds Orion Platform | Any version exposing SWIS v3 (NPM module installed) | +| SWIS account | Any Orion user account with API access — no separate API key/token, same credentials as the Orion Web Console | + +## Integration Configuration + +Import `solarwinds_orion_npm-latest.json` as an Integration Model in **Admin > Integrations**, then create an integration pointing at your Orion Platform's main poller. + +Authentication is HTTP Basic, using an Orion user account's own username/password: + +``` +Authorization: Basic +``` + +The instance's `authentication`/`server` properties should look like this once configured: + +```json +{ + "authentication": { + "basicAuth": { + "username": "", + "password": "" + } + }, + "server": { + "protocol": "https", + "host": ":", + "base_path": "/SolarWinds/InformationService/v3/Json" + } +} +``` + +**Port varies by Orion Platform version:** `17774` is the current default (Orion Platform 2023.1+). `17778` was the default before that and may still be in use on older installations — confirm which port your Orion server actually listens on before configuring the instance. + +## OpenAPIs + +| Spec | Version | Operations | Description | +|---|---|---|---| +| [`solarwinds_orion_npm-latest.json`](./OpenAPIs/solarwinds_orion_npm-latest.json) | latest (curated) | 24 | Trimmed to 24 of 792 upstream operations — see breakdown below | +| [`solarwinds_orion_npm-3.0.0.json`](./OpenAPIs/solarwinds_orion_npm-3.0.0.json) | 3.0.0 | 792 | Full, unmodified vendor spec covering the entire Orion Platform SWIS surface | + +### `solarwinds_orion_npm-latest.json` + +Sourced from SolarWinds' own officially-published OpenAPI spec ([`solarwinds/OrionSDK`](https://github.com/solarwinds/OrionSDK) on GitHub, served at `solarwinds.github.io/OrionSDK/swagger-ui/`). Trimmed to 24 of 792 upstream operations — the full spec spans SWIS's entire cross-module surface (NCM, SAM/DPI, IPAM, NetPath, SEUM, virtualization, Cisco ACI, agent management, and more), not just NPM. + +Resources included: + +- **Generic query/CRUD primitives** (usable against any SWIS entity, not just the ones below): `Query`/`QueryWithParameters` (SWQL search), `Read`/`Update`/`Delete` by entity URI, `BulkUpdate`, `BulkDelete` +- **Nodes**: create, unmanage, remanage, poll now +- **Interfaces**: create, discover on node, add to node, unmanage, remanage, set power level +- **Custom Properties**: create/modify/delete for both Nodes and Interfaces +- **Pollers**: create + +### `solarwinds_orion_npm-3.0.0.json` + +Full, unmodified vendor spec (792 operations, Swagger 2.0 as published) — the entire SWIS API surface across all Orion Platform modules. See `solarwinds_orion_npm-latest.json` above for the curated NPM-focused subset. diff --git a/SolarWinds/Orion NPM/Studio Projects/SolarWinds Orion NPM.project.json b/SolarWinds/Orion NPM/Studio Projects/SolarWinds Orion NPM.project.json new file mode 100644 index 0000000..2695834 --- /dev/null +++ b/SolarWinds/Orion NPM/Studio Projects/SolarWinds Orion NPM.project.json @@ -0,0 +1,3108 @@ +{ + "_id": "0b7338b546e94bbdb58edf68", + "name": "SolarWinds Orion NPM", + "description": "SolarWinds Orion NPM automation: SWQL query/CRUD primitives, node and interface lifecycle, custom properties, pollers", + "components": [ + { + "iid": 0, + "reference": "745d872a-b944-4949-a397-f59aa0b5cc91", + "type": "workflow", + "folder": "/Query & Generic CRUD", + "document": { + "name": "Query", + "description": "Query", + "type": "automation", + "font_size": 12, + "tasks": { + "workflow_start": { + "name": "workflow_start", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 0 + } + }, + "a1a1": { + "name": "Query", + "canvasName": "Query", + "summary": "Query", + "description": "Query", + "location": "Adapter", + "locationType": "SolarWinds Orion NPM:latest", + "app": "SolarWinds Orion NPM:latest", + "type": "automatic", + "displayName": "SolarWinds Orion NPM", + "variables": { + "incoming": { + "adapter_id": "SolarWinds Orion NPM", + "query": "$var.job.query" + }, + "outgoing": { + "response": null + }, + "error": "", + "decorators": [] + }, + "groups": [], + "actor": "Pronghorn", + "scheduled": false, + "nodeLocation": { + "x": 264, + "y": 150 + } + }, + "workflow_end": { + "name": "workflow_end", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 300 + } + } + }, + "transitions": { + "workflow_start": { + "a1a1": { + "type": "standard", + "state": "success" + } + }, + "a1a1": { + "workflow_end": { + "type": "standard", + "state": "success" + } + }, + "workflow_end": {} + }, + "inputSchema": { + "type": "object", + "properties": { + "query": { + "type": "string" + } + }, + "required": [ + "query" + ] + }, + "outputSchema": { + "type": "object", + "properties": { + "query": { + "type": "string" + }, + "_id": { + "type": "string", + "pattern": "^[0-9a-f]{24}$" + }, + "initiator": { + "type": "string" + } + } + }, + "last_updated": "2026-09-11T17:00:41.432Z", + "last_updated_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "lastUpdatedVersion": "6.4.0", + "uuid": "47fc8003-ae84-420d-b327-f1c6d223a936", + "created": "2026-09-11T17:00:41.432Z", + "created_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "createdVersion": "6.4.0", + "scenarios": [], + "canvasVersion": 3, + "tags": [], + "groups": [], + "migrationVersion": 8 + } + }, + { + "iid": 1, + "reference": "5a5219a1-2f86-428d-b90a-a316b5068898", + "type": "workflow", + "folder": "/Query & Generic CRUD", + "document": { + "name": "Query With Parameters", + "description": "Query With Parameters", + "type": "automation", + "font_size": 12, + "tasks": { + "workflow_start": { + "name": "workflow_start", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 0 + } + }, + "a1a1": { + "name": "QueryWithParameters", + "canvasName": "QueryWithParameters", + "summary": "QueryWithParameters", + "description": "QueryWithParameters", + "location": "Adapter", + "locationType": "SolarWinds Orion NPM:latest", + "app": "SolarWinds Orion NPM:latest", + "type": "automatic", + "displayName": "SolarWinds Orion NPM", + "variables": { + "incoming": { + "adapter_id": "SolarWinds Orion NPM", + "bodyContentType": "application/json", + "requestBodyPayload": "$var.job.requestBody" + }, + "outgoing": { + "response": null + }, + "error": "", + "decorators": [] + }, + "groups": [], + "actor": "Pronghorn", + "scheduled": false, + "nodeLocation": { + "x": 264, + "y": 150 + } + }, + "workflow_end": { + "name": "workflow_end", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 300 + } + } + }, + "transitions": { + "workflow_start": { + "a1a1": { + "type": "standard", + "state": "success" + } + }, + "a1a1": { + "workflow_end": { + "type": "standard", + "state": "success" + } + }, + "workflow_end": {} + }, + "inputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + } + }, + "required": [ + "requestBody" + ] + }, + "outputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + }, + "_id": { + "type": "string", + "pattern": "^[0-9a-f]{24}$" + }, + "initiator": { + "type": "string" + } + } + }, + "last_updated": "2026-09-11T17:00:41.432Z", + "last_updated_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "lastUpdatedVersion": "6.4.0", + "uuid": "ae6cf8af-4e13-4210-b90e-9eaab1c38527", + "created": "2026-09-11T17:00:41.432Z", + "created_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "createdVersion": "6.4.0", + "scenarios": [], + "canvasVersion": 3, + "tags": [], + "groups": [], + "migrationVersion": 8 + } + }, + { + "iid": 2, + "reference": "b25e9c3c-f1ce-4156-bfae-a9d65a0b6443", + "type": "workflow", + "folder": "/Query & Generic CRUD", + "document": { + "name": "Read Entity", + "description": "Read Entity", + "type": "automation", + "font_size": 12, + "tasks": { + "workflow_start": { + "name": "workflow_start", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 0 + } + }, + "a1a1": { + "name": "Read", + "canvasName": "Read", + "summary": "Read", + "description": "Read", + "location": "Adapter", + "locationType": "SolarWinds Orion NPM:latest", + "app": "SolarWinds Orion NPM:latest", + "type": "automatic", + "displayName": "SolarWinds Orion NPM", + "variables": { + "incoming": { + "adapter_id": "SolarWinds Orion NPM", + "uri": "$var.job.uri" + }, + "outgoing": { + "response": null + }, + "error": "", + "decorators": [] + }, + "groups": [], + "actor": "Pronghorn", + "scheduled": false, + "nodeLocation": { + "x": 264, + "y": 150 + } + }, + "workflow_end": { + "name": "workflow_end", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 300 + } + } + }, + "transitions": { + "workflow_start": { + "a1a1": { + "type": "standard", + "state": "success" + } + }, + "a1a1": { + "workflow_end": { + "type": "standard", + "state": "success" + } + }, + "workflow_end": {} + }, + "inputSchema": { + "type": "object", + "properties": { + "uri": { + "type": "string" + } + }, + "required": [ + "uri" + ] + }, + "outputSchema": { + "type": "object", + "properties": { + "uri": { + "type": "string" + }, + "_id": { + "type": "string", + "pattern": "^[0-9a-f]{24}$" + }, + "initiator": { + "type": "string" + } + } + }, + "last_updated": "2026-09-11T17:00:41.432Z", + "last_updated_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "lastUpdatedVersion": "6.4.0", + "uuid": "32c2bcfa-522d-4b15-b5d4-f5f0e397eeaa", + "created": "2026-09-11T17:00:41.432Z", + "created_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "createdVersion": "6.4.0", + "scenarios": [], + "canvasVersion": 3, + "tags": [], + "groups": [], + "migrationVersion": 8 + } + }, + { + "iid": 3, + "reference": "df68c7f7-3cec-4f91-96fa-72af9954d28a", + "type": "workflow", + "folder": "/Query & Generic CRUD", + "document": { + "name": "Update Entity", + "description": "Update Entity", + "type": "automation", + "font_size": 12, + "tasks": { + "workflow_start": { + "name": "workflow_start", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 0 + } + }, + "a1a1": { + "name": "Update", + "canvasName": "Update", + "summary": "Update", + "description": "Update", + "location": "Adapter", + "locationType": "SolarWinds Orion NPM:latest", + "app": "SolarWinds Orion NPM:latest", + "type": "automatic", + "displayName": "SolarWinds Orion NPM", + "variables": { + "incoming": { + "adapter_id": "SolarWinds Orion NPM", + "uri": "$var.job.uri", + "bodyContentType": "application/json", + "requestBodyPayload": "$var.job.requestBody" + }, + "outgoing": { + "response": null + }, + "error": "", + "decorators": [] + }, + "groups": [], + "actor": "Pronghorn", + "scheduled": false, + "nodeLocation": { + "x": 264, + "y": 150 + } + }, + "workflow_end": { + "name": "workflow_end", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 300 + } + } + }, + "transitions": { + "workflow_start": { + "a1a1": { + "type": "standard", + "state": "success" + } + }, + "a1a1": { + "workflow_end": { + "type": "standard", + "state": "success" + } + }, + "workflow_end": {} + }, + "inputSchema": { + "type": "object", + "properties": { + "uri": { + "type": "string" + }, + "requestBody": { + "type": "string" + } + }, + "required": [ + "uri", + "requestBody" + ] + }, + "outputSchema": { + "type": "object", + "properties": { + "uri": { + "type": "string" + }, + "requestBody": { + "type": "string" + }, + "_id": { + "type": "string", + "pattern": "^[0-9a-f]{24}$" + }, + "initiator": { + "type": "string" + } + } + }, + "last_updated": "2026-09-11T17:00:41.432Z", + "last_updated_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "lastUpdatedVersion": "6.4.0", + "uuid": "61c4a513-cd33-4c81-bb22-aa01b0d7f402", + "created": "2026-09-11T17:00:41.432Z", + "created_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "createdVersion": "6.4.0", + "scenarios": [], + "canvasVersion": 3, + "tags": [], + "groups": [], + "migrationVersion": 8 + } + }, + { + "iid": 4, + "reference": "08d45f63-df8d-4e2e-a147-0955725c32a2", + "type": "workflow", + "folder": "/Query & Generic CRUD", + "document": { + "name": "Delete Entity", + "description": "Delete Entity", + "type": "automation", + "font_size": 12, + "tasks": { + "workflow_start": { + "name": "workflow_start", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 0 + } + }, + "a1a1": { + "name": "Delete", + "canvasName": "Delete", + "summary": "Delete", + "description": "Delete", + "location": "Adapter", + "locationType": "SolarWinds Orion NPM:latest", + "app": "SolarWinds Orion NPM:latest", + "type": "automatic", + "displayName": "SolarWinds Orion NPM", + "variables": { + "incoming": { + "adapter_id": "SolarWinds Orion NPM", + "uri": "$var.job.uri" + }, + "outgoing": { + "response": null + }, + "error": "", + "decorators": [] + }, + "groups": [], + "actor": "Pronghorn", + "scheduled": false, + "nodeLocation": { + "x": 264, + "y": 150 + } + }, + "workflow_end": { + "name": "workflow_end", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 300 + } + } + }, + "transitions": { + "workflow_start": { + "a1a1": { + "type": "standard", + "state": "success" + } + }, + "a1a1": { + "workflow_end": { + "type": "standard", + "state": "success" + } + }, + "workflow_end": {} + }, + "inputSchema": { + "type": "object", + "properties": { + "uri": { + "type": "string" + } + }, + "required": [ + "uri" + ] + }, + "outputSchema": { + "type": "object", + "properties": { + "uri": { + "type": "string" + }, + "_id": { + "type": "string", + "pattern": "^[0-9a-f]{24}$" + }, + "initiator": { + "type": "string" + } + } + }, + "last_updated": "2026-09-11T17:00:41.432Z", + "last_updated_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "lastUpdatedVersion": "6.4.0", + "uuid": "78509bff-f1b4-4969-90ab-7b003c5825da", + "created": "2026-09-11T17:00:41.432Z", + "created_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "createdVersion": "6.4.0", + "scenarios": [], + "canvasVersion": 3, + "tags": [], + "groups": [], + "migrationVersion": 8 + } + }, + { + "iid": 5, + "reference": "b568cead-4d95-4b68-bd5a-bdad4ac24156", + "type": "workflow", + "folder": "/Query & Generic CRUD", + "document": { + "name": "Bulk Update", + "description": "Bulk Update", + "type": "automation", + "font_size": 12, + "tasks": { + "workflow_start": { + "name": "workflow_start", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 0 + } + }, + "a1a1": { + "name": "BulkUpdate", + "canvasName": "BulkUpdate", + "summary": "BulkUpdate", + "description": "BulkUpdate", + "location": "Adapter", + "locationType": "SolarWinds Orion NPM:latest", + "app": "SolarWinds Orion NPM:latest", + "type": "automatic", + "displayName": "SolarWinds Orion NPM", + "variables": { + "incoming": { + "adapter_id": "SolarWinds Orion NPM", + "bodyContentType": "application/json", + "requestBodyPayload": "$var.job.requestBody" + }, + "outgoing": { + "response": null + }, + "error": "", + "decorators": [] + }, + "groups": [], + "actor": "Pronghorn", + "scheduled": false, + "nodeLocation": { + "x": 264, + "y": 150 + } + }, + "workflow_end": { + "name": "workflow_end", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 300 + } + } + }, + "transitions": { + "workflow_start": { + "a1a1": { + "type": "standard", + "state": "success" + } + }, + "a1a1": { + "workflow_end": { + "type": "standard", + "state": "success" + } + }, + "workflow_end": {} + }, + "inputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + } + }, + "required": [ + "requestBody" + ] + }, + "outputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + }, + "_id": { + "type": "string", + "pattern": "^[0-9a-f]{24}$" + }, + "initiator": { + "type": "string" + } + } + }, + "last_updated": "2026-09-11T17:00:41.432Z", + "last_updated_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "lastUpdatedVersion": "6.4.0", + "uuid": "9c3fff81-0b79-4bf6-9629-56fd97a093d8", + "created": "2026-09-11T17:00:41.432Z", + "created_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "createdVersion": "6.4.0", + "scenarios": [], + "canvasVersion": 3, + "tags": [], + "groups": [], + "migrationVersion": 8 + } + }, + { + "iid": 6, + "reference": "a2a7848f-7348-4df5-a5c0-5ba8f464f02d", + "type": "workflow", + "folder": "/Query & Generic CRUD", + "document": { + "name": "Bulk Delete", + "description": "Bulk Delete", + "type": "automation", + "font_size": 12, + "tasks": { + "workflow_start": { + "name": "workflow_start", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 0 + } + }, + "a1a1": { + "name": "BulkDelete", + "canvasName": "BulkDelete", + "summary": "BulkDelete", + "description": "BulkDelete", + "location": "Adapter", + "locationType": "SolarWinds Orion NPM:latest", + "app": "SolarWinds Orion NPM:latest", + "type": "automatic", + "displayName": "SolarWinds Orion NPM", + "variables": { + "incoming": { + "adapter_id": "SolarWinds Orion NPM", + "bodyContentType": "application/json", + "requestBodyPayload": "$var.job.requestBody" + }, + "outgoing": { + "response": null + }, + "error": "", + "decorators": [] + }, + "groups": [], + "actor": "Pronghorn", + "scheduled": false, + "nodeLocation": { + "x": 264, + "y": 150 + } + }, + "workflow_end": { + "name": "workflow_end", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 300 + } + } + }, + "transitions": { + "workflow_start": { + "a1a1": { + "type": "standard", + "state": "success" + } + }, + "a1a1": { + "workflow_end": { + "type": "standard", + "state": "success" + } + }, + "workflow_end": {} + }, + "inputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + } + }, + "required": [ + "requestBody" + ] + }, + "outputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + }, + "_id": { + "type": "string", + "pattern": "^[0-9a-f]{24}$" + }, + "initiator": { + "type": "string" + } + } + }, + "last_updated": "2026-09-11T17:00:41.432Z", + "last_updated_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "lastUpdatedVersion": "6.4.0", + "uuid": "93819bf1-231e-46af-a60d-73370535a283", + "created": "2026-09-11T17:00:41.432Z", + "created_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "createdVersion": "6.4.0", + "scenarios": [], + "canvasVersion": 3, + "tags": [], + "groups": [], + "migrationVersion": 8 + } + }, + { + "iid": 7, + "reference": "ff3c69be-bfaf-4cad-a16a-6ad5088761c6", + "type": "workflow", + "folder": "/Nodes", + "document": { + "name": "Create Node", + "description": "Create Node", + "type": "automation", + "font_size": 12, + "tasks": { + "workflow_start": { + "name": "workflow_start", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 0 + } + }, + "a1a1": { + "name": "CreateOrionNodes", + "canvasName": "CreateOrionNodes", + "summary": "CreateOrionNodes", + "description": "CreateOrionNodes", + "location": "Adapter", + "locationType": "SolarWinds Orion NPM:latest", + "app": "SolarWinds Orion NPM:latest", + "type": "automatic", + "displayName": "SolarWinds Orion NPM", + "variables": { + "incoming": { + "adapter_id": "SolarWinds Orion NPM", + "bodyContentType": "application/json", + "requestBodyPayload": "$var.job.requestBody" + }, + "outgoing": { + "response": null + }, + "error": "", + "decorators": [] + }, + "groups": [], + "actor": "Pronghorn", + "scheduled": false, + "nodeLocation": { + "x": 264, + "y": 150 + } + }, + "workflow_end": { + "name": "workflow_end", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 300 + } + } + }, + "transitions": { + "workflow_start": { + "a1a1": { + "type": "standard", + "state": "success" + } + }, + "a1a1": { + "workflow_end": { + "type": "standard", + "state": "success" + } + }, + "workflow_end": {} + }, + "inputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + } + }, + "required": [ + "requestBody" + ] + }, + "outputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + }, + "_id": { + "type": "string", + "pattern": "^[0-9a-f]{24}$" + }, + "initiator": { + "type": "string" + } + } + }, + "last_updated": "2026-09-11T17:00:41.432Z", + "last_updated_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "lastUpdatedVersion": "6.4.0", + "uuid": "a1a9a241-190f-474e-b115-53c978e91f79", + "created": "2026-09-11T17:00:41.432Z", + "created_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "createdVersion": "6.4.0", + "scenarios": [], + "canvasVersion": 3, + "tags": [], + "groups": [], + "migrationVersion": 8 + } + }, + { + "iid": 8, + "reference": "1e5a4010-5664-4cac-bb65-ba16357bf6f8", + "type": "workflow", + "folder": "/Nodes", + "document": { + "name": "Unmanage Node", + "description": "Unmanage Node", + "type": "automation", + "font_size": 12, + "tasks": { + "workflow_start": { + "name": "workflow_start", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 0 + } + }, + "a1a1": { + "name": "OrionNodesUnmanage", + "canvasName": "OrionNodesUnmanage", + "summary": "OrionNodesUnmanage", + "description": "OrionNodesUnmanage", + "location": "Adapter", + "locationType": "SolarWinds Orion NPM:latest", + "app": "SolarWinds Orion NPM:latest", + "type": "automatic", + "displayName": "SolarWinds Orion NPM", + "variables": { + "incoming": { + "adapter_id": "SolarWinds Orion NPM", + "bodyContentType": "application/json", + "requestBodyPayload": "$var.job.requestBody" + }, + "outgoing": { + "response": null + }, + "error": "", + "decorators": [] + }, + "groups": [], + "actor": "Pronghorn", + "scheduled": false, + "nodeLocation": { + "x": 264, + "y": 150 + } + }, + "workflow_end": { + "name": "workflow_end", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 300 + } + } + }, + "transitions": { + "workflow_start": { + "a1a1": { + "type": "standard", + "state": "success" + } + }, + "a1a1": { + "workflow_end": { + "type": "standard", + "state": "success" + } + }, + "workflow_end": {} + }, + "inputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + } + }, + "required": [ + "requestBody" + ] + }, + "outputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + }, + "_id": { + "type": "string", + "pattern": "^[0-9a-f]{24}$" + }, + "initiator": { + "type": "string" + } + } + }, + "last_updated": "2026-09-11T17:00:41.432Z", + "last_updated_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "lastUpdatedVersion": "6.4.0", + "uuid": "9f4e8b38-61ef-4171-ba05-1f56dce09d99", + "created": "2026-09-11T17:00:41.432Z", + "created_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "createdVersion": "6.4.0", + "scenarios": [], + "canvasVersion": 3, + "tags": [], + "groups": [], + "migrationVersion": 8 + } + }, + { + "iid": 9, + "reference": "983a5c37-302d-41ea-b1fe-aef47bde0037", + "type": "workflow", + "folder": "/Nodes", + "document": { + "name": "Remanage Node", + "description": "Remanage Node", + "type": "automation", + "font_size": 12, + "tasks": { + "workflow_start": { + "name": "workflow_start", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 0 + } + }, + "a1a1": { + "name": "OrionNodesRemanage", + "canvasName": "OrionNodesRemanage", + "summary": "OrionNodesRemanage", + "description": "OrionNodesRemanage", + "location": "Adapter", + "locationType": "SolarWinds Orion NPM:latest", + "app": "SolarWinds Orion NPM:latest", + "type": "automatic", + "displayName": "SolarWinds Orion NPM", + "variables": { + "incoming": { + "adapter_id": "SolarWinds Orion NPM", + "bodyContentType": "application/json", + "requestBodyPayload": "$var.job.requestBody" + }, + "outgoing": { + "response": null + }, + "error": "", + "decorators": [] + }, + "groups": [], + "actor": "Pronghorn", + "scheduled": false, + "nodeLocation": { + "x": 264, + "y": 150 + } + }, + "workflow_end": { + "name": "workflow_end", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 300 + } + } + }, + "transitions": { + "workflow_start": { + "a1a1": { + "type": "standard", + "state": "success" + } + }, + "a1a1": { + "workflow_end": { + "type": "standard", + "state": "success" + } + }, + "workflow_end": {} + }, + "inputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + } + }, + "required": [ + "requestBody" + ] + }, + "outputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + }, + "_id": { + "type": "string", + "pattern": "^[0-9a-f]{24}$" + }, + "initiator": { + "type": "string" + } + } + }, + "last_updated": "2026-09-11T17:00:41.432Z", + "last_updated_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "lastUpdatedVersion": "6.4.0", + "uuid": "10cce1aa-0398-4217-b952-bbe425e71bb6", + "created": "2026-09-11T17:00:41.432Z", + "created_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "createdVersion": "6.4.0", + "scenarios": [], + "canvasVersion": 3, + "tags": [], + "groups": [], + "migrationVersion": 8 + } + }, + { + "iid": 10, + "reference": "c3a8e722-c205-4c97-b44f-1987ff2540ce", + "type": "workflow", + "folder": "/Nodes", + "document": { + "name": "Poll Node Now", + "description": "Poll Node Now", + "type": "automation", + "font_size": 12, + "tasks": { + "workflow_start": { + "name": "workflow_start", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 0 + } + }, + "a1a1": { + "name": "OrionNodesPollNow", + "canvasName": "OrionNodesPollNow", + "summary": "OrionNodesPollNow", + "description": "OrionNodesPollNow", + "location": "Adapter", + "locationType": "SolarWinds Orion NPM:latest", + "app": "SolarWinds Orion NPM:latest", + "type": "automatic", + "displayName": "SolarWinds Orion NPM", + "variables": { + "incoming": { + "adapter_id": "SolarWinds Orion NPM", + "bodyContentType": "application/json", + "requestBodyPayload": "$var.job.requestBody" + }, + "outgoing": { + "response": null + }, + "error": "", + "decorators": [] + }, + "groups": [], + "actor": "Pronghorn", + "scheduled": false, + "nodeLocation": { + "x": 264, + "y": 150 + } + }, + "workflow_end": { + "name": "workflow_end", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 300 + } + } + }, + "transitions": { + "workflow_start": { + "a1a1": { + "type": "standard", + "state": "success" + } + }, + "a1a1": { + "workflow_end": { + "type": "standard", + "state": "success" + } + }, + "workflow_end": {} + }, + "inputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + } + }, + "required": [ + "requestBody" + ] + }, + "outputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + }, + "_id": { + "type": "string", + "pattern": "^[0-9a-f]{24}$" + }, + "initiator": { + "type": "string" + } + } + }, + "last_updated": "2026-09-11T17:00:41.432Z", + "last_updated_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "lastUpdatedVersion": "6.4.0", + "uuid": "794861a2-2ef7-4b2e-a75f-d51ac7153dff", + "created": "2026-09-11T17:00:41.432Z", + "created_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "createdVersion": "6.4.0", + "scenarios": [], + "canvasVersion": 3, + "tags": [], + "groups": [], + "migrationVersion": 8 + } + }, + { + "iid": 11, + "reference": "cd9673c2-3a8d-4f15-a9f9-6a6e4f0ff183", + "type": "workflow", + "folder": "/Interfaces", + "document": { + "name": "Create Interface", + "description": "Create Interface", + "type": "automation", + "font_size": 12, + "tasks": { + "workflow_start": { + "name": "workflow_start", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 0 + } + }, + "a1a1": { + "name": "CreateOrionNPMInterfaces", + "canvasName": "CreateOrionNPMInterfaces", + "summary": "CreateOrionNPMInterfaces", + "description": "CreateOrionNPMInterfaces", + "location": "Adapter", + "locationType": "SolarWinds Orion NPM:latest", + "app": "SolarWinds Orion NPM:latest", + "type": "automatic", + "displayName": "SolarWinds Orion NPM", + "variables": { + "incoming": { + "adapter_id": "SolarWinds Orion NPM", + "bodyContentType": "application/json", + "requestBodyPayload": "$var.job.requestBody" + }, + "outgoing": { + "response": null + }, + "error": "", + "decorators": [] + }, + "groups": [], + "actor": "Pronghorn", + "scheduled": false, + "nodeLocation": { + "x": 264, + "y": 150 + } + }, + "workflow_end": { + "name": "workflow_end", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 300 + } + } + }, + "transitions": { + "workflow_start": { + "a1a1": { + "type": "standard", + "state": "success" + } + }, + "a1a1": { + "workflow_end": { + "type": "standard", + "state": "success" + } + }, + "workflow_end": {} + }, + "inputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + } + }, + "required": [ + "requestBody" + ] + }, + "outputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + }, + "_id": { + "type": "string", + "pattern": "^[0-9a-f]{24}$" + }, + "initiator": { + "type": "string" + } + } + }, + "last_updated": "2026-09-11T17:00:41.432Z", + "last_updated_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "lastUpdatedVersion": "6.4.0", + "uuid": "de592fa3-eb13-4181-9103-73d6cdce4d95", + "created": "2026-09-11T17:00:41.432Z", + "created_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "createdVersion": "6.4.0", + "scenarios": [], + "canvasVersion": 3, + "tags": [], + "groups": [], + "migrationVersion": 8 + } + }, + { + "iid": 12, + "reference": "29b1c1be-9b5c-4303-a2d0-0a4a5f2e6ef0", + "type": "workflow", + "folder": "/Interfaces", + "document": { + "name": "Discover Interfaces on Node", + "description": "Discover Interfaces on Node", + "type": "automation", + "font_size": 12, + "tasks": { + "workflow_start": { + "name": "workflow_start", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 0 + } + }, + "a1a1": { + "name": "OrionNPMInterfacesDiscoverInterfacesOnNode", + "canvasName": "OrionNPMInterfacesDiscoverInterfacesOnNode", + "summary": "OrionNPMInterfacesDiscoverInterfacesOnNode", + "description": "OrionNPMInterfacesDiscoverInterfacesOnNode", + "location": "Adapter", + "locationType": "SolarWinds Orion NPM:latest", + "app": "SolarWinds Orion NPM:latest", + "type": "automatic", + "displayName": "SolarWinds Orion NPM", + "variables": { + "incoming": { + "adapter_id": "SolarWinds Orion NPM", + "bodyContentType": "application/json", + "requestBodyPayload": "$var.job.requestBody" + }, + "outgoing": { + "response": null + }, + "error": "", + "decorators": [] + }, + "groups": [], + "actor": "Pronghorn", + "scheduled": false, + "nodeLocation": { + "x": 264, + "y": 150 + } + }, + "workflow_end": { + "name": "workflow_end", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 300 + } + } + }, + "transitions": { + "workflow_start": { + "a1a1": { + "type": "standard", + "state": "success" + } + }, + "a1a1": { + "workflow_end": { + "type": "standard", + "state": "success" + } + }, + "workflow_end": {} + }, + "inputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + } + }, + "required": [ + "requestBody" + ] + }, + "outputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + }, + "_id": { + "type": "string", + "pattern": "^[0-9a-f]{24}$" + }, + "initiator": { + "type": "string" + } + } + }, + "last_updated": "2026-09-11T17:00:41.432Z", + "last_updated_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "lastUpdatedVersion": "6.4.0", + "uuid": "d75826df-6c43-4936-a4a1-f59ce69c184e", + "created": "2026-09-11T17:00:41.432Z", + "created_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "createdVersion": "6.4.0", + "scenarios": [], + "canvasVersion": 3, + "tags": [], + "groups": [], + "migrationVersion": 8 + } + }, + { + "iid": 13, + "reference": "7de8148a-d9ff-4f07-aa14-059c685c68ce", + "type": "workflow", + "folder": "/Interfaces", + "document": { + "name": "Add Interfaces on Node", + "description": "Add Interfaces on Node", + "type": "automation", + "font_size": 12, + "tasks": { + "workflow_start": { + "name": "workflow_start", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 0 + } + }, + "a1a1": { + "name": "OrionNPMInterfacesAddInterfacesOnNode", + "canvasName": "OrionNPMInterfacesAddInterfacesOnNode", + "summary": "OrionNPMInterfacesAddInterfacesOnNode", + "description": "OrionNPMInterfacesAddInterfacesOnNode", + "location": "Adapter", + "locationType": "SolarWinds Orion NPM:latest", + "app": "SolarWinds Orion NPM:latest", + "type": "automatic", + "displayName": "SolarWinds Orion NPM", + "variables": { + "incoming": { + "adapter_id": "SolarWinds Orion NPM", + "bodyContentType": "application/json", + "requestBodyPayload": "$var.job.requestBody" + }, + "outgoing": { + "response": null + }, + "error": "", + "decorators": [] + }, + "groups": [], + "actor": "Pronghorn", + "scheduled": false, + "nodeLocation": { + "x": 264, + "y": 150 + } + }, + "workflow_end": { + "name": "workflow_end", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 300 + } + } + }, + "transitions": { + "workflow_start": { + "a1a1": { + "type": "standard", + "state": "success" + } + }, + "a1a1": { + "workflow_end": { + "type": "standard", + "state": "success" + } + }, + "workflow_end": {} + }, + "inputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + } + }, + "required": [ + "requestBody" + ] + }, + "outputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + }, + "_id": { + "type": "string", + "pattern": "^[0-9a-f]{24}$" + }, + "initiator": { + "type": "string" + } + } + }, + "last_updated": "2026-09-11T17:00:41.432Z", + "last_updated_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "lastUpdatedVersion": "6.4.0", + "uuid": "1ecb4d53-75a0-4075-861d-338209bba6f6", + "created": "2026-09-11T17:00:41.432Z", + "created_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "createdVersion": "6.4.0", + "scenarios": [], + "canvasVersion": 3, + "tags": [], + "groups": [], + "migrationVersion": 8 + } + }, + { + "iid": 14, + "reference": "6169ac47-5b30-41a3-835e-4169e9179a02", + "type": "workflow", + "folder": "/Interfaces", + "document": { + "name": "Unmanage Interface", + "description": "Unmanage Interface", + "type": "automation", + "font_size": 12, + "tasks": { + "workflow_start": { + "name": "workflow_start", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 0 + } + }, + "a1a1": { + "name": "OrionNPMInterfacesUnmanage", + "canvasName": "OrionNPMInterfacesUnmanage", + "summary": "OrionNPMInterfacesUnmanage", + "description": "OrionNPMInterfacesUnmanage", + "location": "Adapter", + "locationType": "SolarWinds Orion NPM:latest", + "app": "SolarWinds Orion NPM:latest", + "type": "automatic", + "displayName": "SolarWinds Orion NPM", + "variables": { + "incoming": { + "adapter_id": "SolarWinds Orion NPM", + "bodyContentType": "application/json", + "requestBodyPayload": "$var.job.requestBody" + }, + "outgoing": { + "response": null + }, + "error": "", + "decorators": [] + }, + "groups": [], + "actor": "Pronghorn", + "scheduled": false, + "nodeLocation": { + "x": 264, + "y": 150 + } + }, + "workflow_end": { + "name": "workflow_end", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 300 + } + } + }, + "transitions": { + "workflow_start": { + "a1a1": { + "type": "standard", + "state": "success" + } + }, + "a1a1": { + "workflow_end": { + "type": "standard", + "state": "success" + } + }, + "workflow_end": {} + }, + "inputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + } + }, + "required": [ + "requestBody" + ] + }, + "outputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + }, + "_id": { + "type": "string", + "pattern": "^[0-9a-f]{24}$" + }, + "initiator": { + "type": "string" + } + } + }, + "last_updated": "2026-09-11T17:00:41.432Z", + "last_updated_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "lastUpdatedVersion": "6.4.0", + "uuid": "e22b8962-a307-4538-939d-11b0a53b1cc8", + "created": "2026-09-11T17:00:41.432Z", + "created_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "createdVersion": "6.4.0", + "scenarios": [], + "canvasVersion": 3, + "tags": [], + "groups": [], + "migrationVersion": 8 + } + }, + { + "iid": 15, + "reference": "6f3bd477-33e8-44e4-8d29-7cc0dad727a8", + "type": "workflow", + "folder": "/Interfaces", + "document": { + "name": "Remanage Interface", + "description": "Remanage Interface", + "type": "automation", + "font_size": 12, + "tasks": { + "workflow_start": { + "name": "workflow_start", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 0 + } + }, + "a1a1": { + "name": "OrionNPMInterfacesRemanage", + "canvasName": "OrionNPMInterfacesRemanage", + "summary": "OrionNPMInterfacesRemanage", + "description": "OrionNPMInterfacesRemanage", + "location": "Adapter", + "locationType": "SolarWinds Orion NPM:latest", + "app": "SolarWinds Orion NPM:latest", + "type": "automatic", + "displayName": "SolarWinds Orion NPM", + "variables": { + "incoming": { + "adapter_id": "SolarWinds Orion NPM", + "bodyContentType": "application/json", + "requestBodyPayload": "$var.job.requestBody" + }, + "outgoing": { + "response": null + }, + "error": "", + "decorators": [] + }, + "groups": [], + "actor": "Pronghorn", + "scheduled": false, + "nodeLocation": { + "x": 264, + "y": 150 + } + }, + "workflow_end": { + "name": "workflow_end", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 300 + } + } + }, + "transitions": { + "workflow_start": { + "a1a1": { + "type": "standard", + "state": "success" + } + }, + "a1a1": { + "workflow_end": { + "type": "standard", + "state": "success" + } + }, + "workflow_end": {} + }, + "inputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + } + }, + "required": [ + "requestBody" + ] + }, + "outputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + }, + "_id": { + "type": "string", + "pattern": "^[0-9a-f]{24}$" + }, + "initiator": { + "type": "string" + } + } + }, + "last_updated": "2026-09-11T17:00:41.432Z", + "last_updated_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "lastUpdatedVersion": "6.4.0", + "uuid": "31030df6-d7ee-421d-a39f-b3da915b3771", + "created": "2026-09-11T17:00:41.432Z", + "created_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "createdVersion": "6.4.0", + "scenarios": [], + "canvasVersion": 3, + "tags": [], + "groups": [], + "migrationVersion": 8 + } + }, + { + "iid": 16, + "reference": "5e3caaba-5324-4654-a3c3-ba1bec0127ba", + "type": "workflow", + "folder": "/Interfaces", + "document": { + "name": "Set Interface Power Level", + "description": "Set Interface Power Level", + "type": "automation", + "font_size": 12, + "tasks": { + "workflow_start": { + "name": "workflow_start", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 0 + } + }, + "a1a1": { + "name": "OrionNPMInterfacesSetPowerLevel", + "canvasName": "OrionNPMInterfacesSetPowerLevel", + "summary": "OrionNPMInterfacesSetPowerLevel", + "description": "OrionNPMInterfacesSetPowerLevel", + "location": "Adapter", + "locationType": "SolarWinds Orion NPM:latest", + "app": "SolarWinds Orion NPM:latest", + "type": "automatic", + "displayName": "SolarWinds Orion NPM", + "variables": { + "incoming": { + "adapter_id": "SolarWinds Orion NPM", + "bodyContentType": "application/json", + "requestBodyPayload": "$var.job.requestBody" + }, + "outgoing": { + "response": null + }, + "error": "", + "decorators": [] + }, + "groups": [], + "actor": "Pronghorn", + "scheduled": false, + "nodeLocation": { + "x": 264, + "y": 150 + } + }, + "workflow_end": { + "name": "workflow_end", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 300 + } + } + }, + "transitions": { + "workflow_start": { + "a1a1": { + "type": "standard", + "state": "success" + } + }, + "a1a1": { + "workflow_end": { + "type": "standard", + "state": "success" + } + }, + "workflow_end": {} + }, + "inputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + } + }, + "required": [ + "requestBody" + ] + }, + "outputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + }, + "_id": { + "type": "string", + "pattern": "^[0-9a-f]{24}$" + }, + "initiator": { + "type": "string" + } + } + }, + "last_updated": "2026-09-11T17:00:41.432Z", + "last_updated_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "lastUpdatedVersion": "6.4.0", + "uuid": "3abcc8f5-be95-44ba-962f-307151edce72", + "created": "2026-09-11T17:00:41.432Z", + "created_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "createdVersion": "6.4.0", + "scenarios": [], + "canvasVersion": 3, + "tags": [], + "groups": [], + "migrationVersion": 8 + } + }, + { + "iid": 17, + "reference": "d5a884e9-2f83-4e43-83d2-ac02ac37bb8f", + "type": "workflow", + "folder": "/Custom Properties", + "document": { + "name": "Create Node Custom Property", + "description": "Create Node Custom Property", + "type": "automation", + "font_size": 12, + "tasks": { + "workflow_start": { + "name": "workflow_start", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 0 + } + }, + "a1a1": { + "name": "OrionNodesCustomPropertiesCreateCustomProperty", + "canvasName": "OrionNodesCustomPropertiesCreateCustomProperty", + "summary": "OrionNodesCustomPropertiesCreateCustomProperty", + "description": "OrionNodesCustomPropertiesCreateCustomProperty", + "location": "Adapter", + "locationType": "SolarWinds Orion NPM:latest", + "app": "SolarWinds Orion NPM:latest", + "type": "automatic", + "displayName": "SolarWinds Orion NPM", + "variables": { + "incoming": { + "adapter_id": "SolarWinds Orion NPM", + "bodyContentType": "application/json", + "requestBodyPayload": "$var.job.requestBody" + }, + "outgoing": { + "response": null + }, + "error": "", + "decorators": [] + }, + "groups": [], + "actor": "Pronghorn", + "scheduled": false, + "nodeLocation": { + "x": 264, + "y": 150 + } + }, + "workflow_end": { + "name": "workflow_end", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 300 + } + } + }, + "transitions": { + "workflow_start": { + "a1a1": { + "type": "standard", + "state": "success" + } + }, + "a1a1": { + "workflow_end": { + "type": "standard", + "state": "success" + } + }, + "workflow_end": {} + }, + "inputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + } + }, + "required": [ + "requestBody" + ] + }, + "outputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + }, + "_id": { + "type": "string", + "pattern": "^[0-9a-f]{24}$" + }, + "initiator": { + "type": "string" + } + } + }, + "last_updated": "2026-09-11T17:00:41.432Z", + "last_updated_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "lastUpdatedVersion": "6.4.0", + "uuid": "4e495a7c-07da-43bd-a2c8-b83520aec256", + "created": "2026-09-11T17:00:41.432Z", + "created_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "createdVersion": "6.4.0", + "scenarios": [], + "canvasVersion": 3, + "tags": [], + "groups": [], + "migrationVersion": 8 + } + }, + { + "iid": 18, + "reference": "6cf4a9a1-d721-4e1c-bd96-eb8218d322f9", + "type": "workflow", + "folder": "/Custom Properties", + "document": { + "name": "Modify Node Custom Property", + "description": "Modify Node Custom Property", + "type": "automation", + "font_size": 12, + "tasks": { + "workflow_start": { + "name": "workflow_start", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 0 + } + }, + "a1a1": { + "name": "OrionNodesCustomPropertiesModifyCustomProperty", + "canvasName": "OrionNodesCustomPropertiesModifyCustomProperty", + "summary": "OrionNodesCustomPropertiesModifyCustomProperty", + "description": "OrionNodesCustomPropertiesModifyCustomProperty", + "location": "Adapter", + "locationType": "SolarWinds Orion NPM:latest", + "app": "SolarWinds Orion NPM:latest", + "type": "automatic", + "displayName": "SolarWinds Orion NPM", + "variables": { + "incoming": { + "adapter_id": "SolarWinds Orion NPM", + "bodyContentType": "application/json", + "requestBodyPayload": "$var.job.requestBody" + }, + "outgoing": { + "response": null + }, + "error": "", + "decorators": [] + }, + "groups": [], + "actor": "Pronghorn", + "scheduled": false, + "nodeLocation": { + "x": 264, + "y": 150 + } + }, + "workflow_end": { + "name": "workflow_end", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 300 + } + } + }, + "transitions": { + "workflow_start": { + "a1a1": { + "type": "standard", + "state": "success" + } + }, + "a1a1": { + "workflow_end": { + "type": "standard", + "state": "success" + } + }, + "workflow_end": {} + }, + "inputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + } + }, + "required": [ + "requestBody" + ] + }, + "outputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + }, + "_id": { + "type": "string", + "pattern": "^[0-9a-f]{24}$" + }, + "initiator": { + "type": "string" + } + } + }, + "last_updated": "2026-09-11T17:00:41.432Z", + "last_updated_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "lastUpdatedVersion": "6.4.0", + "uuid": "9d8349fa-c992-471e-ba79-27742820b6ef", + "created": "2026-09-11T17:00:41.432Z", + "created_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "createdVersion": "6.4.0", + "scenarios": [], + "canvasVersion": 3, + "tags": [], + "groups": [], + "migrationVersion": 8 + } + }, + { + "iid": 19, + "reference": "7821523b-0ac3-411f-beda-9809cb771f01", + "type": "workflow", + "folder": "/Custom Properties", + "document": { + "name": "Delete Node Custom Property", + "description": "Delete Node Custom Property", + "type": "automation", + "font_size": 12, + "tasks": { + "workflow_start": { + "name": "workflow_start", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 0 + } + }, + "a1a1": { + "name": "OrionNodesCustomPropertiesDeleteCustomProperty", + "canvasName": "OrionNodesCustomPropertiesDeleteCustomProperty", + "summary": "OrionNodesCustomPropertiesDeleteCustomProperty", + "description": "OrionNodesCustomPropertiesDeleteCustomProperty", + "location": "Adapter", + "locationType": "SolarWinds Orion NPM:latest", + "app": "SolarWinds Orion NPM:latest", + "type": "automatic", + "displayName": "SolarWinds Orion NPM", + "variables": { + "incoming": { + "adapter_id": "SolarWinds Orion NPM", + "bodyContentType": "application/json", + "requestBodyPayload": "$var.job.requestBody" + }, + "outgoing": { + "response": null + }, + "error": "", + "decorators": [] + }, + "groups": [], + "actor": "Pronghorn", + "scheduled": false, + "nodeLocation": { + "x": 264, + "y": 150 + } + }, + "workflow_end": { + "name": "workflow_end", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 300 + } + } + }, + "transitions": { + "workflow_start": { + "a1a1": { + "type": "standard", + "state": "success" + } + }, + "a1a1": { + "workflow_end": { + "type": "standard", + "state": "success" + } + }, + "workflow_end": {} + }, + "inputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + } + }, + "required": [ + "requestBody" + ] + }, + "outputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + }, + "_id": { + "type": "string", + "pattern": "^[0-9a-f]{24}$" + }, + "initiator": { + "type": "string" + } + } + }, + "last_updated": "2026-09-11T17:00:41.432Z", + "last_updated_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "lastUpdatedVersion": "6.4.0", + "uuid": "b94b56ae-153a-40f1-8ef7-a00f92efe6c3", + "created": "2026-09-11T17:00:41.432Z", + "created_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "createdVersion": "6.4.0", + "scenarios": [], + "canvasVersion": 3, + "tags": [], + "groups": [], + "migrationVersion": 8 + } + }, + { + "iid": 20, + "reference": "f04dc233-667f-47f3-a8c2-16ba7c431293", + "type": "workflow", + "folder": "/Custom Properties", + "document": { + "name": "Create Interface Custom Property", + "description": "Create Interface Custom Property", + "type": "automation", + "font_size": 12, + "tasks": { + "workflow_start": { + "name": "workflow_start", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 0 + } + }, + "a1a1": { + "name": "OrionNPMInterfacesCustomPropertiesCreateCustomProperty", + "canvasName": "OrionNPMInterfacesCustomPropertiesCreateCustomProperty", + "summary": "OrionNPMInterfacesCustomPropertiesCreateCustomProperty", + "description": "OrionNPMInterfacesCustomPropertiesCreateCustomProperty", + "location": "Adapter", + "locationType": "SolarWinds Orion NPM:latest", + "app": "SolarWinds Orion NPM:latest", + "type": "automatic", + "displayName": "SolarWinds Orion NPM", + "variables": { + "incoming": { + "adapter_id": "SolarWinds Orion NPM", + "bodyContentType": "application/json", + "requestBodyPayload": "$var.job.requestBody" + }, + "outgoing": { + "response": null + }, + "error": "", + "decorators": [] + }, + "groups": [], + "actor": "Pronghorn", + "scheduled": false, + "nodeLocation": { + "x": 264, + "y": 150 + } + }, + "workflow_end": { + "name": "workflow_end", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 300 + } + } + }, + "transitions": { + "workflow_start": { + "a1a1": { + "type": "standard", + "state": "success" + } + }, + "a1a1": { + "workflow_end": { + "type": "standard", + "state": "success" + } + }, + "workflow_end": {} + }, + "inputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + } + }, + "required": [ + "requestBody" + ] + }, + "outputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + }, + "_id": { + "type": "string", + "pattern": "^[0-9a-f]{24}$" + }, + "initiator": { + "type": "string" + } + } + }, + "last_updated": "2026-09-11T17:00:41.432Z", + "last_updated_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "lastUpdatedVersion": "6.4.0", + "uuid": "eb13a1ce-787d-47da-8f47-c564104d67a4", + "created": "2026-09-11T17:00:41.432Z", + "created_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "createdVersion": "6.4.0", + "scenarios": [], + "canvasVersion": 3, + "tags": [], + "groups": [], + "migrationVersion": 8 + } + }, + { + "iid": 21, + "reference": "4bcf4b8e-300f-4779-bdbe-fc0e2748f9a9", + "type": "workflow", + "folder": "/Custom Properties", + "document": { + "name": "Modify Interface Custom Property", + "description": "Modify Interface Custom Property", + "type": "automation", + "font_size": 12, + "tasks": { + "workflow_start": { + "name": "workflow_start", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 0 + } + }, + "a1a1": { + "name": "OrionNPMInterfacesCustomPropertiesModifyCustomProperty", + "canvasName": "OrionNPMInterfacesCustomPropertiesModifyCustomProperty", + "summary": "OrionNPMInterfacesCustomPropertiesModifyCustomProperty", + "description": "OrionNPMInterfacesCustomPropertiesModifyCustomProperty", + "location": "Adapter", + "locationType": "SolarWinds Orion NPM:latest", + "app": "SolarWinds Orion NPM:latest", + "type": "automatic", + "displayName": "SolarWinds Orion NPM", + "variables": { + "incoming": { + "adapter_id": "SolarWinds Orion NPM", + "bodyContentType": "application/json", + "requestBodyPayload": "$var.job.requestBody" + }, + "outgoing": { + "response": null + }, + "error": "", + "decorators": [] + }, + "groups": [], + "actor": "Pronghorn", + "scheduled": false, + "nodeLocation": { + "x": 264, + "y": 150 + } + }, + "workflow_end": { + "name": "workflow_end", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 300 + } + } + }, + "transitions": { + "workflow_start": { + "a1a1": { + "type": "standard", + "state": "success" + } + }, + "a1a1": { + "workflow_end": { + "type": "standard", + "state": "success" + } + }, + "workflow_end": {} + }, + "inputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + } + }, + "required": [ + "requestBody" + ] + }, + "outputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + }, + "_id": { + "type": "string", + "pattern": "^[0-9a-f]{24}$" + }, + "initiator": { + "type": "string" + } + } + }, + "last_updated": "2026-09-11T17:00:41.432Z", + "last_updated_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "lastUpdatedVersion": "6.4.0", + "uuid": "2ba5bb91-09f0-4f62-b92f-f7d17627c8ef", + "created": "2026-09-11T17:00:41.432Z", + "created_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "createdVersion": "6.4.0", + "scenarios": [], + "canvasVersion": 3, + "tags": [], + "groups": [], + "migrationVersion": 8 + } + }, + { + "iid": 22, + "reference": "c1ddccc1-bae1-4e76-8738-51563eaab638", + "type": "workflow", + "folder": "/Custom Properties", + "document": { + "name": "Delete Interface Custom Property", + "description": "Delete Interface Custom Property", + "type": "automation", + "font_size": 12, + "tasks": { + "workflow_start": { + "name": "workflow_start", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 0 + } + }, + "a1a1": { + "name": "OrionNPMInterfacesCustomPropertiesDeleteCustomProperty", + "canvasName": "OrionNPMInterfacesCustomPropertiesDeleteCustomProperty", + "summary": "OrionNPMInterfacesCustomPropertiesDeleteCustomProperty", + "description": "OrionNPMInterfacesCustomPropertiesDeleteCustomProperty", + "location": "Adapter", + "locationType": "SolarWinds Orion NPM:latest", + "app": "SolarWinds Orion NPM:latest", + "type": "automatic", + "displayName": "SolarWinds Orion NPM", + "variables": { + "incoming": { + "adapter_id": "SolarWinds Orion NPM", + "bodyContentType": "application/json", + "requestBodyPayload": "$var.job.requestBody" + }, + "outgoing": { + "response": null + }, + "error": "", + "decorators": [] + }, + "groups": [], + "actor": "Pronghorn", + "scheduled": false, + "nodeLocation": { + "x": 264, + "y": 150 + } + }, + "workflow_end": { + "name": "workflow_end", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 300 + } + } + }, + "transitions": { + "workflow_start": { + "a1a1": { + "type": "standard", + "state": "success" + } + }, + "a1a1": { + "workflow_end": { + "type": "standard", + "state": "success" + } + }, + "workflow_end": {} + }, + "inputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + } + }, + "required": [ + "requestBody" + ] + }, + "outputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + }, + "_id": { + "type": "string", + "pattern": "^[0-9a-f]{24}$" + }, + "initiator": { + "type": "string" + } + } + }, + "last_updated": "2026-09-11T17:00:41.432Z", + "last_updated_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "lastUpdatedVersion": "6.4.0", + "uuid": "86e7ba13-62f4-480f-ae05-45dab7fd11d0", + "created": "2026-09-11T17:00:41.432Z", + "created_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "createdVersion": "6.4.0", + "scenarios": [], + "canvasVersion": 3, + "tags": [], + "groups": [], + "migrationVersion": 8 + } + }, + { + "iid": 23, + "reference": "97178ef4-3498-4aff-8bb3-3043b8f3e3f2", + "type": "workflow", + "folder": "/Pollers", + "document": { + "name": "Create Poller", + "description": "Create Poller", + "type": "automation", + "font_size": 12, + "tasks": { + "workflow_start": { + "name": "workflow_start", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 0 + } + }, + "a1a1": { + "name": "CreateOrionPollers", + "canvasName": "CreateOrionPollers", + "summary": "CreateOrionPollers", + "description": "CreateOrionPollers", + "location": "Adapter", + "locationType": "SolarWinds Orion NPM:latest", + "app": "SolarWinds Orion NPM:latest", + "type": "automatic", + "displayName": "SolarWinds Orion NPM", + "variables": { + "incoming": { + "adapter_id": "SolarWinds Orion NPM", + "bodyContentType": "application/json", + "requestBodyPayload": "$var.job.requestBody" + }, + "outgoing": { + "response": null + }, + "error": "", + "decorators": [] + }, + "groups": [], + "actor": "Pronghorn", + "scheduled": false, + "nodeLocation": { + "x": 264, + "y": 150 + } + }, + "workflow_end": { + "name": "workflow_end", + "groups": [], + "nodeLocation": { + "x": 264, + "y": 300 + } + } + }, + "transitions": { + "workflow_start": { + "a1a1": { + "type": "standard", + "state": "success" + } + }, + "a1a1": { + "workflow_end": { + "type": "standard", + "state": "success" + } + }, + "workflow_end": {} + }, + "inputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + } + }, + "required": [ + "requestBody" + ] + }, + "outputSchema": { + "type": "object", + "properties": { + "requestBody": { + "type": "string" + }, + "_id": { + "type": "string", + "pattern": "^[0-9a-f]{24}$" + }, + "initiator": { + "type": "string" + } + } + }, + "last_updated": "2026-09-11T17:00:41.432Z", + "last_updated_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "lastUpdatedVersion": "6.4.0", + "uuid": "b90c8318-7769-4ccd-91c2-1bd3d14d77d8", + "created": "2026-09-11T17:00:41.432Z", + "created_by": { + "provenance": "LDAP", + "username": "admin@itential", + "firstname": "admin@itential", + "inactive": false + }, + "createdVersion": "6.4.0", + "scenarios": [], + "canvasVersion": 3, + "tags": [], + "groups": [], + "migrationVersion": 8 + } + } + ], + "folders": [ + { + "nodeType": "folder", + "name": "Query & Generic CRUD", + "children": [ + { + "iid": 0, + "nodeType": "component" + }, + { + "iid": 1, + "nodeType": "component" + }, + { + "iid": 2, + "nodeType": "component" + }, + { + "iid": 3, + "nodeType": "component" + }, + { + "iid": 4, + "nodeType": "component" + }, + { + "iid": 5, + "nodeType": "component" + }, + { + "iid": 6, + "nodeType": "component" + } + ] + }, + { + "nodeType": "folder", + "name": "Nodes", + "children": [ + { + "iid": 7, + "nodeType": "component" + }, + { + "iid": 8, + "nodeType": "component" + }, + { + "iid": 9, + "nodeType": "component" + }, + { + "iid": 10, + "nodeType": "component" + } + ] + }, + { + "nodeType": "folder", + "name": "Interfaces", + "children": [ + { + "iid": 11, + "nodeType": "component" + }, + { + "iid": 12, + "nodeType": "component" + }, + { + "iid": 13, + "nodeType": "component" + }, + { + "iid": 14, + "nodeType": "component" + }, + { + "iid": 15, + "nodeType": "component" + }, + { + "iid": 16, + "nodeType": "component" + } + ] + }, + { + "nodeType": "folder", + "name": "Custom Properties", + "children": [ + { + "iid": 17, + "nodeType": "component" + }, + { + "iid": 18, + "nodeType": "component" + }, + { + "iid": 19, + "nodeType": "component" + }, + { + "iid": 20, + "nodeType": "component" + }, + { + "iid": 21, + "nodeType": "component" + }, + { + "iid": 22, + "nodeType": "component" + } + ] + }, + { + "nodeType": "folder", + "name": "Pollers", + "children": [ + { + "iid": 23, + "nodeType": "component" + } + ] + } + ], + "createdBy": { + "_id": "78f93ac12aea4d36af69b996", + "provenance": "LDAP", + "username": "admin@itential" + }, + "lastUpdatedBy": { + "_id": "76921781c5524470873b80de", + "provenance": "LDAP", + "username": "admin@itential" + }, + "created": "2026-09-11T17:00:41.432Z", + "lastUpdated": "2026-09-11T17:00:41.432Z", + "iid": 24, + "thumbnail": "", + "backgroundColor": "", + "referencedComponentHashes": [] +} \ No newline at end of file