{
  "openapi": "3.1.0",
  "info": {
    "title": "",
    "version": "1.0.0"
  },
  "paths": {
    "/Query": {
      "get": {
        "tags": [
          "Query"
        ],
        "operationId": "getQuery",
        "description": "The parameters and request body are for method: getQuery. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "NodeID": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "results": [
                    {
                      "NodeID": 1
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "required": false,
            "schema": {
              "type": "object"
            }
          },
          {
            "name": "query",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Query"
        ],
        "operationId": "postQuery",
        "description": "The parameters and request body are for method: postQuery. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    },
                    "totalRows": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "results": [
                    {},
                    {}
                  ],
                  "totalRows": 4
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{uri}": {
      "get": {
        "tags": [
          "CRUD"
        ],
        "operationId": "getUri",
        "description": "The parameters and request body are for method: getUri. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uri",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uri",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postUri",
        "description": "The parameters and request body are for method: postUri. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uri",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uri",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CRUD"
        ],
        "operationId": "deleteUri",
        "description": "The parameters and request body are for method: deleteUri. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uri",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uri",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/BulkUpdate": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postBulkUpdate",
        "description": "The parameters and request body are for method: postBulkUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/BulkDelete": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postBulkDelete",
        "description": "The parameters and request body are for method: postBulkDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.AgentManagement.Agent": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionAgentManagementAgent",
        "description": "The parameters and request body are for method: postCreateOrionAgentManagementAgent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.AgentManagement.AgentPlugin": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionAgentManagementAgentPlugin",
        "description": "The parameters and request body are for method: postCreateOrionAgentManagementAgentPlugin. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.AgentManagement.Proxy": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionAgentManagementProxy",
        "description": "The parameters and request body are for method: postCreateOrionAgentManagementProxy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.APM.NodeToNodeLink": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionAPMNodeToNodeLink",
        "description": "The parameters and request body are for method: postCreateOrionAPMNodeToNodeLink. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.APM.DependencyTcpStatistics": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionAPMDependencyTcpStatistics",
        "description": "The parameters and request body are for method: postCreateOrionAPMDependencyTcpStatistics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.APM.ApplicationTcpConnection": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionAPMApplicationTcpConnection",
        "description": "The parameters and request body are for method: postCreateOrionAPMApplicationTcpConnection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cirrus.IgnoredNodes": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCirrusIgnoredNodes",
        "description": "The parameters and request body are for method: postCreateCirrusIgnoredNodes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/NCM.Baselines": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateNCMBaselines",
        "description": "The parameters and request body are for method: postCreateNCMBaselines. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/NCM.BaselineNodeMap": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateNCMBaselineNodeMap",
        "description": "The parameters and request body are for method: postCreateNCMBaselineNodeMap. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/NCM.BaselineViolations": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateNCMBaselineViolations",
        "description": "The parameters and request body are for method: postCreateNCMBaselineViolations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/NCM.FirmwareOperations": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateNCMFirmwareOperations",
        "description": "The parameters and request body are for method: postCreateNCMFirmwareOperations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/NCM.FirmwareOperationNodes": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateNCMFirmwareOperationNodes",
        "description": "The parameters and request body are for method: postCreateNCMFirmwareOperationNodes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/NCM.FirmwareUpgradeImages": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateNCMFirmwareUpgradeImages",
        "description": "The parameters and request body are for method: postCreateNCMFirmwareUpgradeImages. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/NCM.FirmwareUpgradeMachineTypes": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateNCMFirmwareUpgradeMachineTypes",
        "description": "The parameters and request body are for method: postCreateNCMFirmwareUpgradeMachineTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cli.DeviceTemplates": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCliDeviceTemplates",
        "description": "The parameters and request body are for method: postCreateCliDeviceTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cli.DeviceTemplatesNodes": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCliDeviceTemplatesNodes",
        "description": "The parameters and request body are for method: postCreateCliDeviceTemplatesNodes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cli.CliSessionSettings": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCliCliSessionSettings",
        "description": "The parameters and request body are for method: postCreateCliCliSessionSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.Cloud.Accounts": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionCloudAccounts",
        "description": "The parameters and request body are for method: postCreateOrionCloudAccounts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.System.Policy": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexSystemPolicy",
        "description": "The parameters and request body are for method: postCreateCortexSystemPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.CiscoAci.Apic": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionCiscoAciApic",
        "description": "The parameters and request body are for method: postCreateCortexOrionCiscoAciApic. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.CiscoAci.ApplicationProfile": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionCiscoAciApplicationProfile",
        "description": "The parameters and request body are for method: postCreateCortexOrionCiscoAciApplicationProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.CiscoAci.CiscoAciCredential": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionCiscoAciCiscoAciCredential",
        "description": "The parameters and request body are for method: postCreateCortexOrionCiscoAciCiscoAciCredential. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.CiscoAci.EndpointGroup": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionCiscoAciEndpointGroup",
        "description": "The parameters and request body are for method: postCreateCortexOrionCiscoAciEndpointGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.CiscoAci.Fabric": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionCiscoAciFabric",
        "description": "The parameters and request body are for method: postCreateCortexOrionCiscoAciFabric. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.CiscoAci.PhysicalEntity": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionCiscoAciPhysicalEntity",
        "description": "The parameters and request body are for method: postCreateCortexOrionCiscoAciPhysicalEntity. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.CiscoAci.Tenant": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionCiscoAciTenant",
        "description": "The parameters and request body are for method: postCreateCortexOrionCiscoAciTenant. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.Cman.Container": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionCmanContainer",
        "description": "The parameters and request body are for method: postCreateCortexOrionCmanContainer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.Cman.ContainerAgent": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionCmanContainerAgent",
        "description": "The parameters and request body are for method: postCreateCortexOrionCmanContainerAgent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.Cman.ContainerEnvironmentVariable": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionCmanContainerEnvironmentVariable",
        "description": "The parameters and request body are for method: postCreateCortexOrionCmanContainerEnvironmentVariable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.Cman.ContainerHost": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionCmanContainerHost",
        "description": "The parameters and request body are for method: postCreateCortexOrionCmanContainerHost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.Cman.ContainerImage": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionCmanContainerImage",
        "description": "The parameters and request body are for method: postCreateCortexOrionCmanContainerImage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.SnmpCredentialV2": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionSnmpCredentialV2",
        "description": "The parameters and request body are for method: postCreateCortexOrionSnmpCredentialV2. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.SnmpCredentialV3": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionSnmpCredentialV3",
        "description": "The parameters and request body are for method: postCreateCortexOrionSnmpCredentialV3. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.WindowsCredential": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionWindowsCredential",
        "description": "The parameters and request body are for method: postCreateCortexOrionWindowsCredential. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.Interface": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionInterface",
        "description": "The parameters and request body are for method: postCreateCortexOrionInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.Cpu": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionCpu",
        "description": "The parameters and request body are for method: postCreateCortexOrionCpu. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.Node": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionNode",
        "description": "The parameters and request body are for method: postCreateCortexOrionNode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.PowerControlUnit": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionPowerControlUnit",
        "description": "The parameters and request body are for method: postCreateCortexOrionPowerControlUnit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.Virtualization.Alarm": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionVirtualizationAlarm",
        "description": "The parameters and request body are for method: postCreateCortexOrionVirtualizationAlarm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.Virtualization.Cluster": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionVirtualizationCluster",
        "description": "The parameters and request body are for method: postCreateCortexOrionVirtualizationCluster. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.Virtualization.DataCenter": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionVirtualizationDataCenter",
        "description": "The parameters and request body are for method: postCreateCortexOrionVirtualizationDataCenter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.Virtualization.Datastore": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionVirtualizationDatastore",
        "description": "The parameters and request body are for method: postCreateCortexOrionVirtualizationDatastore. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.Virtualization.Host": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionVirtualizationHost",
        "description": "The parameters and request body are for method: postCreateCortexOrionVirtualizationHost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.Virtualization.PhysicalDisk": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionVirtualizationPhysicalDisk",
        "description": "The parameters and request body are for method: postCreateCortexOrionVirtualizationPhysicalDisk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.Virtualization.PollingTask": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionVirtualizationPollingTask",
        "description": "The parameters and request body are for method: postCreateCortexOrionVirtualizationPollingTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.Virtualization.TriggeredAlarmState": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionVirtualizationTriggeredAlarmState",
        "description": "The parameters and request body are for method: postCreateCortexOrionVirtualizationTriggeredAlarmState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.Virtualization.VCenter": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionVirtualizationVCenter",
        "description": "The parameters and request body are for method: postCreateCortexOrionVirtualizationVCenter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.Virtualization.VirtualMachine": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionVirtualizationVirtualMachine",
        "description": "The parameters and request body are for method: postCreateCortexOrionVirtualizationVirtualMachine. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.Virtualization.VirtualMachineDisk": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionVirtualizationVirtualMachineDisk",
        "description": "The parameters and request body are for method: postCreateCortexOrionVirtualizationVirtualMachineDisk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.VMwareCredential": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionVMwareCredential",
        "description": "The parameters and request body are for method: postCreateCortexOrionVMwareCredential. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.Virtualization.VSan": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionVirtualizationVSan",
        "description": "The parameters and request body are for method: postCreateCortexOrionVirtualizationVSan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.Virtualization.VSanDiskGroup": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionVirtualizationVSanDiskGroup",
        "description": "The parameters and request body are for method: postCreateCortexOrionVirtualizationVSanDiskGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.Virtualization.VSanHealthGroup": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionVirtualizationVSanHealthGroup",
        "description": "The parameters and request body are for method: postCreateCortexOrionVirtualizationVSanHealthGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.Virtualization.VSanObjectSpaceSummary": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionVirtualizationVSanObjectSpaceSummary",
        "description": "The parameters and request body are for method: postCreateCortexOrionVirtualizationVSanObjectSpaceSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.Virtualization.VSanResyncInfo": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionVirtualizationVSanResyncInfo",
        "description": "The parameters and request body are for method: postCreateCortexOrionVirtualizationVSanResyncInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.ScsiInformation": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionScsiInformation",
        "description": "The parameters and request body are for method: postCreateCortexOrionScsiInformation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Cortex.Orion.Volume": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateCortexOrionVolume",
        "description": "The parameters and request body are for method: postCreateCortexOrionVolume. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.DPA.DatabaseInstanceData": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionDPADatabaseInstanceData",
        "description": "The parameters and request body are for method: postCreateOrionDPADatabaseInstanceData. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.DPA.DatabaseInstanceApplicationRelationship": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionDPADatabaseInstanceApplicationRelationship",
        "description": "The parameters and request body are for method: postCreateOrionDPADatabaseInstanceApplicationRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.DPA.DatabaseInstanceLun": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionDPADatabaseInstanceLun",
        "description": "The parameters and request body are for method: postCreateOrionDPADatabaseInstanceLun. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.DPA.DpaServer": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionDPADpaServer",
        "description": "The parameters and request body are for method: postCreateOrionDPADpaServer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.DPI.Applications": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionDPIApplications",
        "description": "The parameters and request body are for method: postCreateOrionDPIApplications. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.DPI.ApplicationAssignments": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionDPIApplicationAssignments",
        "description": "The parameters and request body are for method: postCreateOrionDPIApplicationAssignments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.DPI.ApplicationSettings": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionDPIApplicationSettings",
        "description": "The parameters and request body are for method: postCreateOrionDPIApplicationSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.DPI.Probes": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionDPIProbes",
        "description": "The parameters and request body are for method: postCreateOrionDPIProbes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.DPI.ProbeAssignments": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionDPIProbeAssignments",
        "description": "The parameters and request body are for method: postCreateOrionDPIProbeAssignments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.DPI.ProbeSettings": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionDPIProbeSettings",
        "description": "The parameters and request body are for method: postCreateOrionDPIProbeSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.DPI.ProbeProperties": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionDPIProbeProperties",
        "description": "The parameters and request body are for method: postCreateOrionDPIProbeProperties. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.ESI.IncidentService": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionESIIncidentService",
        "description": "The parameters and request body are for method: postCreateOrionESIIncidentService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.HA.Pools": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionHAPools",
        "description": "The parameters and request body are for method: postCreateOrionHAPools. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.HA.ResourcesInstances": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionHAResourcesInstances",
        "description": "The parameters and request body are for method: postCreateOrionHAResourcesInstances. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.HA.PoolMemberInterfacesInfo": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionHAPoolMemberInterfacesInfo",
        "description": "The parameters and request body are for method: postCreateOrionHAPoolMemberInterfacesInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.NPM.Interfaces": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionNPMInterfaces",
        "description": "The parameters and request body are for method: postCreateOrionNPMInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/IPAM.IPNode": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateIPAMIPNode",
        "description": "The parameters and request body are for method: postCreateIPAMIPNode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/IPAM.Subnet": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateIPAMSubnet",
        "description": "The parameters and request body are for method: postCreateIPAMSubnet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/IPAM.GroupsCustomProperties": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateIPAMGroupsCustomProperties",
        "description": "The parameters and request body are for method: postCreateIPAMGroupsCustomProperties. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/IPAM.NodesCustomProperties": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateIPAMNodesCustomProperties",
        "description": "The parameters and request body are for method: postCreateIPAMNodesCustomProperties. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.Licensing.LicenseFilters": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionLicensingLicenseFilters",
        "description": "The parameters and request body are for method: postCreateOrionLicensingLicenseFilters. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.NetPath.EndpointServices": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionNetPathEndpointServices",
        "description": "The parameters and request body are for method: postCreateOrionNetPathEndpointServices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.NetPath.Probes": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionNetPathProbes",
        "description": "The parameters and request body are for method: postCreateOrionNetPathProbes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.NetPath.EndpointServiceAssignments": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionNetPathEndpointServiceAssignments",
        "description": "The parameters and request body are for method: postCreateOrionNetPathEndpointServiceAssignments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.NetPath.EndpointServiceProperties": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionNetPathEndpointServiceProperties",
        "description": "The parameters and request body are for method: postCreateOrionNetPathEndpointServiceProperties. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.NetPath.Thresholds": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionNetPathThresholds",
        "description": "The parameters and request body are for method: postCreateOrionNetPathThresholds. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.NetPath.Networks": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionNetPathNetworks",
        "description": "The parameters and request body are for method: postCreateOrionNetPathNetworks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.NPM.CustomPollerAssignmentOnNode": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionNPMCustomPollerAssignmentOnNode",
        "description": "The parameters and request body are for method: postCreateOrionNPMCustomPollerAssignmentOnNode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.NPM.CustomPollerAssignmentOnInterface": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionNPMCustomPollerAssignmentOnInterface",
        "description": "The parameters and request body are for method: postCreateOrionNPMCustomPollerAssignmentOnInterface. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.OLM.MessageSources": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionOLMMessageSources",
        "description": "The parameters and request body are for method: postCreateOrionOLMMessageSources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.Alerts": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionAlerts",
        "description": "The parameters and request body are for method: postCreateOrionAlerts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.AlertStatus": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionAlertStatus",
        "description": "The parameters and request body are for method: postCreateOrionAlertStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.AlertConfigurations": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionAlertConfigurations",
        "description": "The parameters and request body are for method: postCreateOrionAlertConfigurations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.AlertDefinitions": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionAlertDefinitions",
        "description": "The parameters and request body are for method: postCreateOrionAlertDefinitions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.Actions": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionActions",
        "description": "The parameters and request body are for method: postCreateOrionActions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.ActionsProperties": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionActionsProperties",
        "description": "The parameters and request body are for method: postCreateOrionActionsProperties. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.ActionAssignmentProperties": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionActionAssignmentProperties",
        "description": "The parameters and request body are for method: postCreateOrionActionAssignmentProperties. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.ActionsAssignments": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionActionsAssignments",
        "description": "The parameters and request body are for method: postCreateOrionActionsAssignments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.ActionSchedules": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionActionSchedules",
        "description": "The parameters and request body are for method: postCreateOrionActionSchedules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.AlertSchedules": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionAlertSchedules",
        "description": "The parameters and request body are for method: postCreateOrionAlertSchedules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.DiscoveryLogs": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionDiscoveryLogs",
        "description": "The parameters and request body are for method: postCreateOrionDiscoveryLogs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.Dependencies": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionDependencies",
        "description": "The parameters and request body are for method: postCreateOrionDependencies. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.DeletedAutoDependencies": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionDeletedAutoDependencies",
        "description": "The parameters and request body are for method: postCreateOrionDeletedAutoDependencies. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.Events": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionEvents",
        "description": "The parameters and request body are for method: postCreateOrionEvents. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.MapStudioFiles": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionMapStudioFiles",
        "description": "The parameters and request body are for method: postCreateOrionMapStudioFiles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.NodeNotes": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionNodeNotes",
        "description": "The parameters and request body are for method: postCreateOrionNodeNotes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.Nodes": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionNodes",
        "description": "The parameters and request body are for method: postCreateOrionNodes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "icode": {
                      "type": "string"
                    },
                    "response": {
                      "type": "object"
                    },
                    "headers": {
                      "type": "object",
                      "properties": {
                        "content-length": {
                          "type": "string"
                        },
                        "content-type": {
                          "type": "string"
                        },
                        "server": {
                          "type": "string"
                        },
                        "date": {
                          "type": "string"
                        },
                        "connection": {
                          "type": "string"
                        }
                      }
                    },
                    "metrics": {
                      "type": "object",
                      "properties": {
                        "code": {
                          "type": "number"
                        },
                        "timeouts": {
                          "type": "number"
                        },
                        "redirects": {
                          "type": "number"
                        },
                        "retries": {
                          "type": "number"
                        },
                        "tripTime": {
                          "type": "number"
                        },
                        "isThrottling": {
                          "type": "boolean"
                        },
                        "capabilityTime": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "icode": "AD.200",
                  "response": {},
                  "headers": {
                    "content-length": "",
                    "content-type": "application/json",
                    "server": "Microsoft-HTTPAPI/2.0",
                    "date": "Wed, 06 May 2020 03:14:00 GMT",
                    "connection": "close"
                  },
                  "metrics": {
                    "code": 200,
                    "timeouts": 0,
                    "redirects": 0,
                    "retries": 0,
                    "tripTime": 701,
                    "isThrottling": false,
                    "capabilityTime": "710ms"
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.Pollers": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionPollers",
        "description": "The parameters and request body are for method: postCreateOrionPollers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.ResourceProperties": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionResourceProperties",
        "description": "The parameters and request body are for method: postCreateOrionResourceProperties. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.Resources": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionResources",
        "description": "The parameters and request body are for method: postCreateOrionResources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.Volumes": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionVolumes",
        "description": "The parameters and request body are for method: postCreateOrionVolumes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.NodeSettings": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionNodeSettings",
        "description": "The parameters and request body are for method: postCreateOrionNodeSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.WorldMap.Point": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionWorldMapPoint",
        "description": "The parameters and request body are for method: postCreateOrionWorldMapPoint. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.WorldMap.PointLabel": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionWorldMapPointLabel",
        "description": "The parameters and request body are for method: postCreateOrionWorldMapPointLabel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.NetObjectDowntime": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionNetObjectDowntime",
        "description": "The parameters and request body are for method: postCreateOrionNetObjectDowntime. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.ForecastMetrics": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionForecastMetrics",
        "description": "The parameters and request body are for method: postCreateOrionForecastMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.ForecastCapacitySettings": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionForecastCapacitySettings",
        "description": "The parameters and request body are for method: postCreateOrionForecastCapacitySettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.MaintenancePlan": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionMaintenancePlan",
        "description": "The parameters and request body are for method: postCreateOrionMaintenancePlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.MaintenancePlanAssignment": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionMaintenancePlanAssignment",
        "description": "The parameters and request body are for method: postCreateOrionMaintenancePlanAssignment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.Web.FavoriteResource": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionWebFavoriteResource",
        "description": "The parameters and request body are for method: postCreateOrionWebFavoriteResource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.Web.UserWebView": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionWebUserWebView",
        "description": "The parameters and request body are for method: postCreateOrionWebUserWebView. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.OrionServers": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionOrionServers",
        "description": "The parameters and request body are for method: postCreateOrionOrionServers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.PerfStack.Projects": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionPerfStackProjects",
        "description": "The parameters and request body are for method: postCreateOrionPerfStackProjects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.PerfStack.StatisticsEntity": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionPerfStackStatisticsEntity",
        "description": "The parameters and request body are for method: postCreateOrionPerfStackStatisticsEntity. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.Remoting.RemoteExecutionPackage": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionRemotingRemoteExecutionPackage",
        "description": "The parameters and request body are for method: postCreateOrionRemotingRemoteExecutionPackage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.SamAppOptics.Integration": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionSamAppOpticsIntegration",
        "description": "The parameters and request body are for method: postCreateOrionSamAppOpticsIntegration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.SamAppOptics.RegistrationCountry": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionSamAppOpticsRegistrationCountry",
        "description": "The parameters and request body are for method: postCreateOrionSamAppOpticsRegistrationCountry. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.SamAppOptics.RegistrationState": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionSamAppOpticsRegistrationState",
        "description": "The parameters and request body are for method: postCreateOrionSamAppOpticsRegistrationState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.SamAppOptics.ApplicationPool": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionSamAppOpticsApplicationPool",
        "description": "The parameters and request body are for method: postCreateOrionSamAppOpticsApplicationPool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.SCM.ServerConfiguration": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionSCMServerConfiguration",
        "description": "The parameters and request body are for method: postCreateOrionSCMServerConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.SCM.Profiles": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionSCMProfiles",
        "description": "The parameters and request body are for method: postCreateOrionSCMProfiles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.SCM.NodesProfiles": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionSCMNodesProfiles",
        "description": "The parameters and request body are for method: postCreateOrionSCMNodesProfiles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.SCM.NodesProfilesArchive": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionSCMNodesProfilesArchive",
        "description": "The parameters and request body are for method: postCreateOrionSCMNodesProfilesArchive. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.SCM.NodesProfilesHistory": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionSCMNodesProfilesHistory",
        "description": "The parameters and request body are for method: postCreateOrionSCMNodesProfilesHistory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.SCM.Baseline": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionSCMBaseline",
        "description": "The parameters and request body are for method: postCreateOrionSCMBaseline. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.SCM.ProfileElements": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionSCMProfileElements",
        "description": "The parameters and request body are for method: postCreateOrionSCMProfileElements. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.SCM.Results.PolledElements": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionSCMResultsPolledElements",
        "description": "The parameters and request body are for method: postCreateOrionSCMResultsPolledElements. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.SCM.Results.PolledElementDetails": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionSCMResultsPolledElementDetails",
        "description": "The parameters and request body are for method: postCreateOrionSCMResultsPolledElementDetails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.SCM.Results.NodesPollingErrors": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionSCMResultsNodesPollingErrors",
        "description": "The parameters and request body are for method: postCreateOrionSCMResultsNodesPollingErrors. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.SCM.Results.PolledElementErrors": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionSCMResultsPolledElementErrors",
        "description": "The parameters and request body are for method: postCreateOrionSCMResultsPolledElementErrors. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.SCM.Results.ElementErrors": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionSCMResultsElementErrors",
        "description": "The parameters and request body are for method: postCreateOrionSCMResultsElementErrors. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.SCM.PollEntries": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionSCMPollEntries",
        "description": "The parameters and request body are for method: postCreateOrionSCMPollEntries. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.SettingOverride": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionSettingOverride",
        "description": "The parameters and request body are for method: postCreateOrionSettingOverride. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.SEUM.Agents": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionSEUMAgents",
        "description": "The parameters and request body are for method: postCreateOrionSEUMAgents. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.SEUM.Recordings": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionSEUMRecordings",
        "description": "The parameters and request body are for method: postCreateOrionSEUMRecordings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.SEUM.RecordingCustomProperties": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionSEUMRecordingCustomProperties",
        "description": "The parameters and request body are for method: postCreateOrionSEUMRecordingCustomProperties. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.SEUM.RecordingSteps": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionSEUMRecordingSteps",
        "description": "The parameters and request body are for method: postCreateOrionSEUMRecordingSteps. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.SEUM.Transactions": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionSEUMTransactions",
        "description": "The parameters and request body are for method: postCreateOrionSEUMTransactions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.SEUM.TransactionCustomProperties": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionSEUMTransactionCustomProperties",
        "description": "The parameters and request body are for method: postCreateOrionSEUMTransactionCustomProperties. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.SEUM.TransactionRunParameters": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionSEUMTransactionRunParameters",
        "description": "The parameters and request body are for method: postCreateOrionSEUMTransactionRunParameters. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.SEUM.TransactionSteps": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionSEUMTransactionSteps",
        "description": "The parameters and request body are for method: postCreateOrionSEUMTransactionSteps. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.SEUM.Settings": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionSEUMSettings",
        "description": "The parameters and request body are for method: postCreateOrionSEUMSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.AutoDependencyRoot": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionAutoDependencyRoot",
        "description": "The parameters and request body are for method: postCreateOrionAutoDependencyRoot. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.SSH.Session": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionSSHSession",
        "description": "The parameters and request body are for method: postCreateOrionSSHSession. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.VIM.ClustersCustomProperties": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionVIMClustersCustomProperties",
        "description": "The parameters and request body are for method: postCreateOrionVIMClustersCustomProperties. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.VIM.VirtualMachinesCustomProperties": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionVIMVirtualMachinesCustomProperties",
        "description": "The parameters and request body are for method: postCreateOrionVIMVirtualMachinesCustomProperties. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.VIM.HostsCustomProperties": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionVIMHostsCustomProperties",
        "description": "The parameters and request body are for method: postCreateOrionVIMHostsCustomProperties. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.VIM.DatastoresCustomProperties": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionVIMDatastoresCustomProperties",
        "description": "The parameters and request body are for method: postCreateOrionVIMDatastoresCustomProperties. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/Orion.WirelessHeatMap.Map": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionWirelessHeatMapMap",
        "description": "The parameters and request body are for method: postCreateOrionWirelessHeatMapMap. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/SWISf.RemoteSWIS": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateSWISfRemoteSWIS",
        "description": "The parameters and request body are for method: postCreateSWISfRemoteSWIS. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/System.Subscription": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateSystemSubscription",
        "description": "The parameters and request body are for method: postCreateSystemSubscription. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Create/System.SubscriptionProperty": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateSystemSubscriptionProperty",
        "description": "The parameters and request body are for method: postCreateSystemSubscriptionProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.ADM.NodeInventory/PollNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionADMNodeInventoryPollNow",
        "description": "The parameters and request body are for method: postInvokeOrionADMNodeInventoryPollNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.ADM.NodeInventory/Enable": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionADMNodeInventoryEnable",
        "description": "The parameters and request body are for method: postInvokeOrionADMNodeInventoryEnable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.ADM.NodeInventory/Disable": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionADMNodeInventoryDisable",
        "description": "The parameters and request body are for method: postInvokeOrionADMNodeInventoryDisable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.ADM.NodeInventory/SchedulePollNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionADMNodeInventorySchedulePollNow",
        "description": "The parameters and request body are for method: postInvokeOrionADMNodeInventorySchedulePollNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.ADM.NodeInventory/ScheduleEnable": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionADMNodeInventoryScheduleEnable",
        "description": "The parameters and request body are for method: postInvokeOrionADMNodeInventoryScheduleEnable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.ADM.NodeInventory/UninstallConnectionQualityAgentPlugin": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionADMNodeInventoryUninstallConnectionQualityAgentPlugin",
        "description": "The parameters and request body are for method: postInvokeOrionADMNodeInventoryUninstallConnectionQualityAgentPlugin. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.AgentManagement.Agent/Deploy": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAgentManagementAgentDeploy",
        "description": "The parameters and request body are for method: postInvokeOrionAgentManagementAgentDeploy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.AgentManagement.Agent/DeployToNode": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAgentManagementAgentDeployToNode",
        "description": "The parameters and request body are for method: postInvokeOrionAgentManagementAgentDeployToNode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.AgentManagement.Agent/DeployPlugin": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAgentManagementAgentDeployPlugin",
        "description": "The parameters and request body are for method: postInvokeOrionAgentManagementAgentDeployPlugin. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.AgentManagement.Agent/RedeployPlugin": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAgentManagementAgentRedeployPlugin",
        "description": "The parameters and request body are for method: postInvokeOrionAgentManagementAgentRedeployPlugin. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.AgentManagement.Agent/UninstallPlugin": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAgentManagementAgentUninstallPlugin",
        "description": "The parameters and request body are for method: postInvokeOrionAgentManagementAgentUninstallPlugin. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.AgentManagement.Agent/Uninstall": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAgentManagementAgentUninstall",
        "description": "The parameters and request body are for method: postInvokeOrionAgentManagementAgentUninstall. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.AgentManagement.Agent/Delete": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAgentManagementAgentDelete",
        "description": "The parameters and request body are for method: postInvokeOrionAgentManagementAgentDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.AgentManagement.Agent/ApproveReboot": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAgentManagementAgentApproveReboot",
        "description": "The parameters and request body are for method: postInvokeOrionAgentManagementAgentApproveReboot. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.AgentManagement.Agent/ApproveUpdate": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAgentManagementAgentApproveUpdate",
        "description": "The parameters and request body are for method: postInvokeOrionAgentManagementAgentApproveUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.AgentManagement.Agent/TestWithEngine": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAgentManagementAgentTestWithEngine",
        "description": "The parameters and request body are for method: postInvokeOrionAgentManagementAgentTestWithEngine. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.AgentManagement.Agent/AssignToEngine": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAgentManagementAgentAssignToEngine",
        "description": "The parameters and request body are for method: postInvokeOrionAgentManagementAgentAssignToEngine. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.AgentManagement.Agent/ValidateDeploymentCredentials": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAgentManagementAgentValidateDeploymentCredentials",
        "description": "The parameters and request body are for method: postInvokeOrionAgentManagementAgentValidateDeploymentCredentials. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Item1": {
                      "type": "boolean"
                    },
                    "Item2": {
                      "type": "string"
                    },
                    "Item3": {
                      "type": "number"
                    },
                    "Item4": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "Item1": true,
                  "Item2": "string",
                  "Item3": 3,
                  "Item4": 10
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.AgentManagement.Agent/RestartAgent": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAgentManagementAgentRestartAgent",
        "description": "The parameters and request body are for method: postInvokeOrionAgentManagementAgentRestartAgent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.APM.IIS.Site/Start": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAPMIISSiteStart",
        "description": "The parameters and request body are for method: postInvokeOrionAPMIISSiteStart. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.APM.IIS.Site/Stop": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAPMIISSiteStop",
        "description": "The parameters and request body are for method: postInvokeOrionAPMIISSiteStop. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.APM.IIS.Site/Restart": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAPMIISSiteRestart",
        "description": "The parameters and request body are for method: postInvokeOrionAPMIISSiteRestart. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.APM.IIS.ApplicationPool/Start": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAPMIISApplicationPoolStart",
        "description": "The parameters and request body are for method: postInvokeOrionAPMIISApplicationPoolStart. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.APM.IIS.ApplicationPool/Stop": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAPMIISApplicationPoolStop",
        "description": "The parameters and request body are for method: postInvokeOrionAPMIISApplicationPoolStop. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.APM.IIS.ApplicationPool/Restart": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAPMIISApplicationPoolRestart",
        "description": "The parameters and request body are for method: postInvokeOrionAPMIISApplicationPoolRestart. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.APM.Application/Unmanage": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAPMApplicationUnmanage",
        "description": "The parameters and request body are for method: postInvokeOrionAPMApplicationUnmanage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.APM.Application/Remanage": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAPMApplicationRemanage",
        "description": "The parameters and request body are for method: postInvokeOrionAPMApplicationRemanage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.APM.Application/CreateApplication": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAPMApplicationCreateApplication",
        "description": "The parameters and request body are for method: postInvokeOrionAPMApplicationCreateApplication. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.APM.Application/DeleteApplication": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAPMApplicationDeleteApplication",
        "description": "The parameters and request body are for method: postInvokeOrionAPMApplicationDeleteApplication. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.APM.Application/PollNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAPMApplicationPollNow",
        "description": "The parameters and request body are for method: postInvokeOrionAPMApplicationPollNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.APM.ApplicationCustomProperties/CreateCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAPMApplicationCustomPropertiesCreateCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionAPMApplicationCustomPropertiesCreateCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.APM.ApplicationCustomProperties/CreateCustomPropertyWithValues": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAPMApplicationCustomPropertiesCreateCustomPropertyWithValues",
        "description": "The parameters and request body are for method: postInvokeOrionAPMApplicationCustomPropertiesCreateCustomPropertyWithValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.APM.ApplicationCustomProperties/ModifyCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAPMApplicationCustomPropertiesModifyCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionAPMApplicationCustomPropertiesModifyCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.APM.ApplicationCustomProperties/DeleteCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAPMApplicationCustomPropertiesDeleteCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionAPMApplicationCustomPropertiesDeleteCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.APM.ApplicationTemplate/UpdateApplicationTemplateSettings": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAPMApplicationTemplateUpdateApplicationTemplateSettings",
        "description": "The parameters and request body are for method: postInvokeOrionAPMApplicationTemplateUpdateApplicationTemplateSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.APM.ApplicationTemplate/DeleteTemplate": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAPMApplicationTemplateDeleteTemplate",
        "description": "The parameters and request body are for method: postInvokeOrionAPMApplicationTemplateDeleteTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.APM.ServerManagement/StartService": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAPMServerManagementStartService",
        "description": "The parameters and request body are for method: postInvokeOrionAPMServerManagementStartService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.APM.ServerManagement/StopService": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAPMServerManagementStopService",
        "description": "The parameters and request body are for method: postInvokeOrionAPMServerManagementStopService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.APM.ServerManagement/RestartService": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAPMServerManagementRestartService",
        "description": "The parameters and request body are for method: postInvokeOrionAPMServerManagementRestartService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.APM.ServerManagement/RebootNode": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAPMServerManagementRebootNode",
        "description": "The parameters and request body are for method: postInvokeOrionAPMServerManagementRebootNode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Stacks.Relation/Traverse": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionStacksRelationTraverse",
        "description": "The parameters and request body are for method: postInvokeOrionStacksRelationTraverse. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Nodes": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "Id": {
                            "type": "number"
                          },
                          "Uri": {
                            "type": "string"
                          },
                          "EntityType": {
                            "type": "string"
                          },
                          "Relation": {
                            "type": "object",
                            "properties": {
                              "Id": {
                                "type": "number"
                              },
                              "Neighbors": {
                                "type": "array",
                                "items": {
                                  "type": "number"
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "Reliances": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "Id": {
                            "type": "number"
                          },
                          "Neighbors": {
                            "type": "array",
                            "items": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "Nodes": [
                    {
                      "Id": 8,
                      "Uri": "string",
                      "EntityType": "string",
                      "Relation": {
                        "Id": 9,
                        "Neighbors": [
                          4,
                          4,
                          2,
                          7,
                          9,
                          3,
                          8,
                          10
                        ]
                      }
                    },
                    {
                      "Id": 2,
                      "Uri": "string",
                      "EntityType": "string",
                      "Relation": {
                        "Id": 7,
                        "Neighbors": [
                          4
                        ]
                      }
                    },
                    {
                      "Id": 5,
                      "Uri": "string",
                      "EntityType": "string",
                      "Relation": {
                        "Id": 8,
                        "Neighbors": [
                          4,
                          5,
                          8,
                          9,
                          6,
                          1,
                          4
                        ]
                      }
                    },
                    {
                      "Id": 7,
                      "Uri": "string",
                      "EntityType": "string",
                      "Relation": {
                        "Id": 10,
                        "Neighbors": [
                          7
                        ]
                      }
                    },
                    {
                      "Id": 1,
                      "Uri": "string",
                      "EntityType": "string",
                      "Relation": {
                        "Id": 7,
                        "Neighbors": [
                          4,
                          2,
                          2,
                          5,
                          3,
                          10
                        ]
                      }
                    },
                    {
                      "Id": 2,
                      "Uri": "string",
                      "EntityType": "string",
                      "Relation": {
                        "Id": 10,
                        "Neighbors": [
                          8,
                          1,
                          10,
                          10,
                          8,
                          7,
                          10,
                          9
                        ]
                      }
                    }
                  ],
                  "Reliances": [
                    {
                      "Id": 8,
                      "Neighbors": [
                        5,
                        5,
                        9,
                        7,
                        7,
                        7,
                        7,
                        3,
                        2,
                        5
                      ]
                    },
                    {
                      "Id": 4,
                      "Neighbors": [
                        3,
                        1,
                        3,
                        5,
                        10,
                        2,
                        8,
                        3,
                        10
                      ]
                    },
                    {
                      "Id": 8,
                      "Neighbors": [
                        9,
                        6,
                        9,
                        2,
                        5
                      ]
                    },
                    {
                      "Id": 7,
                      "Neighbors": [
                        7,
                        6,
                        10,
                        7,
                        5,
                        10,
                        7
                      ]
                    },
                    {
                      "Id": 8,
                      "Neighbors": [
                        4,
                        1,
                        4,
                        3,
                        7,
                        3,
                        3
                      ]
                    },
                    {
                      "Id": 4,
                      "Neighbors": [
                        3,
                        8,
                        10
                      ]
                    },
                    {
                      "Id": 2,
                      "Neighbors": [
                        5,
                        4,
                        2,
                        5,
                        8,
                        4,
                        6,
                        2,
                        10
                      ]
                    },
                    {
                      "Id": 8,
                      "Neighbors": [
                        4,
                        5,
                        3,
                        1,
                        5,
                        1
                      ]
                    },
                    {
                      "Id": 4,
                      "Neighbors": [
                        10,
                        8,
                        5,
                        4,
                        9,
                        1,
                        7,
                        1,
                        8
                      ]
                    },
                    {
                      "Id": 1,
                      "Neighbors": [
                        3,
                        9,
                        5,
                        8,
                        1,
                        1,
                        7,
                        10,
                        8
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Stacks.Relation/ProcessUi": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionStacksRelationProcessUi",
        "description": "The parameters and request body are for method: postInvokeOrionStacksRelationProcessUi. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Categories": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "Id": {
                            "type": "string"
                          },
                          "Icons": {
                            "type": "array",
                            "items": {
                              "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"
                                }
                              }
                            }
                          },
                          "Counts": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "Id": {
                                  "type": "number"
                                },
                                "N": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "SelectionCounts": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "Id": {
                                  "type": "number"
                                },
                                "N": {
                                  "type": "number"
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "Traces": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "Timestamp": {
                            "type": "string"
                          },
                          "DurationMs": {
                            "type": "number"
                          },
                          "Message": {
                            "type": "string"
                          },
                          "Details": {
                            "type": "string"
                          },
                          "TraceLevel": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "SwisErrorMessages": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ErrorType": {
                            "type": "string"
                          },
                          "Context": {
                            "type": "string"
                          },
                          "Message": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "Categories": [
                    {
                      "Id": "string",
                      "Icons": [
                        {
                          "Id": "string",
                          "Status": 10,
                          "ChildStatus": 3,
                          "UiOrder": 10,
                          "Severity": 3,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": false,
                          "IsSelectionRelation": true,
                          "IsFilterMatch": false,
                          "IsForcedMembership": true
                        },
                        {
                          "Id": "string",
                          "Status": 1,
                          "ChildStatus": 3,
                          "UiOrder": 1,
                          "Severity": 10,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": true,
                          "IsSelectionRelation": false,
                          "IsFilterMatch": false,
                          "IsForcedMembership": true
                        },
                        {
                          "Id": "string",
                          "Status": 10,
                          "ChildStatus": 10,
                          "UiOrder": 4,
                          "Severity": 6,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": false,
                          "IsSelectionRelation": false,
                          "IsFilterMatch": true,
                          "IsForcedMembership": false
                        }
                      ],
                      "Counts": [
                        {
                          "Id": 1,
                          "N": 5
                        }
                      ],
                      "SelectionCounts": [
                        {
                          "Id": 6,
                          "N": 7
                        }
                      ]
                    },
                    {
                      "Id": "string",
                      "Icons": [
                        {
                          "Id": "string",
                          "Status": 10,
                          "ChildStatus": 9,
                          "UiOrder": 7,
                          "Severity": 8,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": false,
                          "IsSelectionRelation": false,
                          "IsFilterMatch": true,
                          "IsForcedMembership": false
                        },
                        {
                          "Id": "string",
                          "Status": 2,
                          "ChildStatus": 5,
                          "UiOrder": 8,
                          "Severity": 3,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": true,
                          "IsSelectionRelation": false,
                          "IsFilterMatch": false,
                          "IsForcedMembership": true
                        },
                        {
                          "Id": "string",
                          "Status": 2,
                          "ChildStatus": 5,
                          "UiOrder": 3,
                          "Severity": 3,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": true,
                          "IsSelectionRelation": false,
                          "IsFilterMatch": true,
                          "IsForcedMembership": true
                        },
                        {
                          "Id": "string",
                          "Status": 7,
                          "ChildStatus": 2,
                          "UiOrder": 3,
                          "Severity": 3,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": true,
                          "IsSelectionRelation": true,
                          "IsFilterMatch": false,
                          "IsForcedMembership": false
                        },
                        {
                          "Id": "string",
                          "Status": 9,
                          "ChildStatus": 6,
                          "UiOrder": 4,
                          "Severity": 7,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": true,
                          "IsSelectionRelation": false,
                          "IsFilterMatch": false,
                          "IsForcedMembership": false
                        },
                        {
                          "Id": "string",
                          "Status": 9,
                          "ChildStatus": 2,
                          "UiOrder": 3,
                          "Severity": 9,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": false,
                          "IsSelectionRelation": false,
                          "IsFilterMatch": false,
                          "IsForcedMembership": false
                        },
                        {
                          "Id": "string",
                          "Status": 3,
                          "ChildStatus": 5,
                          "UiOrder": 4,
                          "Severity": 4,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": true,
                          "IsSelectionRelation": false,
                          "IsFilterMatch": true,
                          "IsForcedMembership": true
                        }
                      ],
                      "Counts": [
                        {
                          "Id": 6,
                          "N": 9
                        },
                        {
                          "Id": 3,
                          "N": 1
                        },
                        {
                          "Id": 5,
                          "N": 1
                        },
                        {
                          "Id": 5,
                          "N": 2
                        },
                        {
                          "Id": 1,
                          "N": 4
                        },
                        {
                          "Id": 5,
                          "N": 4
                        },
                        {
                          "Id": 10,
                          "N": 7
                        },
                        {
                          "Id": 7,
                          "N": 2
                        },
                        {
                          "Id": 1,
                          "N": 2
                        },
                        {
                          "Id": 9,
                          "N": 3
                        }
                      ],
                      "SelectionCounts": [
                        {
                          "Id": 8,
                          "N": 8
                        },
                        {
                          "Id": 2,
                          "N": 1
                        },
                        {
                          "Id": 7,
                          "N": 5
                        },
                        {
                          "Id": 10,
                          "N": 9
                        },
                        {
                          "Id": 10,
                          "N": 4
                        },
                        {
                          "Id": 4,
                          "N": 8
                        },
                        {
                          "Id": 10,
                          "N": 6
                        },
                        {
                          "Id": 6,
                          "N": 2
                        },
                        {
                          "Id": 1,
                          "N": 4
                        },
                        {
                          "Id": 10,
                          "N": 10
                        }
                      ]
                    },
                    {
                      "Id": "string",
                      "Icons": [
                        {
                          "Id": "string",
                          "Status": 4,
                          "ChildStatus": 2,
                          "UiOrder": 3,
                          "Severity": 1,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": false,
                          "IsSelectionRelation": false,
                          "IsFilterMatch": false,
                          "IsForcedMembership": true
                        },
                        {
                          "Id": "string",
                          "Status": 2,
                          "ChildStatus": 3,
                          "UiOrder": 4,
                          "Severity": 1,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": false,
                          "IsSelectionRelation": true,
                          "IsFilterMatch": false,
                          "IsForcedMembership": false
                        },
                        {
                          "Id": "string",
                          "Status": 2,
                          "ChildStatus": 4,
                          "UiOrder": 7,
                          "Severity": 5,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": false,
                          "IsSelectionRelation": true,
                          "IsFilterMatch": false,
                          "IsForcedMembership": false
                        },
                        {
                          "Id": "string",
                          "Status": 9,
                          "ChildStatus": 8,
                          "UiOrder": 1,
                          "Severity": 4,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": true,
                          "IsSelectionRelation": false,
                          "IsFilterMatch": true,
                          "IsForcedMembership": false
                        },
                        {
                          "Id": "string",
                          "Status": 5,
                          "ChildStatus": 4,
                          "UiOrder": 1,
                          "Severity": 10,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": false,
                          "IsSelectionRelation": false,
                          "IsFilterMatch": false,
                          "IsForcedMembership": false
                        },
                        {
                          "Id": "string",
                          "Status": 4,
                          "ChildStatus": 10,
                          "UiOrder": 6,
                          "Severity": 3,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": true,
                          "IsSelectionRelation": true,
                          "IsFilterMatch": true,
                          "IsForcedMembership": false
                        },
                        {
                          "Id": "string",
                          "Status": 3,
                          "ChildStatus": 4,
                          "UiOrder": 6,
                          "Severity": 2,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": true,
                          "IsSelectionRelation": false,
                          "IsFilterMatch": false,
                          "IsForcedMembership": false
                        },
                        {
                          "Id": "string",
                          "Status": 4,
                          "ChildStatus": 10,
                          "UiOrder": 4,
                          "Severity": 9,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": true,
                          "IsSelectionRelation": false,
                          "IsFilterMatch": true,
                          "IsForcedMembership": false
                        }
                      ],
                      "Counts": [
                        {
                          "Id": 6,
                          "N": 9
                        },
                        {
                          "Id": 6,
                          "N": 2
                        },
                        {
                          "Id": 3,
                          "N": 7
                        },
                        {
                          "Id": 6,
                          "N": 2
                        },
                        {
                          "Id": 9,
                          "N": 7
                        },
                        {
                          "Id": 1,
                          "N": 4
                        },
                        {
                          "Id": 4,
                          "N": 1
                        },
                        {
                          "Id": 2,
                          "N": 7
                        },
                        {
                          "Id": 1,
                          "N": 3
                        },
                        {
                          "Id": 7,
                          "N": 2
                        }
                      ],
                      "SelectionCounts": [
                        {
                          "Id": 6,
                          "N": 3
                        },
                        {
                          "Id": 10,
                          "N": 4
                        },
                        {
                          "Id": 4,
                          "N": 9
                        },
                        {
                          "Id": 8,
                          "N": 7
                        }
                      ]
                    },
                    {
                      "Id": "string",
                      "Icons": [
                        {
                          "Id": "string",
                          "Status": 5,
                          "ChildStatus": 4,
                          "UiOrder": 7,
                          "Severity": 7,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": true,
                          "IsSelectionRelation": true,
                          "IsFilterMatch": true,
                          "IsForcedMembership": false
                        },
                        {
                          "Id": "string",
                          "Status": 6,
                          "ChildStatus": 3,
                          "UiOrder": 3,
                          "Severity": 6,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": true,
                          "IsSelectionRelation": true,
                          "IsFilterMatch": true,
                          "IsForcedMembership": false
                        },
                        {
                          "Id": "string",
                          "Status": 4,
                          "ChildStatus": 6,
                          "UiOrder": 8,
                          "Severity": 3,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": false,
                          "IsSelectionRelation": false,
                          "IsFilterMatch": false,
                          "IsForcedMembership": false
                        },
                        {
                          "Id": "string",
                          "Status": 3,
                          "ChildStatus": 1,
                          "UiOrder": 3,
                          "Severity": 1,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": false,
                          "IsSelectionRelation": false,
                          "IsFilterMatch": true,
                          "IsForcedMembership": true
                        },
                        {
                          "Id": "string",
                          "Status": 5,
                          "ChildStatus": 3,
                          "UiOrder": 7,
                          "Severity": 9,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": true,
                          "IsSelectionRelation": false,
                          "IsFilterMatch": true,
                          "IsForcedMembership": true
                        },
                        {
                          "Id": "string",
                          "Status": 10,
                          "ChildStatus": 3,
                          "UiOrder": 2,
                          "Severity": 5,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": true,
                          "IsSelectionRelation": true,
                          "IsFilterMatch": false,
                          "IsForcedMembership": false
                        },
                        {
                          "Id": "string",
                          "Status": 9,
                          "ChildStatus": 3,
                          "UiOrder": 9,
                          "Severity": 1,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": true,
                          "IsSelectionRelation": false,
                          "IsFilterMatch": false,
                          "IsForcedMembership": false
                        },
                        {
                          "Id": "string",
                          "Status": 6,
                          "ChildStatus": 9,
                          "UiOrder": 6,
                          "Severity": 8,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": false,
                          "IsSelectionRelation": false,
                          "IsFilterMatch": true,
                          "IsForcedMembership": false
                        },
                        {
                          "Id": "string",
                          "Status": 8,
                          "ChildStatus": 1,
                          "UiOrder": 4,
                          "Severity": 9,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": true,
                          "IsSelectionRelation": true,
                          "IsFilterMatch": true,
                          "IsForcedMembership": true
                        },
                        {
                          "Id": "string",
                          "Status": 6,
                          "ChildStatus": 3,
                          "UiOrder": 7,
                          "Severity": 1,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": false,
                          "IsSelectionRelation": false,
                          "IsFilterMatch": false,
                          "IsForcedMembership": false
                        }
                      ],
                      "Counts": [
                        {
                          "Id": 4,
                          "N": 5
                        },
                        {
                          "Id": 9,
                          "N": 10
                        }
                      ],
                      "SelectionCounts": [
                        {
                          "Id": 1,
                          "N": 5
                        },
                        {
                          "Id": 2,
                          "N": 10
                        },
                        {
                          "Id": 6,
                          "N": 9
                        },
                        {
                          "Id": 1,
                          "N": 8
                        },
                        {
                          "Id": 9,
                          "N": 6
                        }
                      ]
                    },
                    {
                      "Id": "string",
                      "Icons": [
                        {
                          "Id": "string",
                          "Status": 7,
                          "ChildStatus": 10,
                          "UiOrder": 6,
                          "Severity": 7,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": false,
                          "IsSelectionRelation": true,
                          "IsFilterMatch": false,
                          "IsForcedMembership": false
                        },
                        {
                          "Id": "string",
                          "Status": 1,
                          "ChildStatus": 1,
                          "UiOrder": 4,
                          "Severity": 7,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": false,
                          "IsSelectionRelation": false,
                          "IsFilterMatch": false,
                          "IsForcedMembership": true
                        },
                        {
                          "Id": "string",
                          "Status": 4,
                          "ChildStatus": 4,
                          "UiOrder": 5,
                          "Severity": 10,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": true,
                          "IsSelectionRelation": true,
                          "IsFilterMatch": false,
                          "IsForcedMembership": false
                        },
                        {
                          "Id": "string",
                          "Status": 8,
                          "ChildStatus": 5,
                          "UiOrder": 10,
                          "Severity": 3,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": false,
                          "IsSelectionRelation": true,
                          "IsFilterMatch": false,
                          "IsForcedMembership": true
                        }
                      ],
                      "Counts": [
                        {
                          "Id": 6,
                          "N": 1
                        },
                        {
                          "Id": 6,
                          "N": 8
                        },
                        {
                          "Id": 2,
                          "N": 4
                        },
                        {
                          "Id": 10,
                          "N": 2
                        },
                        {
                          "Id": 4,
                          "N": 10
                        }
                      ],
                      "SelectionCounts": [
                        {
                          "Id": 4,
                          "N": 5
                        },
                        {
                          "Id": 3,
                          "N": 1
                        },
                        {
                          "Id": 1,
                          "N": 10
                        },
                        {
                          "Id": 7,
                          "N": 8
                        },
                        {
                          "Id": 6,
                          "N": 6
                        },
                        {
                          "Id": 5,
                          "N": 3
                        },
                        {
                          "Id": 10,
                          "N": 8
                        },
                        {
                          "Id": 4,
                          "N": 2
                        },
                        {
                          "Id": 7,
                          "N": 7
                        },
                        {
                          "Id": 7,
                          "N": 6
                        }
                      ]
                    },
                    {
                      "Id": "string",
                      "Icons": [
                        {
                          "Id": "string",
                          "Status": 1,
                          "ChildStatus": 4,
                          "UiOrder": 4,
                          "Severity": 6,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": true,
                          "IsSelectionRelation": true,
                          "IsFilterMatch": false,
                          "IsForcedMembership": false
                        },
                        {
                          "Id": "string",
                          "Status": 8,
                          "ChildStatus": 1,
                          "UiOrder": 1,
                          "Severity": 7,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": false,
                          "IsSelectionRelation": false,
                          "IsFilterMatch": true,
                          "IsForcedMembership": false
                        },
                        {
                          "Id": "string",
                          "Status": 3,
                          "ChildStatus": 9,
                          "UiOrder": 8,
                          "Severity": 9,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": false,
                          "IsSelectionRelation": false,
                          "IsFilterMatch": false,
                          "IsForcedMembership": false
                        }
                      ],
                      "Counts": [
                        {
                          "Id": 9,
                          "N": 8
                        },
                        {
                          "Id": 4,
                          "N": 1
                        },
                        {
                          "Id": 10,
                          "N": 7
                        },
                        {
                          "Id": 3,
                          "N": 8
                        },
                        {
                          "Id": 10,
                          "N": 6
                        }
                      ],
                      "SelectionCounts": [
                        {
                          "Id": 6,
                          "N": 10
                        }
                      ]
                    },
                    {
                      "Id": "string",
                      "Icons": [
                        {
                          "Id": "string",
                          "Status": 7,
                          "ChildStatus": 9,
                          "UiOrder": 1,
                          "Severity": 2,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": false,
                          "IsSelectionRelation": true,
                          "IsFilterMatch": false,
                          "IsForcedMembership": true
                        },
                        {
                          "Id": "string",
                          "Status": 3,
                          "ChildStatus": 10,
                          "UiOrder": 3,
                          "Severity": 7,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": true,
                          "IsSelectionRelation": true,
                          "IsFilterMatch": true,
                          "IsForcedMembership": true
                        },
                        {
                          "Id": "string",
                          "Status": 3,
                          "ChildStatus": 6,
                          "UiOrder": 2,
                          "Severity": 4,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": true,
                          "IsSelectionRelation": true,
                          "IsFilterMatch": true,
                          "IsForcedMembership": true
                        },
                        {
                          "Id": "string",
                          "Status": 10,
                          "ChildStatus": 5,
                          "UiOrder": 6,
                          "Severity": 4,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": true,
                          "IsSelectionRelation": false,
                          "IsFilterMatch": false,
                          "IsForcedMembership": false
                        }
                      ],
                      "Counts": [
                        {
                          "Id": 5,
                          "N": 6
                        },
                        {
                          "Id": 8,
                          "N": 9
                        },
                        {
                          "Id": 10,
                          "N": 5
                        }
                      ],
                      "SelectionCounts": [
                        {
                          "Id": 8,
                          "N": 3
                        },
                        {
                          "Id": 5,
                          "N": 8
                        },
                        {
                          "Id": 3,
                          "N": 4
                        },
                        {
                          "Id": 8,
                          "N": 9
                        },
                        {
                          "Id": 8,
                          "N": 1
                        },
                        {
                          "Id": 6,
                          "N": 10
                        },
                        {
                          "Id": 8,
                          "N": 3
                        },
                        {
                          "Id": 4,
                          "N": 10
                        },
                        {
                          "Id": 3,
                          "N": 8
                        },
                        {
                          "Id": 10,
                          "N": 10
                        }
                      ]
                    },
                    {
                      "Id": "string",
                      "Icons": [
                        {
                          "Id": "string",
                          "Status": 6,
                          "ChildStatus": 5,
                          "UiOrder": 1,
                          "Severity": 8,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": false,
                          "IsSelectionRelation": true,
                          "IsFilterMatch": true,
                          "IsForcedMembership": false
                        },
                        {
                          "Id": "string",
                          "Status": 6,
                          "ChildStatus": 9,
                          "UiOrder": 8,
                          "Severity": 8,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": false,
                          "IsSelectionRelation": true,
                          "IsFilterMatch": true,
                          "IsForcedMembership": false
                        },
                        {
                          "Id": "string",
                          "Status": 5,
                          "ChildStatus": 6,
                          "UiOrder": 3,
                          "Severity": 9,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": true,
                          "IsSelectionRelation": false,
                          "IsFilterMatch": false,
                          "IsForcedMembership": false
                        }
                      ],
                      "Counts": [
                        {
                          "Id": 9,
                          "N": 7
                        },
                        {
                          "Id": 6,
                          "N": 2
                        },
                        {
                          "Id": 7,
                          "N": 3
                        },
                        {
                          "Id": 2,
                          "N": 6
                        },
                        {
                          "Id": 8,
                          "N": 10
                        },
                        {
                          "Id": 8,
                          "N": 7
                        },
                        {
                          "Id": 2,
                          "N": 10
                        },
                        {
                          "Id": 1,
                          "N": 5
                        },
                        {
                          "Id": 7,
                          "N": 10
                        }
                      ],
                      "SelectionCounts": [
                        {
                          "Id": 8,
                          "N": 6
                        },
                        {
                          "Id": 5,
                          "N": 7
                        }
                      ]
                    },
                    {
                      "Id": "string",
                      "Icons": [
                        {
                          "Id": "string",
                          "Status": 3,
                          "ChildStatus": 5,
                          "UiOrder": 1,
                          "Severity": 9,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": false,
                          "IsSelectionRelation": false,
                          "IsFilterMatch": true,
                          "IsForcedMembership": false
                        }
                      ],
                      "Counts": [
                        {
                          "Id": 1,
                          "N": 3
                        },
                        {
                          "Id": 10,
                          "N": 7
                        },
                        {
                          "Id": 10,
                          "N": 4
                        },
                        {
                          "Id": 7,
                          "N": 8
                        },
                        {
                          "Id": 5,
                          "N": 8
                        },
                        {
                          "Id": 7,
                          "N": 8
                        },
                        {
                          "Id": 5,
                          "N": 7
                        }
                      ],
                      "SelectionCounts": [
                        {
                          "Id": 1,
                          "N": 9
                        },
                        {
                          "Id": 5,
                          "N": 4
                        },
                        {
                          "Id": 4,
                          "N": 2
                        },
                        {
                          "Id": 8,
                          "N": 9
                        },
                        {
                          "Id": 3,
                          "N": 10
                        },
                        {
                          "Id": 8,
                          "N": 6
                        },
                        {
                          "Id": 1,
                          "N": 10
                        }
                      ]
                    },
                    {
                      "Id": "string",
                      "Icons": [
                        {
                          "Id": "string",
                          "Status": 7,
                          "ChildStatus": 6,
                          "UiOrder": 6,
                          "Severity": 10,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": true,
                          "IsSelectionRelation": true,
                          "IsFilterMatch": true,
                          "IsForcedMembership": true
                        },
                        {
                          "Id": "string",
                          "Status": 3,
                          "ChildStatus": 8,
                          "UiOrder": 6,
                          "Severity": 5,
                          "DisplayName": "string",
                          "DetailsUrl": "string",
                          "IsSelected": true,
                          "IsSelectionRelation": true,
                          "IsFilterMatch": true,
                          "IsForcedMembership": true
                        }
                      ],
                      "Counts": [
                        {
                          "Id": 7,
                          "N": 9
                        },
                        {
                          "Id": 2,
                          "N": 2
                        }
                      ],
                      "SelectionCounts": [
                        {
                          "Id": 10,
                          "N": 10
                        }
                      ]
                    }
                  ],
                  "Traces": [
                    {
                      "Timestamp": "string",
                      "DurationMs": 4,
                      "Message": "string",
                      "Details": "string",
                      "TraceLevel": 8
                    },
                    {
                      "Timestamp": "string",
                      "DurationMs": 2,
                      "Message": "string",
                      "Details": "string",
                      "TraceLevel": 6
                    },
                    {
                      "Timestamp": "string",
                      "DurationMs": 9,
                      "Message": "string",
                      "Details": "string",
                      "TraceLevel": 8
                    },
                    {
                      "Timestamp": "string",
                      "DurationMs": 2,
                      "Message": "string",
                      "Details": "string",
                      "TraceLevel": 2
                    },
                    {
                      "Timestamp": "string",
                      "DurationMs": 2,
                      "Message": "string",
                      "Details": "string",
                      "TraceLevel": 3
                    },
                    {
                      "Timestamp": "string",
                      "DurationMs": 10,
                      "Message": "string",
                      "Details": "string",
                      "TraceLevel": 4
                    },
                    {
                      "Timestamp": "string",
                      "DurationMs": 4,
                      "Message": "string",
                      "Details": "string",
                      "TraceLevel": 5
                    },
                    {
                      "Timestamp": "string",
                      "DurationMs": 8,
                      "Message": "string",
                      "Details": "string",
                      "TraceLevel": 3
                    }
                  ],
                  "SwisErrorMessages": [
                    {
                      "ErrorType": "string",
                      "Context": "string",
                      "Message": "string"
                    },
                    {
                      "ErrorType": "string",
                      "Context": "string",
                      "Message": "string"
                    },
                    {
                      "ErrorType": "string",
                      "Context": "string",
                      "Message": "string"
                    },
                    {
                      "ErrorType": "string",
                      "Context": "string",
                      "Message": "string"
                    },
                    {
                      "ErrorType": "string",
                      "Context": "string",
                      "Message": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.ASA.Node/ExecuteCliCommand": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionASANodeExecuteCliCommand",
        "description": "The parameters and request body are for method: postInvokeOrionASANodeExecuteCliCommand. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.ASA.Interfaces/SetFavorite": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionASAInterfacesSetFavorite",
        "description": "The parameters and request body are for method: postInvokeOrionASAInterfacesSetFavorite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ErrorCode": {
                      "type": "string"
                    },
                    "MaxFavoritesCount": {
                      "type": "number"
                    },
                    "IsSuccess": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "ErrorCode": "MaxCountExceeded",
                  "MaxFavoritesCount": 1,
                  "IsSuccess": false
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.ASA.Interfaces/RemoveFavorite": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionASAInterfacesRemoveFavorite",
        "description": "The parameters and request body are for method: postInvokeOrionASAInterfacesRemoveFavorite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ErrorCode": {
                      "type": "string"
                    },
                    "MaxFavoritesCount": {
                      "type": "number"
                    },
                    "IsSuccess": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "ErrorCode": "None",
                  "MaxFavoritesCount": 8,
                  "IsSuccess": true
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.NCM_NCMJobs/GetJob": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusNCMNCMJobsGetJob",
        "description": "The parameters and request body are for method: postInvokeCirrusNCMNCMJobsGetJob. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "JobID": {
                      "type": "number"
                    },
                    "JobName": {
                      "type": "string"
                    },
                    "JobType": {
                      "type": "string"
                    },
                    "JobDefinition": {
                      "type": "object",
                      "properties": {
                        "Name": {
                          "type": "string"
                        },
                        "OwnerSID": {
                          "type": "string"
                        },
                        "LastModification": {
                          "type": "string"
                        },
                        "Comments": {
                          "type": "string"
                        },
                        "JobType": {
                          "type": "string"
                        },
                        "Nodes": {
                          "type": "object",
                          "properties": {
                            "SelectedCriteriaType": {
                              "type": "string"
                            },
                            "WebNodesSelectionCriterias": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "Id": {
                                    "type": "string"
                                  },
                                  "LogicalCondition": {
                                    "type": "string"
                                  },
                                  "SelectedColumn": {
                                    "type": "string"
                                  },
                                  "MatchType": {
                                    "type": "string"
                                  },
                                  "SelectedValue": {
                                    "type": "string"
                                  }
                                }
                              }
                            },
                            "NetworkNodes": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "NodeCaption": {
                                    "type": "string"
                                  },
                                  "NodeID": {
                                    "type": "string"
                                  },
                                  "Script": {
                                    "type": "string"
                                  }
                                }
                              }
                            },
                            "QueryString": {
                              "type": "string"
                            }
                          }
                        },
                        "Parameters": {
                          "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": {
                              "type": "string"
                            },
                            "ChangeReportPastXXDays": {
                              "type": "number"
                            },
                            "ChangeReportStartDate": {
                              "type": "string"
                            },
                            "ChangeReportEndDate": {
                              "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": {
                              "type": "string"
                            },
                            "FilePathList": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "EngineID": {
                                    "type": "number"
                                  },
                                  "File_Path": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          }
                        },
                        "Notifications": {
                          "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"
                            }
                          }
                        },
                        "NcmRunOnce": {
                          "type": "boolean"
                        }
                      }
                    },
                    "JobSchedule": {
                      "type": "object",
                      "properties": {
                        "TriggerType": {
                          "type": "string"
                        },
                        "StartTime": {
                          "type": "string"
                        },
                        "StartDate": {
                          "type": "string"
                        },
                        "Day": {
                          "type": "number"
                        },
                        "DaysOfTheWeek": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "Months": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "Weeks": {
                          "type": "number"
                        },
                        "AdvancedCRONExpression": {
                          "type": "string"
                        },
                        "StartingOn": {
                          "type": "string"
                        },
                        "EndingOn": {
                          "type": "string"
                        },
                        "ExecuteImmediately": {
                          "type": "boolean"
                        }
                      }
                    },
                    "Enabled": {
                      "type": "boolean"
                    },
                    "JobStatus": {
                      "type": "string"
                    },
                    "CreationDate": {
                      "type": "string"
                    },
                    "Author": {
                      "type": "string"
                    },
                    "IsHidden": {
                      "type": "boolean"
                    },
                    "IsPrePolulated": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "JobID": 6,
                  "JobName": "string",
                  "JobType": "PolicyReport",
                  "JobDefinition": {
                    "Name": "string",
                    "OwnerSID": "string",
                    "LastModification": "string",
                    "Comments": "string",
                    "JobType": "ConfigChangeReport",
                    "Nodes": {
                      "SelectedCriteriaType": "DesktopCriteria",
                      "WebNodesSelectionCriterias": [
                        {
                          "Id": "string",
                          "LogicalCondition": "string",
                          "SelectedColumn": "string",
                          "MatchType": "string",
                          "SelectedValue": "string"
                        },
                        {
                          "Id": "string",
                          "LogicalCondition": "string",
                          "SelectedColumn": "string",
                          "MatchType": "string",
                          "SelectedValue": "string"
                        },
                        {
                          "Id": "string",
                          "LogicalCondition": "string",
                          "SelectedColumn": "string",
                          "MatchType": "string",
                          "SelectedValue": "string"
                        },
                        {
                          "Id": "string",
                          "LogicalCondition": "string",
                          "SelectedColumn": "string",
                          "MatchType": "string",
                          "SelectedValue": "string"
                        },
                        {
                          "Id": "string",
                          "LogicalCondition": "string",
                          "SelectedColumn": "string",
                          "MatchType": "string",
                          "SelectedValue": "string"
                        },
                        {
                          "Id": "string",
                          "LogicalCondition": "string",
                          "SelectedColumn": "string",
                          "MatchType": "string",
                          "SelectedValue": "string"
                        },
                        {
                          "Id": "string",
                          "LogicalCondition": "string",
                          "SelectedColumn": "string",
                          "MatchType": "string",
                          "SelectedValue": "string"
                        },
                        {
                          "Id": "string",
                          "LogicalCondition": "string",
                          "SelectedColumn": "string",
                          "MatchType": "string",
                          "SelectedValue": "string"
                        },
                        {
                          "Id": "string",
                          "LogicalCondition": "string",
                          "SelectedColumn": "string",
                          "MatchType": "string",
                          "SelectedValue": "string"
                        }
                      ],
                      "NetworkNodes": [
                        {
                          "NodeCaption": "string",
                          "NodeID": "string",
                          "Script": "string"
                        }
                      ],
                      "QueryString": "string"
                    },
                    "Parameters": {
                      "Script": "string",
                      "ScriptFilterPattern": "string",
                      "ExecuteFilterResults": true,
                      "ExecuteShowCommands": true,
                      "WriteToNVRAM": false,
                      "Reboot": true,
                      "ConfigText": "string",
                      "ChangeReportType": "string",
                      "ChangeReportDetails": true,
                      "ChangeReportTargetDate": "string",
                      "ChangeReportPastXXDays": 5,
                      "ChangeReportStartDate": "string",
                      "ChangeReportEndDate": "string",
                      "CompareLastDownloaded": 6,
                      "LastConfigType": "string",
                      "OnConfigType": "string",
                      "GenerateOnConfigType": false,
                      "OnlySendDevicesThatHadChanges": true,
                      "Report": "string",
                      "ReportTitle": "string",
                      "LimitNumberOfRecords": false,
                      "NumberOfRecords": 10,
                      "Path": "string",
                      "AllConfigs": true,
                      "ConfigTemplate": "string",
                      "ConfigTypes": "string",
                      "OnlySaveChangedConfigs": false,
                      "NotifyChangedLast": false,
                      "NotifyChangedBaseline": true,
                      "NotifyChangedStartup": true,
                      "NotifySeparateTextEmail": false,
                      "NotifySeparateHtmlEmail": true,
                      "CacheDiffResults": true,
                      "ObjectID": "string",
                      "GroupingPolicyReports": true,
                      "NotifyOnlyOnPolicyViolations": false,
                      "InventorySettings": "string",
                      "PurgeConfigByDate": false,
                      "PurgeConfigIncludeTime": true,
                      "PurgeConfigBaseline": true,
                      "PurgeConfigDate": "string",
                      "PurgeConfigCount": 10,
                      "PurgeConfigByTimeRange": false,
                      "PurgeConfigTimeRange": "string",
                      "PurgeConfigArchive": true,
                      "PurgeConfigArchiveTimeRange": "string",
                      "PurgeConfigCache": true,
                      "PurgeConfigCacheTimeRange": "string",
                      "PurgeApprovalRequests": false,
                      "PurgeApprovalRequestsTimeRange": "string",
                      "PurgeTransferRequests": false,
                      "PurgeTransferRequestsTimeRange": "string",
                      "PurgeJobLog": false,
                      "PurgeJobLogType": "string",
                      "PurgeJobLogTypeValue": "string",
                      "BaselineNetworkType": "string",
                      "BaselineNetworkTargetDate": "string",
                      "FilePathList": [
                        {
                          "EngineID": 10,
                          "File_Path": "string"
                        },
                        {
                          "EngineID": 3,
                          "File_Path": "string"
                        },
                        {
                          "EngineID": 7,
                          "File_Path": "string"
                        },
                        {
                          "EngineID": 10,
                          "File_Path": "string"
                        },
                        {
                          "EngineID": 3,
                          "File_Path": "string"
                        },
                        {
                          "EngineID": 9,
                          "File_Path": "string"
                        },
                        {
                          "EngineID": 9,
                          "File_Path": "string"
                        },
                        {
                          "EngineID": 6,
                          "File_Path": "string"
                        },
                        {
                          "EngineID": 2,
                          "File_Path": "string"
                        }
                      ]
                    },
                    "Notifications": {
                      "EmailOnlyOnError": false,
                      "EmailResults": false,
                      "EmailCC": "string",
                      "EmailRecipient": "string",
                      "EmailBCC": "string",
                      "EmailSubject": "string",
                      "EmailFrom": "string",
                      "EmailReplyAddress": "string",
                      "EmailAttachment": false,
                      "AttachmentFileName": "string",
                      "LogSteps": true,
                      "SMTPServer": "string",
                      "SMTPPort": 4,
                      "SMTPUseAuthentication": false,
                      "SMTPAuthUserName": "string",
                      "SMTPAuthPassword": "string",
                      "SMTPUseSSL": true,
                      "SMTPSSLPortNumber": 1,
                      "SaveToFileName": "string",
                      "SaveResultsToFile": false,
                      "SaveToFileOnError": true
                    },
                    "NcmRunOnce": true
                  },
                  "JobSchedule": {
                    "TriggerType": "Monthly",
                    "StartTime": "string",
                    "StartDate": "string",
                    "Day": 7,
                    "DaysOfTheWeek": [
                      "Saturday",
                      "Sunday",
                      "Sunday",
                      "Friday",
                      "Sunday",
                      "Monday",
                      "Wednesday",
                      "Monday"
                    ],
                    "Months": [
                      "January",
                      "November",
                      "September",
                      "June",
                      "March",
                      "May",
                      "November",
                      "August",
                      "January",
                      "July"
                    ],
                    "Weeks": 2,
                    "AdvancedCRONExpression": "string",
                    "StartingOn": "string",
                    "EndingOn": "string",
                    "ExecuteImmediately": true
                  },
                  "Enabled": true,
                  "JobStatus": "Running",
                  "CreationDate": "string",
                  "Author": "string",
                  "IsHidden": true,
                  "IsPrePolulated": false
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.NCM_NCMJobs/UpdateJob": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusNCMNCMJobsUpdateJob",
        "description": "The parameters and request body are for method: postInvokeCirrusNCMNCMJobsUpdateJob. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.NCM_NCMJobs/AddJob": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusNCMNCMJobsAddJob",
        "description": "The parameters and request body are for method: postInvokeCirrusNCMNCMJobsAddJob. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.NCM_NCMJobs/DeleteJobs": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusNCMNCMJobsDeleteJobs",
        "description": "The parameters and request body are for method: postInvokeCirrusNCMNCMJobsDeleteJobs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.NCM_NCMJobs/EnableOrDisableJobs": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusNCMNCMJobsEnableOrDisableJobs",
        "description": "The parameters and request body are for method: postInvokeCirrusNCMNCMJobsEnableOrDisableJobs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.NCM_NCMJobs/ClearJobLog": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusNCMNCMJobsClearJobLog",
        "description": "The parameters and request body are for method: postInvokeCirrusNCMNCMJobsClearJobLog. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.NCM_NCMJobs/GetJobStatus": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusNCMNCMJobsGetJobStatus",
        "description": "The parameters and request body are for method: postInvokeCirrusNCMNCMJobsGetJobStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.NCM_NCMJobs/GetJobLog": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusNCMNCMJobsGetJobLog",
        "description": "The parameters and request body are for method: postInvokeCirrusNCMNCMJobsGetJobLog. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.InventoryQueue/StartInventory": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusInventoryQueueStartInventory",
        "description": "The parameters and request body are for method: postInvokeCirrusInventoryQueueStartInventory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.InventoryQueue/ReportError": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusInventoryQueueReportError",
        "description": "The parameters and request body are for method: postInvokeCirrusInventoryQueueReportError. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.InventoryQueue/CancelInventory": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusInventoryQueueCancelInventory",
        "description": "The parameters and request body are for method: postInvokeCirrusInventoryQueueCancelInventory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.InventoryQueue/ClearInventory": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusInventoryQueueClearInventory",
        "description": "The parameters and request body are for method: postInvokeCirrusInventoryQueueClearInventory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/NCM.VulnerabilitiesAnnouncements/StartVulnerabilityMatching": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeNCMVulnerabilitiesAnnouncementsStartVulnerabilityMatching",
        "description": "The parameters and request body are for method: postInvokeNCMVulnerabilitiesAnnouncementsStartVulnerabilityMatching. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/NCM.VulnerabilitiesAnnouncements/IsVulnerabilityMatchingActive": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeNCMVulnerabilitiesAnnouncementsIsVulnerabilityMatchingActive",
        "description": "The parameters and request body are for method: postInvokeNCMVulnerabilitiesAnnouncementsIsVulnerabilityMatchingActive. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/NCM.VulnerabilitiesAnnouncements/InitVulnerabilitySchedule": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeNCMVulnerabilitiesAnnouncementsInitVulnerabilitySchedule",
        "description": "The parameters and request body are for method: postInvokeNCMVulnerabilitiesAnnouncementsInitVulnerabilitySchedule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigSnippets/AddSnippet": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigSnippetsAddSnippet",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigSnippetsAddSnippet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigSnippets/GetSnippet": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigSnippetsGetSnippet",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigSnippetsGetSnippet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "LastModified": {
                      "type": "string"
                    },
                    "Created": {
                      "type": "string"
                    },
                    "Id": {
                      "type": "number"
                    },
                    "Tags": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "Name": {
                      "type": "string"
                    },
                    "Description": {
                      "type": "string"
                    },
                    "Script": {
                      "type": "string"
                    },
                    "PreserveWhiteSpace": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "LastModified": "string",
                  "Created": "string",
                  "Id": 8,
                  "Tags": [
                    "string",
                    "string"
                  ],
                  "Name": "string",
                  "Description": "string",
                  "Script": "string",
                  "PreserveWhiteSpace": true
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigSnippets/UpdateSnippet": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigSnippetsUpdateSnippet",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigSnippetsUpdateSnippet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigSnippets/DeleteSnippets": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigSnippetsDeleteSnippets",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigSnippetsDeleteSnippets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigSnippets/ImportSnippets": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigSnippetsImportSnippets",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigSnippetsImportSnippets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigSnippets/CopySnippets": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigSnippetsCopySnippets",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigSnippetsCopySnippets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigSnippets/GetTagsList": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigSnippetsGetTagsList",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigSnippetsGetTagsList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "example": [
                  "string",
                  "string"
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigSnippets/GetTagsListForSnippets": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigSnippetsGetTagsListForSnippets",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigSnippetsGetTagsListForSnippets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "example": [
                  "string",
                  "string",
                  "string",
                  "string"
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigSnippets/AddTags": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigSnippetsAddTags",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigSnippetsAddTags. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigSnippets/DeleteTags": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigSnippetsDeleteTags",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigSnippetsDeleteTags. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigSnippets/SaveSnippetAsCopy": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigSnippetsSaveSnippetAsCopy",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigSnippetsSaveSnippetAsCopy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigArchive/Download": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigArchiveDownload",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigArchiveDownload. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigArchive/GetStatus": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigArchiveGetStatus",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigArchiveGetStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object"
                  }
                },
                "example": [
                  {}
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigArchive/GetStatusWithLimitations": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigArchiveGetStatusWithLimitations",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigArchiveGetStatusWithLimitations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object"
                  }
                },
                "example": [
                  {},
                  {},
                  {}
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigArchive/Upload": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigArchiveUpload",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigArchiveUpload. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigArchive/Execute": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigArchiveExecute",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigArchiveExecute. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigArchive/CancelTransfer": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigArchiveCancelTransfer",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigArchiveCancelTransfer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigArchive/CancelTransferWithLimitations": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigArchiveCancelTransferWithLimitations",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigArchiveCancelTransferWithLimitations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigArchive/ClearComplete": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigArchiveClearComplete",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigArchiveClearComplete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigArchive/ClearCompleteWithLimitations": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigArchiveClearCompleteWithLimitations",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigArchiveClearCompleteWithLimitations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigArchive/ClearErrors": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigArchiveClearErrors",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigArchiveClearErrors. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigArchive/ClearErrorsWithLimitations": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigArchiveClearErrorsWithLimitations",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigArchiveClearErrorsWithLimitations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigArchive/ClearAll": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigArchiveClearAll",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigArchiveClearAll. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigArchive/ClearAllWithLimitations": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigArchiveClearAllWithLimitations",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigArchiveClearAllWithLimitations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigArchive/GetPermissionsByRole": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigArchiveGetPermissionsByRole",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigArchiveGetPermissionsByRole. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "example": [
                  "string",
                  "string"
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigArchive/DeleteConfigs": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigArchiveDeleteConfigs",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigArchiveDeleteConfigs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigArchive/GetConfigTypes": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigArchiveGetConfigTypes",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigArchiveGetConfigTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigArchive/ReportError": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigArchiveReportError",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigArchiveReportError. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigArchive/CancelTransfers": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigArchiveCancelTransfers",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigArchiveCancelTransfers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigArchive/ClearTransfers": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigArchiveClearTransfers",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigArchiveClearTransfers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigArchive/ExecuteScript": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigArchiveExecuteScript",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigArchiveExecuteScript. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "example": [
                  "string"
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigArchive/UploadConfig": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigArchiveUploadConfig",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigArchiveUploadConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "example": [
                  "string",
                  "string",
                  "string"
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigArchive/DownloadConfig": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigArchiveDownloadConfig",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigArchiveDownloadConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "example": [
                  "string",
                  "string"
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigArchive/ExecuteScriptOnNodes": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigArchiveExecuteScriptOnNodes",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigArchiveExecuteScriptOnNodes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "example": [
                  "string"
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigArchive/DownloadConfigOnNodes": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigArchiveDownloadConfigOnNodes",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigArchiveDownloadConfigOnNodes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "example": [
                  "string",
                  "string",
                  "string"
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigArchive/ConfigSearch": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigArchiveConfigSearch",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigArchiveConfigSearch. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "example": [
                  "string",
                  "string",
                  "string"
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigArchive/RunIndexOptimization": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigArchiveRunIndexOptimization",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigArchiveRunIndexOptimization. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigArchive/UpdateConfig": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigArchiveUpdateConfig",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigArchiveUpdateConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigArchive/CloneConfig": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigArchiveCloneConfig",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigArchiveCloneConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigArchive/ImportConfig": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigArchiveImportConfig",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigArchiveImportConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigArchive/SetClearBaseline": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigArchiveSetClearBaseline",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigArchiveSetClearBaseline. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigArchive/ValidateBinaryConfigStorage": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigArchiveValidateBinaryConfigStorage",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigArchiveValidateBinaryConfigStorage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "IsValid": {
                      "type": "boolean"
                    },
                    "Message": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "IsValid": true,
                  "Message": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigArchive/SearchInterfaceConfigSnippet": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigArchiveSearchInterfaceConfigSnippet",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigArchiveSearchInterfaceConfigSnippet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.ConfigArchive/GetInterfaceConfigSnippets": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusConfigArchiveGetInterfaceConfigSnippets",
        "description": "The parameters and request body are for method: postInvokeCirrusConfigArchiveGetInterfaceConfigSnippets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "example": [
                  "string",
                  "string",
                  "string",
                  "string"
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.SnippetArchive/AddSnippet": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusSnippetArchiveAddSnippet",
        "description": "The parameters and request body are for method: postInvokeCirrusSnippetArchiveAddSnippet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.SnippetArchive/DeleteSnippet": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusSnippetArchiveDeleteSnippet",
        "description": "The parameters and request body are for method: postInvokeCirrusSnippetArchiveDeleteSnippet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.SnippetArchive/UpdateSnippet": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusSnippetArchiveUpdateSnippet",
        "description": "The parameters and request body are for method: postInvokeCirrusSnippetArchiveUpdateSnippet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.PolicyReports/TestRule": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusPolicyReportsTestRule",
        "description": "The parameters and request body are for method: postInvokeCirrusPolicyReportsTestRule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.PolicyReports/GetPolicyReport": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusPolicyReportsGetPolicyReport",
        "description": "The parameters and request body are for method: postInvokeCirrusPolicyReportsGetPolicyReport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "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": {
                        "type": "object",
                        "properties": {
                          "NodeSelectionCriterias": {
                            "type": "object",
                            "properties": {
                              "WebSelectionCriterias": {
                                "type": "array",
                                "items": {
                                  "type": "object",
                                  "properties": {
                                    "Id": {
                                      "type": "string"
                                    },
                                    "LogicalCondition": {
                                      "type": "string"
                                    },
                                    "SelectedColumn": {
                                      "type": "string"
                                    },
                                    "MatchType": {
                                      "type": "string"
                                    },
                                    "SelectedValue": {
                                      "type": "string"
                                    }
                                  }
                                }
                              },
                              "AssignedNodesList": {
                                "type": "object",
                                "properties": {
                                  "Capacity": {
                                    "type": "number"
                                  },
                                  "Count": {
                                    "type": "number"
                                  },
                                  "IsFixedSize": {
                                    "type": "boolean"
                                  },
                                  "IsReadOnly": {
                                    "type": "boolean"
                                  },
                                  "IsSynchronized": {
                                    "type": "boolean"
                                  },
                                  "SyncRoot": {
                                    "type": "object"
                                  },
                                  "Item": {
                                    "type": "object"
                                  }
                                }
                              },
                              "AssignedNodesDesktopSQL": {
                                "type": "string"
                              },
                              "SelectionCriteriaType": {
                                "type": "string"
                              }
                            }
                          },
                          "NodeSelectionString": {
                            "type": "string"
                          },
                          "PolicyId": {
                            "type": "string"
                          },
                          "ConfigTypes": {
                            "type": "string"
                          },
                          "AssignedRulesList": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "AssignedPolicyRules": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "MultiLineRulePatterns": {
                                  "type": "array",
                                  "items": {
                                    "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"
                                      }
                                    }
                                  }
                                },
                                "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"
                                }
                              }
                            }
                          },
                          "Grouping": {
                            "type": "string"
                          },
                          "Comments": {
                            "type": "string"
                          },
                          "PolicyName": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "ReportStatus": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "ID": "string",
                  "Name": "string",
                  "Comments": "string",
                  "Group": "string",
                  "ShowSummaryFlag": true,
                  "ShowRulesWithoutViolationFlag": true,
                  "AssignedPoliciesList": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "AssignedPolicies": [
                    {
                      "NodeSelectionCriterias": {
                        "WebSelectionCriterias": [
                          {
                            "Id": "string",
                            "LogicalCondition": "string",
                            "SelectedColumn": "string",
                            "MatchType": "string",
                            "SelectedValue": "string"
                          },
                          {
                            "Id": "string",
                            "LogicalCondition": "string",
                            "SelectedColumn": "string",
                            "MatchType": "string",
                            "SelectedValue": "string"
                          },
                          {
                            "Id": "string",
                            "LogicalCondition": "string",
                            "SelectedColumn": "string",
                            "MatchType": "string",
                            "SelectedValue": "string"
                          },
                          {
                            "Id": "string",
                            "LogicalCondition": "string",
                            "SelectedColumn": "string",
                            "MatchType": "string",
                            "SelectedValue": "string"
                          },
                          {
                            "Id": "string",
                            "LogicalCondition": "string",
                            "SelectedColumn": "string",
                            "MatchType": "string",
                            "SelectedValue": "string"
                          },
                          {
                            "Id": "string",
                            "LogicalCondition": "string",
                            "SelectedColumn": "string",
                            "MatchType": "string",
                            "SelectedValue": "string"
                          },
                          {
                            "Id": "string",
                            "LogicalCondition": "string",
                            "SelectedColumn": "string",
                            "MatchType": "string",
                            "SelectedValue": "string"
                          }
                        ],
                        "AssignedNodesList": {
                          "Capacity": 9,
                          "Count": 2,
                          "IsFixedSize": false,
                          "IsReadOnly": true,
                          "IsSynchronized": true,
                          "SyncRoot": {},
                          "Item": {}
                        },
                        "AssignedNodesDesktopSQL": "string",
                        "SelectionCriteriaType": "AllNodes"
                      },
                      "NodeSelectionString": "string",
                      "PolicyId": "string",
                      "ConfigTypes": "string",
                      "AssignedRulesList": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "AssignedPolicyRules": [
                        {
                          "MultiLineRulePatterns": [
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            }
                          ],
                          "RuleId": "string",
                          "RuleName": "string",
                          "Comments": "string",
                          "Grouping": "string",
                          "RemediateScript": "string",
                          "ConfigBlockStart": "string",
                          "ConfigBlockEnd": "string",
                          "ConfigBlockPatternType": "string",
                          "ConfigBlockMustExist": true,
                          "PatternType": "string",
                          "PatternMustExist": false,
                          "AdvancedMode": true,
                          "ErrorLevel": 10,
                          "SimplePatternText": "string",
                          "ExecuteScriptAutomatically": false,
                          "Owner": "string",
                          "RemediateScriptType": "string",
                          "ExecuteRemediationScriptPerBlock": true,
                          "ExecuteScriptInConfigMode": false
                        },
                        {
                          "MultiLineRulePatterns": [
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            }
                          ],
                          "RuleId": "string",
                          "RuleName": "string",
                          "Comments": "string",
                          "Grouping": "string",
                          "RemediateScript": "string",
                          "ConfigBlockStart": "string",
                          "ConfigBlockEnd": "string",
                          "ConfigBlockPatternType": "string",
                          "ConfigBlockMustExist": false,
                          "PatternType": "string",
                          "PatternMustExist": true,
                          "AdvancedMode": false,
                          "ErrorLevel": 7,
                          "SimplePatternText": "string",
                          "ExecuteScriptAutomatically": true,
                          "Owner": "string",
                          "RemediateScriptType": "string",
                          "ExecuteRemediationScriptPerBlock": false,
                          "ExecuteScriptInConfigMode": false
                        },
                        {
                          "MultiLineRulePatterns": [
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            }
                          ],
                          "RuleId": "string",
                          "RuleName": "string",
                          "Comments": "string",
                          "Grouping": "string",
                          "RemediateScript": "string",
                          "ConfigBlockStart": "string",
                          "ConfigBlockEnd": "string",
                          "ConfigBlockPatternType": "string",
                          "ConfigBlockMustExist": false,
                          "PatternType": "string",
                          "PatternMustExist": false,
                          "AdvancedMode": false,
                          "ErrorLevel": 7,
                          "SimplePatternText": "string",
                          "ExecuteScriptAutomatically": true,
                          "Owner": "string",
                          "RemediateScriptType": "string",
                          "ExecuteRemediationScriptPerBlock": false,
                          "ExecuteScriptInConfigMode": true
                        },
                        {
                          "MultiLineRulePatterns": [
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            }
                          ],
                          "RuleId": "string",
                          "RuleName": "string",
                          "Comments": "string",
                          "Grouping": "string",
                          "RemediateScript": "string",
                          "ConfigBlockStart": "string",
                          "ConfigBlockEnd": "string",
                          "ConfigBlockPatternType": "string",
                          "ConfigBlockMustExist": false,
                          "PatternType": "string",
                          "PatternMustExist": true,
                          "AdvancedMode": false,
                          "ErrorLevel": 2,
                          "SimplePatternText": "string",
                          "ExecuteScriptAutomatically": true,
                          "Owner": "string",
                          "RemediateScriptType": "string",
                          "ExecuteRemediationScriptPerBlock": false,
                          "ExecuteScriptInConfigMode": true
                        },
                        {
                          "MultiLineRulePatterns": [
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            }
                          ],
                          "RuleId": "string",
                          "RuleName": "string",
                          "Comments": "string",
                          "Grouping": "string",
                          "RemediateScript": "string",
                          "ConfigBlockStart": "string",
                          "ConfigBlockEnd": "string",
                          "ConfigBlockPatternType": "string",
                          "ConfigBlockMustExist": false,
                          "PatternType": "string",
                          "PatternMustExist": true,
                          "AdvancedMode": true,
                          "ErrorLevel": 4,
                          "SimplePatternText": "string",
                          "ExecuteScriptAutomatically": true,
                          "Owner": "string",
                          "RemediateScriptType": "string",
                          "ExecuteRemediationScriptPerBlock": true,
                          "ExecuteScriptInConfigMode": true
                        },
                        {
                          "MultiLineRulePatterns": [
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            }
                          ],
                          "RuleId": "string",
                          "RuleName": "string",
                          "Comments": "string",
                          "Grouping": "string",
                          "RemediateScript": "string",
                          "ConfigBlockStart": "string",
                          "ConfigBlockEnd": "string",
                          "ConfigBlockPatternType": "string",
                          "ConfigBlockMustExist": true,
                          "PatternType": "string",
                          "PatternMustExist": false,
                          "AdvancedMode": true,
                          "ErrorLevel": 10,
                          "SimplePatternText": "string",
                          "ExecuteScriptAutomatically": false,
                          "Owner": "string",
                          "RemediateScriptType": "string",
                          "ExecuteRemediationScriptPerBlock": true,
                          "ExecuteScriptInConfigMode": false
                        },
                        {
                          "MultiLineRulePatterns": [
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            }
                          ],
                          "RuleId": "string",
                          "RuleName": "string",
                          "Comments": "string",
                          "Grouping": "string",
                          "RemediateScript": "string",
                          "ConfigBlockStart": "string",
                          "ConfigBlockEnd": "string",
                          "ConfigBlockPatternType": "string",
                          "ConfigBlockMustExist": true,
                          "PatternType": "string",
                          "PatternMustExist": false,
                          "AdvancedMode": true,
                          "ErrorLevel": 4,
                          "SimplePatternText": "string",
                          "ExecuteScriptAutomatically": true,
                          "Owner": "string",
                          "RemediateScriptType": "string",
                          "ExecuteRemediationScriptPerBlock": true,
                          "ExecuteScriptInConfigMode": false
                        },
                        {
                          "MultiLineRulePatterns": [
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            }
                          ],
                          "RuleId": "string",
                          "RuleName": "string",
                          "Comments": "string",
                          "Grouping": "string",
                          "RemediateScript": "string",
                          "ConfigBlockStart": "string",
                          "ConfigBlockEnd": "string",
                          "ConfigBlockPatternType": "string",
                          "ConfigBlockMustExist": false,
                          "PatternType": "string",
                          "PatternMustExist": true,
                          "AdvancedMode": true,
                          "ErrorLevel": 5,
                          "SimplePatternText": "string",
                          "ExecuteScriptAutomatically": true,
                          "Owner": "string",
                          "RemediateScriptType": "string",
                          "ExecuteRemediationScriptPerBlock": false,
                          "ExecuteScriptInConfigMode": false
                        },
                        {
                          "MultiLineRulePatterns": [
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            }
                          ],
                          "RuleId": "string",
                          "RuleName": "string",
                          "Comments": "string",
                          "Grouping": "string",
                          "RemediateScript": "string",
                          "ConfigBlockStart": "string",
                          "ConfigBlockEnd": "string",
                          "ConfigBlockPatternType": "string",
                          "ConfigBlockMustExist": true,
                          "PatternType": "string",
                          "PatternMustExist": false,
                          "AdvancedMode": true,
                          "ErrorLevel": 1,
                          "SimplePatternText": "string",
                          "ExecuteScriptAutomatically": false,
                          "Owner": "string",
                          "RemediateScriptType": "string",
                          "ExecuteRemediationScriptPerBlock": true,
                          "ExecuteScriptInConfigMode": true
                        },
                        {
                          "MultiLineRulePatterns": [
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            }
                          ],
                          "RuleId": "string",
                          "RuleName": "string",
                          "Comments": "string",
                          "Grouping": "string",
                          "RemediateScript": "string",
                          "ConfigBlockStart": "string",
                          "ConfigBlockEnd": "string",
                          "ConfigBlockPatternType": "string",
                          "ConfigBlockMustExist": true,
                          "PatternType": "string",
                          "PatternMustExist": false,
                          "AdvancedMode": true,
                          "ErrorLevel": 8,
                          "SimplePatternText": "string",
                          "ExecuteScriptAutomatically": false,
                          "Owner": "string",
                          "RemediateScriptType": "string",
                          "ExecuteRemediationScriptPerBlock": true,
                          "ExecuteScriptInConfigMode": false
                        }
                      ],
                      "Grouping": "string",
                      "Comments": "string",
                      "PolicyName": "string"
                    },
                    {
                      "NodeSelectionCriterias": {
                        "WebSelectionCriterias": [
                          {
                            "Id": "string",
                            "LogicalCondition": "string",
                            "SelectedColumn": "string",
                            "MatchType": "string",
                            "SelectedValue": "string"
                          },
                          {
                            "Id": "string",
                            "LogicalCondition": "string",
                            "SelectedColumn": "string",
                            "MatchType": "string",
                            "SelectedValue": "string"
                          },
                          {
                            "Id": "string",
                            "LogicalCondition": "string",
                            "SelectedColumn": "string",
                            "MatchType": "string",
                            "SelectedValue": "string"
                          },
                          {
                            "Id": "string",
                            "LogicalCondition": "string",
                            "SelectedColumn": "string",
                            "MatchType": "string",
                            "SelectedValue": "string"
                          },
                          {
                            "Id": "string",
                            "LogicalCondition": "string",
                            "SelectedColumn": "string",
                            "MatchType": "string",
                            "SelectedValue": "string"
                          },
                          {
                            "Id": "string",
                            "LogicalCondition": "string",
                            "SelectedColumn": "string",
                            "MatchType": "string",
                            "SelectedValue": "string"
                          },
                          {
                            "Id": "string",
                            "LogicalCondition": "string",
                            "SelectedColumn": "string",
                            "MatchType": "string",
                            "SelectedValue": "string"
                          },
                          {
                            "Id": "string",
                            "LogicalCondition": "string",
                            "SelectedColumn": "string",
                            "MatchType": "string",
                            "SelectedValue": "string"
                          },
                          {
                            "Id": "string",
                            "LogicalCondition": "string",
                            "SelectedColumn": "string",
                            "MatchType": "string",
                            "SelectedValue": "string"
                          },
                          {
                            "Id": "string",
                            "LogicalCondition": "string",
                            "SelectedColumn": "string",
                            "MatchType": "string",
                            "SelectedValue": "string"
                          }
                        ],
                        "AssignedNodesList": {
                          "Capacity": 5,
                          "Count": 3,
                          "IsFixedSize": false,
                          "IsReadOnly": true,
                          "IsSynchronized": true,
                          "SyncRoot": {},
                          "Item": {}
                        },
                        "AssignedNodesDesktopSQL": "string",
                        "SelectionCriteriaType": "DesktopCriteria"
                      },
                      "NodeSelectionString": "string",
                      "PolicyId": "string",
                      "ConfigTypes": "string",
                      "AssignedRulesList": [
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "AssignedPolicyRules": [
                        {
                          "MultiLineRulePatterns": [
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            }
                          ],
                          "RuleId": "string",
                          "RuleName": "string",
                          "Comments": "string",
                          "Grouping": "string",
                          "RemediateScript": "string",
                          "ConfigBlockStart": "string",
                          "ConfigBlockEnd": "string",
                          "ConfigBlockPatternType": "string",
                          "ConfigBlockMustExist": false,
                          "PatternType": "string",
                          "PatternMustExist": false,
                          "AdvancedMode": false,
                          "ErrorLevel": 2,
                          "SimplePatternText": "string",
                          "ExecuteScriptAutomatically": false,
                          "Owner": "string",
                          "RemediateScriptType": "string",
                          "ExecuteRemediationScriptPerBlock": true,
                          "ExecuteScriptInConfigMode": true
                        },
                        {
                          "MultiLineRulePatterns": [
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            }
                          ],
                          "RuleId": "string",
                          "RuleName": "string",
                          "Comments": "string",
                          "Grouping": "string",
                          "RemediateScript": "string",
                          "ConfigBlockStart": "string",
                          "ConfigBlockEnd": "string",
                          "ConfigBlockPatternType": "string",
                          "ConfigBlockMustExist": false,
                          "PatternType": "string",
                          "PatternMustExist": true,
                          "AdvancedMode": true,
                          "ErrorLevel": 5,
                          "SimplePatternText": "string",
                          "ExecuteScriptAutomatically": true,
                          "Owner": "string",
                          "RemediateScriptType": "string",
                          "ExecuteRemediationScriptPerBlock": true,
                          "ExecuteScriptInConfigMode": false
                        },
                        {
                          "MultiLineRulePatterns": [
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            }
                          ],
                          "RuleId": "string",
                          "RuleName": "string",
                          "Comments": "string",
                          "Grouping": "string",
                          "RemediateScript": "string",
                          "ConfigBlockStart": "string",
                          "ConfigBlockEnd": "string",
                          "ConfigBlockPatternType": "string",
                          "ConfigBlockMustExist": false,
                          "PatternType": "string",
                          "PatternMustExist": true,
                          "AdvancedMode": false,
                          "ErrorLevel": 1,
                          "SimplePatternText": "string",
                          "ExecuteScriptAutomatically": false,
                          "Owner": "string",
                          "RemediateScriptType": "string",
                          "ExecuteRemediationScriptPerBlock": false,
                          "ExecuteScriptInConfigMode": true
                        },
                        {
                          "MultiLineRulePatterns": [
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            }
                          ],
                          "RuleId": "string",
                          "RuleName": "string",
                          "Comments": "string",
                          "Grouping": "string",
                          "RemediateScript": "string",
                          "ConfigBlockStart": "string",
                          "ConfigBlockEnd": "string",
                          "ConfigBlockPatternType": "string",
                          "ConfigBlockMustExist": true,
                          "PatternType": "string",
                          "PatternMustExist": false,
                          "AdvancedMode": false,
                          "ErrorLevel": 9,
                          "SimplePatternText": "string",
                          "ExecuteScriptAutomatically": true,
                          "Owner": "string",
                          "RemediateScriptType": "string",
                          "ExecuteRemediationScriptPerBlock": true,
                          "ExecuteScriptInConfigMode": false
                        },
                        {
                          "MultiLineRulePatterns": [
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            }
                          ],
                          "RuleId": "string",
                          "RuleName": "string",
                          "Comments": "string",
                          "Grouping": "string",
                          "RemediateScript": "string",
                          "ConfigBlockStart": "string",
                          "ConfigBlockEnd": "string",
                          "ConfigBlockPatternType": "string",
                          "ConfigBlockMustExist": false,
                          "PatternType": "string",
                          "PatternMustExist": true,
                          "AdvancedMode": false,
                          "ErrorLevel": 3,
                          "SimplePatternText": "string",
                          "ExecuteScriptAutomatically": true,
                          "Owner": "string",
                          "RemediateScriptType": "string",
                          "ExecuteRemediationScriptPerBlock": true,
                          "ExecuteScriptInConfigMode": false
                        },
                        {
                          "MultiLineRulePatterns": [
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            }
                          ],
                          "RuleId": "string",
                          "RuleName": "string",
                          "Comments": "string",
                          "Grouping": "string",
                          "RemediateScript": "string",
                          "ConfigBlockStart": "string",
                          "ConfigBlockEnd": "string",
                          "ConfigBlockPatternType": "string",
                          "ConfigBlockMustExist": true,
                          "PatternType": "string",
                          "PatternMustExist": true,
                          "AdvancedMode": false,
                          "ErrorLevel": 10,
                          "SimplePatternText": "string",
                          "ExecuteScriptAutomatically": false,
                          "Owner": "string",
                          "RemediateScriptType": "string",
                          "ExecuteRemediationScriptPerBlock": true,
                          "ExecuteScriptInConfigMode": true
                        },
                        {
                          "MultiLineRulePatterns": [
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            }
                          ],
                          "RuleId": "string",
                          "RuleName": "string",
                          "Comments": "string",
                          "Grouping": "string",
                          "RemediateScript": "string",
                          "ConfigBlockStart": "string",
                          "ConfigBlockEnd": "string",
                          "ConfigBlockPatternType": "string",
                          "ConfigBlockMustExist": false,
                          "PatternType": "string",
                          "PatternMustExist": false,
                          "AdvancedMode": true,
                          "ErrorLevel": 6,
                          "SimplePatternText": "string",
                          "ExecuteScriptAutomatically": true,
                          "Owner": "string",
                          "RemediateScriptType": "string",
                          "ExecuteRemediationScriptPerBlock": true,
                          "ExecuteScriptInConfigMode": true
                        },
                        {
                          "MultiLineRulePatterns": [
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            }
                          ],
                          "RuleId": "string",
                          "RuleName": "string",
                          "Comments": "string",
                          "Grouping": "string",
                          "RemediateScript": "string",
                          "ConfigBlockStart": "string",
                          "ConfigBlockEnd": "string",
                          "ConfigBlockPatternType": "string",
                          "ConfigBlockMustExist": true,
                          "PatternType": "string",
                          "PatternMustExist": true,
                          "AdvancedMode": true,
                          "ErrorLevel": 2,
                          "SimplePatternText": "string",
                          "ExecuteScriptAutomatically": true,
                          "Owner": "string",
                          "RemediateScriptType": "string",
                          "ExecuteRemediationScriptPerBlock": true,
                          "ExecuteScriptInConfigMode": true
                        }
                      ],
                      "Grouping": "string",
                      "Comments": "string",
                      "PolicyName": "string"
                    },
                    {
                      "NodeSelectionCriterias": {
                        "WebSelectionCriterias": [
                          {
                            "Id": "string",
                            "LogicalCondition": "string",
                            "SelectedColumn": "string",
                            "MatchType": "string",
                            "SelectedValue": "string"
                          },
                          {
                            "Id": "string",
                            "LogicalCondition": "string",
                            "SelectedColumn": "string",
                            "MatchType": "string",
                            "SelectedValue": "string"
                          },
                          {
                            "Id": "string",
                            "LogicalCondition": "string",
                            "SelectedColumn": "string",
                            "MatchType": "string",
                            "SelectedValue": "string"
                          }
                        ],
                        "AssignedNodesList": {
                          "Capacity": 2,
                          "Count": 4,
                          "IsFixedSize": true,
                          "IsReadOnly": false,
                          "IsSynchronized": false,
                          "SyncRoot": {},
                          "Item": {}
                        },
                        "AssignedNodesDesktopSQL": "string",
                        "SelectionCriteriaType": "SelectedNodes"
                      },
                      "NodeSelectionString": "string",
                      "PolicyId": "string",
                      "ConfigTypes": "string",
                      "AssignedRulesList": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "AssignedPolicyRules": [
                        {
                          "MultiLineRulePatterns": [
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            }
                          ],
                          "RuleId": "string",
                          "RuleName": "string",
                          "Comments": "string",
                          "Grouping": "string",
                          "RemediateScript": "string",
                          "ConfigBlockStart": "string",
                          "ConfigBlockEnd": "string",
                          "ConfigBlockPatternType": "string",
                          "ConfigBlockMustExist": true,
                          "PatternType": "string",
                          "PatternMustExist": false,
                          "AdvancedMode": true,
                          "ErrorLevel": 1,
                          "SimplePatternText": "string",
                          "ExecuteScriptAutomatically": true,
                          "Owner": "string",
                          "RemediateScriptType": "string",
                          "ExecuteRemediationScriptPerBlock": false,
                          "ExecuteScriptInConfigMode": false
                        },
                        {
                          "MultiLineRulePatterns": [
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            }
                          ],
                          "RuleId": "string",
                          "RuleName": "string",
                          "Comments": "string",
                          "Grouping": "string",
                          "RemediateScript": "string",
                          "ConfigBlockStart": "string",
                          "ConfigBlockEnd": "string",
                          "ConfigBlockPatternType": "string",
                          "ConfigBlockMustExist": true,
                          "PatternType": "string",
                          "PatternMustExist": false,
                          "AdvancedMode": false,
                          "ErrorLevel": 3,
                          "SimplePatternText": "string",
                          "ExecuteScriptAutomatically": false,
                          "Owner": "string",
                          "RemediateScriptType": "string",
                          "ExecuteRemediationScriptPerBlock": false,
                          "ExecuteScriptInConfigMode": false
                        },
                        {
                          "MultiLineRulePatterns": [
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            }
                          ],
                          "RuleId": "string",
                          "RuleName": "string",
                          "Comments": "string",
                          "Grouping": "string",
                          "RemediateScript": "string",
                          "ConfigBlockStart": "string",
                          "ConfigBlockEnd": "string",
                          "ConfigBlockPatternType": "string",
                          "ConfigBlockMustExist": false,
                          "PatternType": "string",
                          "PatternMustExist": true,
                          "AdvancedMode": false,
                          "ErrorLevel": 8,
                          "SimplePatternText": "string",
                          "ExecuteScriptAutomatically": false,
                          "Owner": "string",
                          "RemediateScriptType": "string",
                          "ExecuteRemediationScriptPerBlock": false,
                          "ExecuteScriptInConfigMode": false
                        },
                        {
                          "MultiLineRulePatterns": [
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            }
                          ],
                          "RuleId": "string",
                          "RuleName": "string",
                          "Comments": "string",
                          "Grouping": "string",
                          "RemediateScript": "string",
                          "ConfigBlockStart": "string",
                          "ConfigBlockEnd": "string",
                          "ConfigBlockPatternType": "string",
                          "ConfigBlockMustExist": true,
                          "PatternType": "string",
                          "PatternMustExist": true,
                          "AdvancedMode": true,
                          "ErrorLevel": 4,
                          "SimplePatternText": "string",
                          "ExecuteScriptAutomatically": true,
                          "Owner": "string",
                          "RemediateScriptType": "string",
                          "ExecuteRemediationScriptPerBlock": false,
                          "ExecuteScriptInConfigMode": false
                        },
                        {
                          "MultiLineRulePatterns": [
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            }
                          ],
                          "RuleId": "string",
                          "RuleName": "string",
                          "Comments": "string",
                          "Grouping": "string",
                          "RemediateScript": "string",
                          "ConfigBlockStart": "string",
                          "ConfigBlockEnd": "string",
                          "ConfigBlockPatternType": "string",
                          "ConfigBlockMustExist": false,
                          "PatternType": "string",
                          "PatternMustExist": true,
                          "AdvancedMode": true,
                          "ErrorLevel": 6,
                          "SimplePatternText": "string",
                          "ExecuteScriptAutomatically": false,
                          "Owner": "string",
                          "RemediateScriptType": "string",
                          "ExecuteRemediationScriptPerBlock": true,
                          "ExecuteScriptInConfigMode": false
                        },
                        {
                          "MultiLineRulePatterns": [
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            }
                          ],
                          "RuleId": "string",
                          "RuleName": "string",
                          "Comments": "string",
                          "Grouping": "string",
                          "RemediateScript": "string",
                          "ConfigBlockStart": "string",
                          "ConfigBlockEnd": "string",
                          "ConfigBlockPatternType": "string",
                          "ConfigBlockMustExist": true,
                          "PatternType": "string",
                          "PatternMustExist": true,
                          "AdvancedMode": false,
                          "ErrorLevel": 1,
                          "SimplePatternText": "string",
                          "ExecuteScriptAutomatically": false,
                          "Owner": "string",
                          "RemediateScriptType": "string",
                          "ExecuteRemediationScriptPerBlock": true,
                          "ExecuteScriptInConfigMode": true
                        },
                        {
                          "MultiLineRulePatterns": [
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            }
                          ],
                          "RuleId": "string",
                          "RuleName": "string",
                          "Comments": "string",
                          "Grouping": "string",
                          "RemediateScript": "string",
                          "ConfigBlockStart": "string",
                          "ConfigBlockEnd": "string",
                          "ConfigBlockPatternType": "string",
                          "ConfigBlockMustExist": false,
                          "PatternType": "string",
                          "PatternMustExist": true,
                          "AdvancedMode": false,
                          "ErrorLevel": 2,
                          "SimplePatternText": "string",
                          "ExecuteScriptAutomatically": true,
                          "Owner": "string",
                          "RemediateScriptType": "string",
                          "ExecuteRemediationScriptPerBlock": true,
                          "ExecuteScriptInConfigMode": false
                        },
                        {
                          "MultiLineRulePatterns": [
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            }
                          ],
                          "RuleId": "string",
                          "RuleName": "string",
                          "Comments": "string",
                          "Grouping": "string",
                          "RemediateScript": "string",
                          "ConfigBlockStart": "string",
                          "ConfigBlockEnd": "string",
                          "ConfigBlockPatternType": "string",
                          "ConfigBlockMustExist": true,
                          "PatternType": "string",
                          "PatternMustExist": false,
                          "AdvancedMode": true,
                          "ErrorLevel": 3,
                          "SimplePatternText": "string",
                          "ExecuteScriptAutomatically": true,
                          "Owner": "string",
                          "RemediateScriptType": "string",
                          "ExecuteRemediationScriptPerBlock": false,
                          "ExecuteScriptInConfigMode": false
                        }
                      ],
                      "Grouping": "string",
                      "Comments": "string",
                      "PolicyName": "string"
                    },
                    {
                      "NodeSelectionCriterias": {
                        "WebSelectionCriterias": [
                          {
                            "Id": "string",
                            "LogicalCondition": "string",
                            "SelectedColumn": "string",
                            "MatchType": "string",
                            "SelectedValue": "string"
                          },
                          {
                            "Id": "string",
                            "LogicalCondition": "string",
                            "SelectedColumn": "string",
                            "MatchType": "string",
                            "SelectedValue": "string"
                          },
                          {
                            "Id": "string",
                            "LogicalCondition": "string",
                            "SelectedColumn": "string",
                            "MatchType": "string",
                            "SelectedValue": "string"
                          },
                          {
                            "Id": "string",
                            "LogicalCondition": "string",
                            "SelectedColumn": "string",
                            "MatchType": "string",
                            "SelectedValue": "string"
                          },
                          {
                            "Id": "string",
                            "LogicalCondition": "string",
                            "SelectedColumn": "string",
                            "MatchType": "string",
                            "SelectedValue": "string"
                          },
                          {
                            "Id": "string",
                            "LogicalCondition": "string",
                            "SelectedColumn": "string",
                            "MatchType": "string",
                            "SelectedValue": "string"
                          }
                        ],
                        "AssignedNodesList": {
                          "Capacity": 7,
                          "Count": 9,
                          "IsFixedSize": true,
                          "IsReadOnly": false,
                          "IsSynchronized": true,
                          "SyncRoot": {},
                          "Item": {}
                        },
                        "AssignedNodesDesktopSQL": "string",
                        "SelectionCriteriaType": "AllNodes"
                      },
                      "NodeSelectionString": "string",
                      "PolicyId": "string",
                      "ConfigTypes": "string",
                      "AssignedRulesList": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "AssignedPolicyRules": [
                        {
                          "MultiLineRulePatterns": [
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            }
                          ],
                          "RuleId": "string",
                          "RuleName": "string",
                          "Comments": "string",
                          "Grouping": "string",
                          "RemediateScript": "string",
                          "ConfigBlockStart": "string",
                          "ConfigBlockEnd": "string",
                          "ConfigBlockPatternType": "string",
                          "ConfigBlockMustExist": false,
                          "PatternType": "string",
                          "PatternMustExist": true,
                          "AdvancedMode": true,
                          "ErrorLevel": 2,
                          "SimplePatternText": "string",
                          "ExecuteScriptAutomatically": false,
                          "Owner": "string",
                          "RemediateScriptType": "string",
                          "ExecuteRemediationScriptPerBlock": true,
                          "ExecuteScriptInConfigMode": true
                        },
                        {
                          "MultiLineRulePatterns": [
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            }
                          ],
                          "RuleId": "string",
                          "RuleName": "string",
                          "Comments": "string",
                          "Grouping": "string",
                          "RemediateScript": "string",
                          "ConfigBlockStart": "string",
                          "ConfigBlockEnd": "string",
                          "ConfigBlockPatternType": "string",
                          "ConfigBlockMustExist": true,
                          "PatternType": "string",
                          "PatternMustExist": true,
                          "AdvancedMode": true,
                          "ErrorLevel": 2,
                          "SimplePatternText": "string",
                          "ExecuteScriptAutomatically": true,
                          "Owner": "string",
                          "RemediateScriptType": "string",
                          "ExecuteRemediationScriptPerBlock": false,
                          "ExecuteScriptInConfigMode": false
                        },
                        {
                          "MultiLineRulePatterns": [
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": true,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            },
                            {
                              "EndBracket": "string",
                              "PatternType": "string",
                              "Condition": "string",
                              "Pattern": "string",
                              "Criteria": false,
                              "BeginBracket": "string",
                              "RuleId": "string",
                              "PatternId": "string"
                            }
                          ],
                          "RuleId": "string",
                          "RuleName": "string",
                          "Comments": "string",
                          "Grouping": "string",
                          "RemediateScript": "string",
                          "ConfigBlockStart": "string",
                          "ConfigBlockEnd": "string",
                          "ConfigBlockPatternType": "string",
                          "ConfigBlockMustExist": true,
                          "PatternType": "string",
                          "PatternMustExist": true,
                          "AdvancedMode": true,
                          "ErrorLevel": 5,
                          "SimplePatternText": "string",
                          "ExecuteScriptAutomatically": true,
                          "Owner": "string",
                          "RemediateScriptType": "string",
                          "ExecuteRemediationScriptPerBlock": true,
                          "ExecuteScriptInConfigMode": false
                        }
                      ],
                      "Grouping": "string",
                      "Comments": "string",
                      "PolicyName": "string"
                    }
                  ],
                  "ReportStatus": "Disabled"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.PolicyReports/UpdatePolicyReport": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusPolicyReportsUpdatePolicyReport",
        "description": "The parameters and request body are for method: postInvokeCirrusPolicyReportsUpdatePolicyReport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.PolicyReports/AddPolicyReport": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusPolicyReportsAddPolicyReport",
        "description": "The parameters and request body are for method: postInvokeCirrusPolicyReportsAddPolicyReport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.PolicyReports/DeletePolicyReports": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusPolicyReportsDeletePolicyReports",
        "description": "The parameters and request body are for method: postInvokeCirrusPolicyReportsDeletePolicyReports. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.PolicyReports/GetPolicy": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusPolicyReportsGetPolicy",
        "description": "The parameters and request body are for method: postInvokeCirrusPolicyReportsGetPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "NodeSelectionCriterias": {
                      "type": "object",
                      "properties": {
                        "WebSelectionCriterias": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "Id": {
                                "type": "string"
                              },
                              "LogicalCondition": {
                                "type": "string"
                              },
                              "SelectedColumn": {
                                "type": "string"
                              },
                              "MatchType": {
                                "type": "string"
                              },
                              "SelectedValue": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "AssignedNodesList": {
                          "type": "object",
                          "properties": {
                            "Capacity": {
                              "type": "number"
                            },
                            "Count": {
                              "type": "number"
                            },
                            "IsFixedSize": {
                              "type": "boolean"
                            },
                            "IsReadOnly": {
                              "type": "boolean"
                            },
                            "IsSynchronized": {
                              "type": "boolean"
                            },
                            "SyncRoot": {
                              "type": "object"
                            },
                            "Item": {
                              "type": "object"
                            }
                          }
                        },
                        "AssignedNodesDesktopSQL": {
                          "type": "string"
                        },
                        "SelectionCriteriaType": {
                          "type": "string"
                        }
                      }
                    },
                    "NodeSelectionString": {
                      "type": "string"
                    },
                    "PolicyId": {
                      "type": "string"
                    },
                    "ConfigTypes": {
                      "type": "string"
                    },
                    "AssignedRulesList": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "AssignedPolicyRules": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "MultiLineRulePatterns": {
                            "type": "array",
                            "items": {
                              "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"
                                }
                              }
                            }
                          },
                          "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"
                          }
                        }
                      }
                    },
                    "Grouping": {
                      "type": "string"
                    },
                    "Comments": {
                      "type": "string"
                    },
                    "PolicyName": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "NodeSelectionCriterias": {
                    "WebSelectionCriterias": [
                      {
                        "Id": "string",
                        "LogicalCondition": "string",
                        "SelectedColumn": "string",
                        "MatchType": "string",
                        "SelectedValue": "string"
                      },
                      {
                        "Id": "string",
                        "LogicalCondition": "string",
                        "SelectedColumn": "string",
                        "MatchType": "string",
                        "SelectedValue": "string"
                      },
                      {
                        "Id": "string",
                        "LogicalCondition": "string",
                        "SelectedColumn": "string",
                        "MatchType": "string",
                        "SelectedValue": "string"
                      },
                      {
                        "Id": "string",
                        "LogicalCondition": "string",
                        "SelectedColumn": "string",
                        "MatchType": "string",
                        "SelectedValue": "string"
                      }
                    ],
                    "AssignedNodesList": {
                      "Capacity": 6,
                      "Count": 3,
                      "IsFixedSize": false,
                      "IsReadOnly": true,
                      "IsSynchronized": true,
                      "SyncRoot": {},
                      "Item": {}
                    },
                    "AssignedNodesDesktopSQL": "string",
                    "SelectionCriteriaType": "DesktopCriteria"
                  },
                  "NodeSelectionString": "string",
                  "PolicyId": "string",
                  "ConfigTypes": "string",
                  "AssignedRulesList": [
                    "string"
                  ],
                  "AssignedPolicyRules": [
                    {
                      "MultiLineRulePatterns": [
                        {
                          "EndBracket": "string",
                          "PatternType": "string",
                          "Condition": "string",
                          "Pattern": "string",
                          "Criteria": false,
                          "BeginBracket": "string",
                          "RuleId": "string",
                          "PatternId": "string"
                        },
                        {
                          "EndBracket": "string",
                          "PatternType": "string",
                          "Condition": "string",
                          "Pattern": "string",
                          "Criteria": true,
                          "BeginBracket": "string",
                          "RuleId": "string",
                          "PatternId": "string"
                        },
                        {
                          "EndBracket": "string",
                          "PatternType": "string",
                          "Condition": "string",
                          "Pattern": "string",
                          "Criteria": true,
                          "BeginBracket": "string",
                          "RuleId": "string",
                          "PatternId": "string"
                        }
                      ],
                      "RuleId": "string",
                      "RuleName": "string",
                      "Comments": "string",
                      "Grouping": "string",
                      "RemediateScript": "string",
                      "ConfigBlockStart": "string",
                      "ConfigBlockEnd": "string",
                      "ConfigBlockPatternType": "string",
                      "ConfigBlockMustExist": false,
                      "PatternType": "string",
                      "PatternMustExist": false,
                      "AdvancedMode": false,
                      "ErrorLevel": 10,
                      "SimplePatternText": "string",
                      "ExecuteScriptAutomatically": false,
                      "Owner": "string",
                      "RemediateScriptType": "string",
                      "ExecuteRemediationScriptPerBlock": true,
                      "ExecuteScriptInConfigMode": false
                    },
                    {
                      "MultiLineRulePatterns": [
                        {
                          "EndBracket": "string",
                          "PatternType": "string",
                          "Condition": "string",
                          "Pattern": "string",
                          "Criteria": true,
                          "BeginBracket": "string",
                          "RuleId": "string",
                          "PatternId": "string"
                        },
                        {
                          "EndBracket": "string",
                          "PatternType": "string",
                          "Condition": "string",
                          "Pattern": "string",
                          "Criteria": false,
                          "BeginBracket": "string",
                          "RuleId": "string",
                          "PatternId": "string"
                        },
                        {
                          "EndBracket": "string",
                          "PatternType": "string",
                          "Condition": "string",
                          "Pattern": "string",
                          "Criteria": true,
                          "BeginBracket": "string",
                          "RuleId": "string",
                          "PatternId": "string"
                        },
                        {
                          "EndBracket": "string",
                          "PatternType": "string",
                          "Condition": "string",
                          "Pattern": "string",
                          "Criteria": false,
                          "BeginBracket": "string",
                          "RuleId": "string",
                          "PatternId": "string"
                        },
                        {
                          "EndBracket": "string",
                          "PatternType": "string",
                          "Condition": "string",
                          "Pattern": "string",
                          "Criteria": false,
                          "BeginBracket": "string",
                          "RuleId": "string",
                          "PatternId": "string"
                        },
                        {
                          "EndBracket": "string",
                          "PatternType": "string",
                          "Condition": "string",
                          "Pattern": "string",
                          "Criteria": false,
                          "BeginBracket": "string",
                          "RuleId": "string",
                          "PatternId": "string"
                        },
                        {
                          "EndBracket": "string",
                          "PatternType": "string",
                          "Condition": "string",
                          "Pattern": "string",
                          "Criteria": true,
                          "BeginBracket": "string",
                          "RuleId": "string",
                          "PatternId": "string"
                        },
                        {
                          "EndBracket": "string",
                          "PatternType": "string",
                          "Condition": "string",
                          "Pattern": "string",
                          "Criteria": true,
                          "BeginBracket": "string",
                          "RuleId": "string",
                          "PatternId": "string"
                        },
                        {
                          "EndBracket": "string",
                          "PatternType": "string",
                          "Condition": "string",
                          "Pattern": "string",
                          "Criteria": true,
                          "BeginBracket": "string",
                          "RuleId": "string",
                          "PatternId": "string"
                        }
                      ],
                      "RuleId": "string",
                      "RuleName": "string",
                      "Comments": "string",
                      "Grouping": "string",
                      "RemediateScript": "string",
                      "ConfigBlockStart": "string",
                      "ConfigBlockEnd": "string",
                      "ConfigBlockPatternType": "string",
                      "ConfigBlockMustExist": true,
                      "PatternType": "string",
                      "PatternMustExist": true,
                      "AdvancedMode": true,
                      "ErrorLevel": 5,
                      "SimplePatternText": "string",
                      "ExecuteScriptAutomatically": true,
                      "Owner": "string",
                      "RemediateScriptType": "string",
                      "ExecuteRemediationScriptPerBlock": true,
                      "ExecuteScriptInConfigMode": true
                    },
                    {
                      "MultiLineRulePatterns": [
                        {
                          "EndBracket": "string",
                          "PatternType": "string",
                          "Condition": "string",
                          "Pattern": "string",
                          "Criteria": false,
                          "BeginBracket": "string",
                          "RuleId": "string",
                          "PatternId": "string"
                        },
                        {
                          "EndBracket": "string",
                          "PatternType": "string",
                          "Condition": "string",
                          "Pattern": "string",
                          "Criteria": false,
                          "BeginBracket": "string",
                          "RuleId": "string",
                          "PatternId": "string"
                        },
                        {
                          "EndBracket": "string",
                          "PatternType": "string",
                          "Condition": "string",
                          "Pattern": "string",
                          "Criteria": true,
                          "BeginBracket": "string",
                          "RuleId": "string",
                          "PatternId": "string"
                        },
                        {
                          "EndBracket": "string",
                          "PatternType": "string",
                          "Condition": "string",
                          "Pattern": "string",
                          "Criteria": false,
                          "BeginBracket": "string",
                          "RuleId": "string",
                          "PatternId": "string"
                        }
                      ],
                      "RuleId": "string",
                      "RuleName": "string",
                      "Comments": "string",
                      "Grouping": "string",
                      "RemediateScript": "string",
                      "ConfigBlockStart": "string",
                      "ConfigBlockEnd": "string",
                      "ConfigBlockPatternType": "string",
                      "ConfigBlockMustExist": false,
                      "PatternType": "string",
                      "PatternMustExist": false,
                      "AdvancedMode": false,
                      "ErrorLevel": 8,
                      "SimplePatternText": "string",
                      "ExecuteScriptAutomatically": true,
                      "Owner": "string",
                      "RemediateScriptType": "string",
                      "ExecuteRemediationScriptPerBlock": false,
                      "ExecuteScriptInConfigMode": true
                    },
                    {
                      "MultiLineRulePatterns": [
                        {
                          "EndBracket": "string",
                          "PatternType": "string",
                          "Condition": "string",
                          "Pattern": "string",
                          "Criteria": false,
                          "BeginBracket": "string",
                          "RuleId": "string",
                          "PatternId": "string"
                        },
                        {
                          "EndBracket": "string",
                          "PatternType": "string",
                          "Condition": "string",
                          "Pattern": "string",
                          "Criteria": true,
                          "BeginBracket": "string",
                          "RuleId": "string",
                          "PatternId": "string"
                        },
                        {
                          "EndBracket": "string",
                          "PatternType": "string",
                          "Condition": "string",
                          "Pattern": "string",
                          "Criteria": true,
                          "BeginBracket": "string",
                          "RuleId": "string",
                          "PatternId": "string"
                        },
                        {
                          "EndBracket": "string",
                          "PatternType": "string",
                          "Condition": "string",
                          "Pattern": "string",
                          "Criteria": false,
                          "BeginBracket": "string",
                          "RuleId": "string",
                          "PatternId": "string"
                        },
                        {
                          "EndBracket": "string",
                          "PatternType": "string",
                          "Condition": "string",
                          "Pattern": "string",
                          "Criteria": true,
                          "BeginBracket": "string",
                          "RuleId": "string",
                          "PatternId": "string"
                        },
                        {
                          "EndBracket": "string",
                          "PatternType": "string",
                          "Condition": "string",
                          "Pattern": "string",
                          "Criteria": false,
                          "BeginBracket": "string",
                          "RuleId": "string",
                          "PatternId": "string"
                        },
                        {
                          "EndBracket": "string",
                          "PatternType": "string",
                          "Condition": "string",
                          "Pattern": "string",
                          "Criteria": false,
                          "BeginBracket": "string",
                          "RuleId": "string",
                          "PatternId": "string"
                        },
                        {
                          "EndBracket": "string",
                          "PatternType": "string",
                          "Condition": "string",
                          "Pattern": "string",
                          "Criteria": true,
                          "BeginBracket": "string",
                          "RuleId": "string",
                          "PatternId": "string"
                        },
                        {
                          "EndBracket": "string",
                          "PatternType": "string",
                          "Condition": "string",
                          "Pattern": "string",
                          "Criteria": false,
                          "BeginBracket": "string",
                          "RuleId": "string",
                          "PatternId": "string"
                        },
                        {
                          "EndBracket": "string",
                          "PatternType": "string",
                          "Condition": "string",
                          "Pattern": "string",
                          "Criteria": false,
                          "BeginBracket": "string",
                          "RuleId": "string",
                          "PatternId": "string"
                        }
                      ],
                      "RuleId": "string",
                      "RuleName": "string",
                      "Comments": "string",
                      "Grouping": "string",
                      "RemediateScript": "string",
                      "ConfigBlockStart": "string",
                      "ConfigBlockEnd": "string",
                      "ConfigBlockPatternType": "string",
                      "ConfigBlockMustExist": true,
                      "PatternType": "string",
                      "PatternMustExist": true,
                      "AdvancedMode": true,
                      "ErrorLevel": 1,
                      "SimplePatternText": "string",
                      "ExecuteScriptAutomatically": false,
                      "Owner": "string",
                      "RemediateScriptType": "string",
                      "ExecuteRemediationScriptPerBlock": false,
                      "ExecuteScriptInConfigMode": true
                    },
                    {
                      "MultiLineRulePatterns": [
                        {
                          "EndBracket": "string",
                          "PatternType": "string",
                          "Condition": "string",
                          "Pattern": "string",
                          "Criteria": true,
                          "BeginBracket": "string",
                          "RuleId": "string",
                          "PatternId": "string"
                        },
                        {
                          "EndBracket": "string",
                          "PatternType": "string",
                          "Condition": "string",
                          "Pattern": "string",
                          "Criteria": false,
                          "BeginBracket": "string",
                          "RuleId": "string",
                          "PatternId": "string"
                        },
                        {
                          "EndBracket": "string",
                          "PatternType": "string",
                          "Condition": "string",
                          "Pattern": "string",
                          "Criteria": true,
                          "BeginBracket": "string",
                          "RuleId": "string",
                          "PatternId": "string"
                        }
                      ],
                      "RuleId": "string",
                      "RuleName": "string",
                      "Comments": "string",
                      "Grouping": "string",
                      "RemediateScript": "string",
                      "ConfigBlockStart": "string",
                      "ConfigBlockEnd": "string",
                      "ConfigBlockPatternType": "string",
                      "ConfigBlockMustExist": true,
                      "PatternType": "string",
                      "PatternMustExist": true,
                      "AdvancedMode": false,
                      "ErrorLevel": 8,
                      "SimplePatternText": "string",
                      "ExecuteScriptAutomatically": true,
                      "Owner": "string",
                      "RemediateScriptType": "string",
                      "ExecuteRemediationScriptPerBlock": true,
                      "ExecuteScriptInConfigMode": false
                    },
                    {
                      "MultiLineRulePatterns": [
                        {
                          "EndBracket": "string",
                          "PatternType": "string",
                          "Condition": "string",
                          "Pattern": "string",
                          "Criteria": true,
                          "BeginBracket": "string",
                          "RuleId": "string",
                          "PatternId": "string"
                        }
                      ],
                      "RuleId": "string",
                      "RuleName": "string",
                      "Comments": "string",
                      "Grouping": "string",
                      "RemediateScript": "string",
                      "ConfigBlockStart": "string",
                      "ConfigBlockEnd": "string",
                      "ConfigBlockPatternType": "string",
                      "ConfigBlockMustExist": false,
                      "PatternType": "string",
                      "PatternMustExist": false,
                      "AdvancedMode": false,
                      "ErrorLevel": 3,
                      "SimplePatternText": "string",
                      "ExecuteScriptAutomatically": false,
                      "Owner": "string",
                      "RemediateScriptType": "string",
                      "ExecuteRemediationScriptPerBlock": false,
                      "ExecuteScriptInConfigMode": true
                    }
                  ],
                  "Grouping": "string",
                  "Comments": "string",
                  "PolicyName": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.PolicyReports/UpdatePolicy": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusPolicyReportsUpdatePolicy",
        "description": "The parameters and request body are for method: postInvokeCirrusPolicyReportsUpdatePolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.PolicyReports/AddPolicy": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusPolicyReportsAddPolicy",
        "description": "The parameters and request body are for method: postInvokeCirrusPolicyReportsAddPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.PolicyReports/DeletePolicies": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusPolicyReportsDeletePolicies",
        "description": "The parameters and request body are for method: postInvokeCirrusPolicyReportsDeletePolicies. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.PolicyReports/GetPolicyRule": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusPolicyReportsGetPolicyRule",
        "description": "The parameters and request body are for method: postInvokeCirrusPolicyReportsGetPolicyRule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "MultiLineRulePatterns": {
                      "type": "array",
                      "items": {
                        "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"
                          }
                        }
                      }
                    },
                    "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"
                    }
                  }
                },
                "example": {
                  "MultiLineRulePatterns": [
                    {
                      "EndBracket": "string",
                      "PatternType": "string",
                      "Condition": "string",
                      "Pattern": "string",
                      "Criteria": false,
                      "BeginBracket": "string",
                      "RuleId": "string",
                      "PatternId": "string"
                    },
                    {
                      "EndBracket": "string",
                      "PatternType": "string",
                      "Condition": "string",
                      "Pattern": "string",
                      "Criteria": false,
                      "BeginBracket": "string",
                      "RuleId": "string",
                      "PatternId": "string"
                    },
                    {
                      "EndBracket": "string",
                      "PatternType": "string",
                      "Condition": "string",
                      "Pattern": "string",
                      "Criteria": false,
                      "BeginBracket": "string",
                      "RuleId": "string",
                      "PatternId": "string"
                    },
                    {
                      "EndBracket": "string",
                      "PatternType": "string",
                      "Condition": "string",
                      "Pattern": "string",
                      "Criteria": true,
                      "BeginBracket": "string",
                      "RuleId": "string",
                      "PatternId": "string"
                    },
                    {
                      "EndBracket": "string",
                      "PatternType": "string",
                      "Condition": "string",
                      "Pattern": "string",
                      "Criteria": false,
                      "BeginBracket": "string",
                      "RuleId": "string",
                      "PatternId": "string"
                    },
                    {
                      "EndBracket": "string",
                      "PatternType": "string",
                      "Condition": "string",
                      "Pattern": "string",
                      "Criteria": true,
                      "BeginBracket": "string",
                      "RuleId": "string",
                      "PatternId": "string"
                    }
                  ],
                  "RuleId": "string",
                  "RuleName": "string",
                  "Comments": "string",
                  "Grouping": "string",
                  "RemediateScript": "string",
                  "ConfigBlockStart": "string",
                  "ConfigBlockEnd": "string",
                  "ConfigBlockPatternType": "string",
                  "ConfigBlockMustExist": false,
                  "PatternType": "string",
                  "PatternMustExist": true,
                  "AdvancedMode": true,
                  "ErrorLevel": 5,
                  "SimplePatternText": "string",
                  "ExecuteScriptAutomatically": false,
                  "Owner": "string",
                  "RemediateScriptType": "string",
                  "ExecuteRemediationScriptPerBlock": true,
                  "ExecuteScriptInConfigMode": true
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.PolicyReports/UpdatePolicyRule": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusPolicyReportsUpdatePolicyRule",
        "description": "The parameters and request body are for method: postInvokeCirrusPolicyReportsUpdatePolicyRule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.PolicyReports/AddPolicyRule": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusPolicyReportsAddPolicyRule",
        "description": "The parameters and request body are for method: postInvokeCirrusPolicyReportsAddPolicyRule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.PolicyReports/DeletePolicyRules": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusPolicyReportsDeletePolicyRules",
        "description": "The parameters and request body are for method: postInvokeCirrusPolicyReportsDeletePolicyRules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.PolicyReports/StartCaching": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusPolicyReportsStartCaching",
        "description": "The parameters and request body are for method: postInvokeCirrusPolicyReportsStartCaching. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.PolicyReports/UpdateReportStatus": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusPolicyReportsUpdateReportStatus",
        "description": "The parameters and request body are for method: postInvokeCirrusPolicyReportsUpdateReportStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.PolicyReports/GetPagablePoliciesList": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusPolicyReportsGetPagablePoliciesList",
        "description": "The parameters and request body are for method: postInvokeCirrusPolicyReportsGetPagablePoliciesList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object"
                  }
                },
                "example": [
                  {}
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.PolicyReports/GetPoliciesRowCount": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusPolicyReportsGetPoliciesRowCount",
        "description": "The parameters and request body are for method: postInvokeCirrusPolicyReportsGetPoliciesRowCount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.PolicyReports/GetPagablePolicyRulesList": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusPolicyReportsGetPagablePolicyRulesList",
        "description": "The parameters and request body are for method: postInvokeCirrusPolicyReportsGetPagablePolicyRulesList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object"
                  }
                },
                "example": [
                  {},
                  {},
                  {},
                  {}
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.PolicyReports/GetPolicyRulesRowCount": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusPolicyReportsGetPolicyRulesRowCount",
        "description": "The parameters and request body are for method: postInvokeCirrusPolicyReportsGetPolicyRulesRowCount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.PolicyReports/GetComplianceDataTable": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusPolicyReportsGetComplianceDataTable",
        "description": "The parameters and request body are for method: postInvokeCirrusPolicyReportsGetComplianceDataTable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object"
                  }
                },
                "example": [
                  {},
                  {},
                  {},
                  {}
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.PolicyReports/GetComplianceColumnsInJSON": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusPolicyReportsGetComplianceColumnsInJSON",
        "description": "The parameters and request body are for method: postInvokeCirrusPolicyReportsGetComplianceColumnsInJSON. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.PolicyReports/GetRowNumber": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusPolicyReportsGetRowNumber",
        "description": "The parameters and request body are for method: postInvokeCirrusPolicyReportsGetRowNumber. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.PolicyReports/GenerateRemediationScriptForNodes": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusPolicyReportsGenerateRemediationScriptForNodes",
        "description": "The parameters and request body are for method: postInvokeCirrusPolicyReportsGenerateRemediationScriptForNodes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "NodeCaption": {
                        "type": "string"
                      },
                      "NodeID": {
                        "type": "string"
                      },
                      "Script": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "NodeCaption": "string",
                    "NodeID": "string",
                    "Script": "string"
                  },
                  {
                    "NodeCaption": "string",
                    "NodeID": "string",
                    "Script": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/NCM.Eos/BeginRefreshAll": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeNCMEosBeginRefreshAll",
        "description": "The parameters and request body are for method: postInvokeNCMEosBeginRefreshAll. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/NCM.Eos/RefreshNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeNCMEosRefreshNow",
        "description": "The parameters and request body are for method: postInvokeNCMEosRefreshNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/NCM.Eos/IsRefreshingAll": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeNCMEosIsRefreshingAll",
        "description": "The parameters and request body are for method: postInvokeNCMEosIsRefreshingAll. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/NCM.Eos/InitSchedule": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeNCMEosInitSchedule",
        "description": "The parameters and request body are for method: postInvokeNCMEosInitSchedule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/NCM.FirmwareStorage/ValidateFirmwareStorage": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeNCMFirmwareStorageValidateFirmwareStorage",
        "description": "The parameters and request body are for method: postInvokeNCMFirmwareStorageValidateFirmwareStorage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "IsValid": {
                      "type": "boolean"
                    },
                    "Message": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "IsValid": true,
                  "Message": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/NCM.FirmwareStorage/DeleteFirmwareImages": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeNCMFirmwareStorageDeleteFirmwareImages",
        "description": "The parameters and request body are for method: postInvokeNCMFirmwareStorageDeleteFirmwareImages. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/NCM.FirmwareDefinitions/GetFirmwareDefinition": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeNCMFirmwareDefinitionsGetFirmwareDefinition",
        "description": "The parameters and request body are for method: postInvokeNCMFirmwareDefinitionsGetFirmwareDefinition. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ID": {
                      "type": "number"
                    },
                    "Name": {
                      "type": "string"
                    },
                    "Description": {
                      "type": "string"
                    },
                    "LastModified": {
                      "type": "string"
                    },
                    "Author": {
                      "type": "string"
                    },
                    "Canned": {
                      "type": "boolean"
                    },
                    "FirmwareImageID": {
                      "type": "number"
                    },
                    "FirmwareImages": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ImageType": {
                            "type": "string"
                          },
                          "ImageId": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "UpgradeFirmwareImageCommand": {
                      "type": "string"
                    },
                    "TransferProtocol": {
                      "type": "string"
                    },
                    "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"
                    }
                  }
                },
                "example": {
                  "ID": 2,
                  "Name": "string",
                  "Description": "string",
                  "LastModified": "string",
                  "Author": "string",
                  "Canned": false,
                  "FirmwareImageID": 3,
                  "FirmwareImages": [
                    {
                      "ImageType": "string",
                      "ImageId": 2
                    },
                    {
                      "ImageType": "string",
                      "ImageId": 4
                    },
                    {
                      "ImageType": "string",
                      "ImageId": 4
                    },
                    {
                      "ImageType": "string",
                      "ImageId": 9
                    },
                    {
                      "ImageType": "string",
                      "ImageId": 3
                    },
                    {
                      "ImageType": "string",
                      "ImageId": 1
                    },
                    {
                      "ImageType": "string",
                      "ImageId": 8
                    },
                    {
                      "ImageType": "string",
                      "ImageId": 10
                    },
                    {
                      "ImageType": "string",
                      "ImageId": 8
                    }
                  ],
                  "UpgradeFirmwareImageCommand": "string",
                  "TransferProtocol": "CommandProtocol_TFTP",
                  "SaveConfigToNVRAM": true,
                  "BackupRunningAndStartupConfigsBeforeUpgrade": true,
                  "BackupRunningAndStartupConfigsAfterUpgrade": true,
                  "UpdateBootVariable": true,
                  "Reboot": false,
                  "RebootRequired": false,
                  "Unmanage": false,
                  "VerifyUploadedImageIntegrity": true,
                  "VerifyBackedUpImageIntegrity": false,
                  "VerifyUpgrade": false
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/NCM.FirmwareDefinitions/AddFirmwareDefinition": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeNCMFirmwareDefinitionsAddFirmwareDefinition",
        "description": "The parameters and request body are for method: postInvokeNCMFirmwareDefinitionsAddFirmwareDefinition. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/NCM.FirmwareDefinitions/UpdateFirmwareDefinition": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeNCMFirmwareDefinitionsUpdateFirmwareDefinition",
        "description": "The parameters and request body are for method: postInvokeNCMFirmwareDefinitionsUpdateFirmwareDefinition. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/NCM.FirmwareDefinitions/DeleteFirmwareDefinitions": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeNCMFirmwareDefinitionsDeleteFirmwareDefinitions",
        "description": "The parameters and request body are for method: postInvokeNCMFirmwareDefinitionsDeleteFirmwareDefinitions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/NCM.FirmwareOperations/PrepareFirmwareUpgrade": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeNCMFirmwareOperationsPrepareFirmwareUpgrade",
        "description": "The parameters and request body are for method: postInvokeNCMFirmwareOperationsPrepareFirmwareUpgrade. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/NCM.FirmwareOperations/PrepareRollBack": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeNCMFirmwareOperationsPrepareRollBack",
        "description": "The parameters and request body are for method: postInvokeNCMFirmwareOperationsPrepareRollBack. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/NCM.FirmwareOperations/PrepareReExecuteFailed": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeNCMFirmwareOperationsPrepareReExecuteFailed",
        "description": "The parameters and request body are for method: postInvokeNCMFirmwareOperationsPrepareReExecuteFailed. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/NCM.FirmwareOperations/StartUpgrade": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeNCMFirmwareOperationsStartUpgrade",
        "description": "The parameters and request body are for method: postInvokeNCMFirmwareOperationsStartUpgrade. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/NCM.FirmwareOperations/CancelUpgrade": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeNCMFirmwareOperationsCancelUpgrade",
        "description": "The parameters and request body are for method: postInvokeNCMFirmwareOperationsCancelUpgrade. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/NCM.FirmwareOperations/GenerateScriptPreview": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeNCMFirmwareOperationsGenerateScriptPreview",
        "description": "The parameters and request body are for method: postInvokeNCMFirmwareOperationsGenerateScriptPreview. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.Reports/Run": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusReportsRun",
        "description": "The parameters and request body are for method: postInvokeCirrusReportsRun. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object"
                  }
                },
                "example": [
                  {}
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.Reports/RunPagable": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusReportsRunPagable",
        "description": "The parameters and request body are for method: postInvokeCirrusReportsRunPagable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object"
                  }
                },
                "example": [
                  {}
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.Reports/GetRecordsCount": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusReportsGetRecordsCount",
        "description": "The parameters and request body are for method: postInvokeCirrusReportsGetRecordsCount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cirrus.Reports/GetDiplayableColumns": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCirrusReportsGetDiplayableColumns",
        "description": "The parameters and request body are for method: postInvokeCirrusReportsGetDiplayableColumns. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": "string"
                  },
                  {
                    "Key": "string",
                    "Value": "string"
                  },
                  {
                    "Key": "string",
                    "Value": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.GroupCustomProperties/CreateCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionGroupCustomPropertiesCreateCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionGroupCustomPropertiesCreateCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.GroupCustomProperties/CreateCustomPropertyWithValues": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionGroupCustomPropertiesCreateCustomPropertyWithValues",
        "description": "The parameters and request body are for method: postInvokeOrionGroupCustomPropertiesCreateCustomPropertyWithValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.GroupCustomProperties/ModifyCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionGroupCustomPropertiesModifyCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionGroupCustomPropertiesModifyCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.GroupCustomProperties/DeleteCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionGroupCustomPropertiesDeleteCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionGroupCustomPropertiesDeleteCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.GroupCustomProperties/ValidateCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionGroupCustomPropertiesValidateCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionGroupCustomPropertiesValidateCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Status": {
                      "type": "string"
                    },
                    "ErrorMessage": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "Status": "Error",
                  "ErrorMessage": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.ContainerMemberDefinition/GetMembers": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionContainerMemberDefinitionGetMembers",
        "description": "The parameters and request body are for method: postInvokeOrionContainerMemberDefinitionGetMembers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object"
                  }
                },
                "example": [
                  {},
                  {},
                  {}
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.ContainerMemberDefinition/GetFirstNMembers": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionContainerMemberDefinitionGetFirstNMembers",
        "description": "The parameters and request body are for method: postInvokeOrionContainerMemberDefinitionGetFirstNMembers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object"
                  }
                },
                "example": [
                  {},
                  {},
                  {},
                  {}
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Management/PublishEvent": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexManagementPublishEvent",
        "description": "The parameters and request body are for method: postInvokeCortexManagementPublishEvent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.Apic/Core.AssignToEngine": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciApicCoreAssignToEngine",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciApicCoreAssignToEngine. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.Apic/Core.GetSupportedMetrics": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciApicCoreGetSupportedMetrics",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciApicCoreGetSupportedMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.Apic/Core.InventoryNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciApicCoreInventoryNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciApicCoreInventoryNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.Apic/Core.PollNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciApicCorePollNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciApicCorePollNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.Apic/Core.SetPolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciApicCoreSetPolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciApicCoreSetPolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.Apic/Core.StartRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciApicCoreStartRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciApicCoreStartRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.Apic/Core.StopRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciApicCoreStopRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciApicCoreStopRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.Apic/Orion.CiscoAci.AssignAciPolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciApicOrionCiscoAciAssignAciPolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciApicOrionCiscoAciAssignAciPolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.Apic/Orion.CiscoAci.GetPollInterval": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciApicOrionCiscoAciGetPollInterval",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciApicOrionCiscoAciGetPollInterval. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.Apic/Orion.CiscoAci.IsAciPollingAssigned": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciApicOrionCiscoAciIsAciPollingAssigned",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciApicOrionCiscoAciIsAciPollingAssigned. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.Apic/Orion.CiscoAci.SyncAciCredentialsWithOrion": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciApicOrionCiscoAciSyncAciCredentialsWithOrion",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciApicOrionCiscoAciSyncAciCredentialsWithOrion. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.Apic/Orion.CiscoAci.TestAciCredentials": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciApicOrionCiscoAciTestAciCredentials",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciApicOrionCiscoAciTestAciCredentials. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.Apic/Orion.CiscoAci.UnassignAciPolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciApicOrionCiscoAciUnassignAciPolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciApicOrionCiscoAciUnassignAciPolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.ApplicationProfile/Core.AssignToEngine": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciApplicationProfileCoreAssignToEngine",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciApplicationProfileCoreAssignToEngine. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.ApplicationProfile/Core.GetSupportedMetrics": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciApplicationProfileCoreGetSupportedMetrics",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciApplicationProfileCoreGetSupportedMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.ApplicationProfile/Core.InventoryNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciApplicationProfileCoreInventoryNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciApplicationProfileCoreInventoryNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.ApplicationProfile/Core.PollNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciApplicationProfileCorePollNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciApplicationProfileCorePollNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.ApplicationProfile/Core.SetPolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciApplicationProfileCoreSetPolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciApplicationProfileCoreSetPolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.ApplicationProfile/Core.StartRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciApplicationProfileCoreStartRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciApplicationProfileCoreStartRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.ApplicationProfile/Core.StopRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciApplicationProfileCoreStopRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciApplicationProfileCoreStopRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.EndpointGroup/Core.AssignToEngine": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciEndpointGroupCoreAssignToEngine",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciEndpointGroupCoreAssignToEngine. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.EndpointGroup/Core.GetSupportedMetrics": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciEndpointGroupCoreGetSupportedMetrics",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciEndpointGroupCoreGetSupportedMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.EndpointGroup/Core.InventoryNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciEndpointGroupCoreInventoryNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciEndpointGroupCoreInventoryNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.EndpointGroup/Core.PollNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciEndpointGroupCorePollNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciEndpointGroupCorePollNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.EndpointGroup/Core.SetPolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciEndpointGroupCoreSetPolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciEndpointGroupCoreSetPolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.EndpointGroup/Core.StartRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciEndpointGroupCoreStartRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciEndpointGroupCoreStartRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.EndpointGroup/Core.StopRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciEndpointGroupCoreStopRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciEndpointGroupCoreStopRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.Fabric/Core.AssignToEngine": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciFabricCoreAssignToEngine",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciFabricCoreAssignToEngine. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.Fabric/Core.GetSupportedMetrics": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciFabricCoreGetSupportedMetrics",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciFabricCoreGetSupportedMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.Fabric/Core.InventoryNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciFabricCoreInventoryNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciFabricCoreInventoryNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.Fabric/Core.PollNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciFabricCorePollNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciFabricCorePollNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.Fabric/Core.SetPolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciFabricCoreSetPolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciFabricCoreSetPolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.Fabric/Core.StartRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciFabricCoreStartRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciFabricCoreStartRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.Fabric/Core.StopRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciFabricCoreStopRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciFabricCoreStopRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.PhysicalEntity/Core.AssignToEngine": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciPhysicalEntityCoreAssignToEngine",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciPhysicalEntityCoreAssignToEngine. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.PhysicalEntity/Core.GetSupportedMetrics": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciPhysicalEntityCoreGetSupportedMetrics",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciPhysicalEntityCoreGetSupportedMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.PhysicalEntity/Core.InventoryNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciPhysicalEntityCoreInventoryNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciPhysicalEntityCoreInventoryNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.PhysicalEntity/Core.PollNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciPhysicalEntityCorePollNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciPhysicalEntityCorePollNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.PhysicalEntity/Core.SetPolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciPhysicalEntityCoreSetPolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciPhysicalEntityCoreSetPolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.PhysicalEntity/Core.StartRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciPhysicalEntityCoreStartRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciPhysicalEntityCoreStartRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.PhysicalEntity/Core.StopRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciPhysicalEntityCoreStopRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciPhysicalEntityCoreStopRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.Tenant/Core.AssignToEngine": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciTenantCoreAssignToEngine",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciTenantCoreAssignToEngine. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.Tenant/Core.GetSupportedMetrics": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciTenantCoreGetSupportedMetrics",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciTenantCoreGetSupportedMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.Tenant/Core.InventoryNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciTenantCoreInventoryNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciTenantCoreInventoryNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.Tenant/Core.PollNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciTenantCorePollNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciTenantCorePollNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.Tenant/Core.SetPolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciTenantCoreSetPolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciTenantCoreSetPolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.Tenant/Core.StartRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciTenantCoreStartRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciTenantCoreStartRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.CiscoAci.Tenant/Core.StopRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCiscoAciTenantCoreStopRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCiscoAciTenantCoreStopRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Cman.Container/Core.AssignToEngine": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCmanContainerCoreAssignToEngine",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCmanContainerCoreAssignToEngine. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Cman.Container/Core.GetSupportedMetrics": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCmanContainerCoreGetSupportedMetrics",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCmanContainerCoreGetSupportedMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Cman.Container/Core.InventoryNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCmanContainerCoreInventoryNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCmanContainerCoreInventoryNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Cman.Container/Core.PollNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCmanContainerCorePollNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCmanContainerCorePollNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Cman.Container/Core.SetPolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCmanContainerCoreSetPolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCmanContainerCoreSetPolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Cman.Container/Core.StartRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCmanContainerCoreStartRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCmanContainerCoreStartRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Cman.Container/Core.StopRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCmanContainerCoreStopRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCmanContainerCoreStopRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Cman.ContainerAgent/Core.AssignToEngine": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCmanContainerAgentCoreAssignToEngine",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCmanContainerAgentCoreAssignToEngine. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Cman.ContainerAgent/Core.GetSupportedMetrics": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCmanContainerAgentCoreGetSupportedMetrics",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCmanContainerAgentCoreGetSupportedMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Cman.ContainerAgent/Core.InventoryNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCmanContainerAgentCoreInventoryNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCmanContainerAgentCoreInventoryNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Cman.ContainerAgent/Core.PollNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCmanContainerAgentCorePollNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCmanContainerAgentCorePollNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Cman.ContainerAgent/Core.SetPolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCmanContainerAgentCoreSetPolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCmanContainerAgentCoreSetPolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Cman.ContainerAgent/Core.StartRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCmanContainerAgentCoreStartRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCmanContainerAgentCoreStartRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Cman.ContainerAgent/Core.StopRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCmanContainerAgentCoreStopRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCmanContainerAgentCoreStopRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Cman.ContainerEnvironmentVariable/Core.AssignToEngine": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCmanContainerEnvironmentVariableCoreAssignToEngine",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCmanContainerEnvironmentVariableCoreAssignToEngine. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Cman.ContainerEnvironmentVariable/Core.GetSupportedMetrics": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCmanContainerEnvironmentVariableCoreGetSupportedMetrics",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCmanContainerEnvironmentVariableCoreGetSupportedMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Cman.ContainerEnvironmentVariable/Core.InventoryNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCmanContainerEnvironmentVariableCoreInventoryNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCmanContainerEnvironmentVariableCoreInventoryNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Cman.ContainerEnvironmentVariable/Core.PollNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCmanContainerEnvironmentVariableCorePollNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCmanContainerEnvironmentVariableCorePollNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Cman.ContainerEnvironmentVariable/Core.SetPolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCmanContainerEnvironmentVariableCoreSetPolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCmanContainerEnvironmentVariableCoreSetPolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Cman.ContainerEnvironmentVariable/Core.StartRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCmanContainerEnvironmentVariableCoreStartRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCmanContainerEnvironmentVariableCoreStartRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Cman.ContainerEnvironmentVariable/Core.StopRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCmanContainerEnvironmentVariableCoreStopRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCmanContainerEnvironmentVariableCoreStopRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Cman.ContainerHost/Core.AssignToEngine": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCmanContainerHostCoreAssignToEngine",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCmanContainerHostCoreAssignToEngine. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Cman.ContainerHost/Core.GetSupportedMetrics": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCmanContainerHostCoreGetSupportedMetrics",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCmanContainerHostCoreGetSupportedMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Cman.ContainerHost/Core.InventoryNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCmanContainerHostCoreInventoryNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCmanContainerHostCoreInventoryNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Cman.ContainerHost/Core.PollNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCmanContainerHostCorePollNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCmanContainerHostCorePollNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Cman.ContainerHost/Core.SetPolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCmanContainerHostCoreSetPolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCmanContainerHostCoreSetPolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Cman.ContainerHost/Core.StartRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCmanContainerHostCoreStartRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCmanContainerHostCoreStartRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Cman.ContainerHost/Core.StopRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCmanContainerHostCoreStopRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCmanContainerHostCoreStopRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Cman.ContainerImage/Core.AssignToEngine": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCmanContainerImageCoreAssignToEngine",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCmanContainerImageCoreAssignToEngine. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Cman.ContainerImage/Core.GetSupportedMetrics": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCmanContainerImageCoreGetSupportedMetrics",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCmanContainerImageCoreGetSupportedMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Cman.ContainerImage/Core.InventoryNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCmanContainerImageCoreInventoryNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCmanContainerImageCoreInventoryNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Cman.ContainerImage/Core.PollNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCmanContainerImageCorePollNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCmanContainerImageCorePollNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Cman.ContainerImage/Core.SetPolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCmanContainerImageCoreSetPolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCmanContainerImageCoreSetPolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Cman.ContainerImage/Core.StartRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCmanContainerImageCoreStartRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCmanContainerImageCoreStartRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Cman.ContainerImage/Core.StopRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionCmanContainerImageCoreStopRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionCmanContainerImageCoreStopRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.MonitoringElement/Core.AssignToEngine": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionMonitoringElementCoreAssignToEngine",
        "description": "The parameters and request body are for method: postInvokeCortexOrionMonitoringElementCoreAssignToEngine. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.MonitoringElement/Core.GetSupportedMetrics": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionMonitoringElementCoreGetSupportedMetrics",
        "description": "The parameters and request body are for method: postInvokeCortexOrionMonitoringElementCoreGetSupportedMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.MonitoringElement/Core.InventoryNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionMonitoringElementCoreInventoryNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionMonitoringElementCoreInventoryNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.MonitoringElement/Core.PollNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionMonitoringElementCorePollNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionMonitoringElementCorePollNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.MonitoringElement/Core.SetPolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionMonitoringElementCoreSetPolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionMonitoringElementCoreSetPolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.MonitoringElement/Core.StartRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionMonitoringElementCoreStartRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionMonitoringElementCoreStartRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.MonitoringElement/Core.StopRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionMonitoringElementCoreStopRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionMonitoringElementCoreStopRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Interface/Core.AddToCortex": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionInterfaceCoreAddToCortex",
        "description": "The parameters and request body are for method: postInvokeCortexOrionInterfaceCoreAddToCortex. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Interface/Core.AssignToEngine": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionInterfaceCoreAssignToEngine",
        "description": "The parameters and request body are for method: postInvokeCortexOrionInterfaceCoreAssignToEngine. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Interface/Core.GetSupportedMetrics": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionInterfaceCoreGetSupportedMetrics",
        "description": "The parameters and request body are for method: postInvokeCortexOrionInterfaceCoreGetSupportedMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Interface/Core.InventoryNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionInterfaceCoreInventoryNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionInterfaceCoreInventoryNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Interface/Core.PollNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionInterfaceCorePollNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionInterfaceCorePollNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Interface/Core.SetPolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionInterfaceCoreSetPolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionInterfaceCoreSetPolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Interface/Core.StartRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionInterfaceCoreStartRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionInterfaceCoreStartRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Interface/Core.StopRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionInterfaceCoreStopRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionInterfaceCoreStopRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Node/Core.AddToCortex": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionNodeCoreAddToCortex",
        "description": "The parameters and request body are for method: postInvokeCortexOrionNodeCoreAddToCortex. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Node/Core.AssignToEngine": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionNodeCoreAssignToEngine",
        "description": "The parameters and request body are for method: postInvokeCortexOrionNodeCoreAssignToEngine. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Node/Core.GetSupportedMetrics": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionNodeCoreGetSupportedMetrics",
        "description": "The parameters and request body are for method: postInvokeCortexOrionNodeCoreGetSupportedMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Node/Core.InventoryNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionNodeCoreInventoryNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionNodeCoreInventoryNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Node/Core.PollNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionNodeCorePollNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionNodeCorePollNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Node/Core.SetPolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionNodeCoreSetPolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionNodeCoreSetPolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Node/Core.StartRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionNodeCoreStartRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionNodeCoreStartRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Node/Core.StopRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionNodeCoreStopRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionNodeCoreStopRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.PowerControlUnit/Core.AssignToEngine": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionPowerControlUnitCoreAssignToEngine",
        "description": "The parameters and request body are for method: postInvokeCortexOrionPowerControlUnitCoreAssignToEngine. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.PowerControlUnit/Core.GetSupportedMetrics": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionPowerControlUnitCoreGetSupportedMetrics",
        "description": "The parameters and request body are for method: postInvokeCortexOrionPowerControlUnitCoreGetSupportedMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.PowerControlUnit/Core.InventoryNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionPowerControlUnitCoreInventoryNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionPowerControlUnitCoreInventoryNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.PowerControlUnit/Core.PollNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionPowerControlUnitCorePollNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionPowerControlUnitCorePollNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.PowerControlUnit/Core.SetPolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionPowerControlUnitCoreSetPolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionPowerControlUnitCoreSetPolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.PowerControlUnit/Core.StartRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionPowerControlUnitCoreStartRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionPowerControlUnitCoreStartRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.PowerControlUnit/Core.StopRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionPowerControlUnitCoreStopRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionPowerControlUnitCoreStopRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.Cluster/Core.AssignToEngine": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationClusterCoreAssignToEngine",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationClusterCoreAssignToEngine. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.Cluster/Core.GetSupportedMetrics": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationClusterCoreGetSupportedMetrics",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationClusterCoreGetSupportedMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.Cluster/Core.InventoryNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationClusterCoreInventoryNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationClusterCoreInventoryNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.Cluster/Core.PollNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationClusterCorePollNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationClusterCorePollNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.Cluster/Core.SetPolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationClusterCoreSetPolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationClusterCoreSetPolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.Cluster/Core.StartRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationClusterCoreStartRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationClusterCoreStartRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.Cluster/Core.StopRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationClusterCoreStopRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationClusterCoreStopRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.DataCenter/Core.AssignToEngine": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationDataCenterCoreAssignToEngine",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationDataCenterCoreAssignToEngine. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.DataCenter/Core.GetSupportedMetrics": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationDataCenterCoreGetSupportedMetrics",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationDataCenterCoreGetSupportedMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.DataCenter/Core.InventoryNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationDataCenterCoreInventoryNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationDataCenterCoreInventoryNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.DataCenter/Core.PollNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationDataCenterCorePollNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationDataCenterCorePollNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.DataCenter/Core.SetPolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationDataCenterCoreSetPolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationDataCenterCoreSetPolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.DataCenter/Core.StartRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationDataCenterCoreStartRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationDataCenterCoreStartRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.DataCenter/Core.StopRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationDataCenterCoreStopRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationDataCenterCoreStopRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.Datastore/Core.AssignToEngine": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationDatastoreCoreAssignToEngine",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationDatastoreCoreAssignToEngine. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.Datastore/Core.GetSupportedMetrics": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationDatastoreCoreGetSupportedMetrics",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationDatastoreCoreGetSupportedMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.Datastore/Core.InventoryNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationDatastoreCoreInventoryNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationDatastoreCoreInventoryNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.Datastore/Core.PollNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationDatastoreCorePollNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationDatastoreCorePollNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.Datastore/Core.SetPolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationDatastoreCoreSetPolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationDatastoreCoreSetPolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.Datastore/Core.StartRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationDatastoreCoreStartRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationDatastoreCoreStartRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.Datastore/Core.StopRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationDatastoreCoreStopRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationDatastoreCoreStopRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.Host/Core.AssignToEngine": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationHostCoreAssignToEngine",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationHostCoreAssignToEngine. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.Host/Core.GetSupportedMetrics": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationHostCoreGetSupportedMetrics",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationHostCoreGetSupportedMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.Host/Core.InventoryNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationHostCoreInventoryNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationHostCoreInventoryNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.Host/Core.PollNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationHostCorePollNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationHostCorePollNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.Host/Core.SetPolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationHostCoreSetPolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationHostCoreSetPolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.Host/Core.StartRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationHostCoreStartRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationHostCoreStartRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.Host/Core.StopRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationHostCoreStopRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationHostCoreStopRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.HypervisorEntity/Core.AssignToEngine": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationHypervisorEntityCoreAssignToEngine",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationHypervisorEntityCoreAssignToEngine. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.HypervisorEntity/Core.GetSupportedMetrics": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationHypervisorEntityCoreGetSupportedMetrics",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationHypervisorEntityCoreGetSupportedMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.HypervisorEntity/Core.InventoryNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationHypervisorEntityCoreInventoryNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationHypervisorEntityCoreInventoryNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.HypervisorEntity/Core.PollNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationHypervisorEntityCorePollNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationHypervisorEntityCorePollNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.HypervisorEntity/Core.SetPolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationHypervisorEntityCoreSetPolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationHypervisorEntityCoreSetPolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.HypervisorEntity/Core.StartRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationHypervisorEntityCoreStartRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationHypervisorEntityCoreStartRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.HypervisorEntity/Core.StopRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationHypervisorEntityCoreStopRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationHypervisorEntityCoreStopRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.VCenter/Core.AssignToEngine": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationVCenterCoreAssignToEngine",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationVCenterCoreAssignToEngine. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.VCenter/Core.GetSupportedMetrics": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationVCenterCoreGetSupportedMetrics",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationVCenterCoreGetSupportedMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.VCenter/Core.InventoryNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationVCenterCoreInventoryNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationVCenterCoreInventoryNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.VCenter/Core.PollNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationVCenterCorePollNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationVCenterCorePollNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.VCenter/Core.SetPolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationVCenterCoreSetPolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationVCenterCoreSetPolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.VCenter/Core.StartRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationVCenterCoreStartRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationVCenterCoreStartRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.VCenter/Core.StopRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationVCenterCoreStopRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationVCenterCoreStopRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.VirtualMachine/Core.AssignToEngine": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationVirtualMachineCoreAssignToEngine",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationVirtualMachineCoreAssignToEngine. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.VirtualMachine/Core.GetSupportedMetrics": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationVirtualMachineCoreGetSupportedMetrics",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationVirtualMachineCoreGetSupportedMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.VirtualMachine/Core.InventoryNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationVirtualMachineCoreInventoryNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationVirtualMachineCoreInventoryNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.VirtualMachine/Core.PollNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationVirtualMachineCorePollNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationVirtualMachineCorePollNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.VirtualMachine/Core.SetPolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationVirtualMachineCoreSetPolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationVirtualMachineCoreSetPolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.VirtualMachine/Core.StartRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationVirtualMachineCoreStartRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationVirtualMachineCoreStartRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.VirtualMachine/Core.StopRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationVirtualMachineCoreStopRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationVirtualMachineCoreStopRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.VirtualMachineDisk/Core.AssignToEngine": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationVirtualMachineDiskCoreAssignToEngine",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationVirtualMachineDiskCoreAssignToEngine. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.VirtualMachineDisk/Core.GetSupportedMetrics": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationVirtualMachineDiskCoreGetSupportedMetrics",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationVirtualMachineDiskCoreGetSupportedMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.VirtualMachineDisk/Core.InventoryNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationVirtualMachineDiskCoreInventoryNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationVirtualMachineDiskCoreInventoryNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.VirtualMachineDisk/Core.PollNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationVirtualMachineDiskCorePollNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationVirtualMachineDiskCorePollNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.VirtualMachineDisk/Core.SetPolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationVirtualMachineDiskCoreSetPolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationVirtualMachineDiskCoreSetPolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.VirtualMachineDisk/Core.StartRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationVirtualMachineDiskCoreStartRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationVirtualMachineDiskCoreStartRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.VirtualMachineDisk/Core.StopRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationVirtualMachineDiskCoreStopRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationVirtualMachineDiskCoreStopRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.VSan/Core.AssignToEngine": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationVSanCoreAssignToEngine",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationVSanCoreAssignToEngine. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.VSan/Core.GetSupportedMetrics": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationVSanCoreGetSupportedMetrics",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationVSanCoreGetSupportedMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.VSan/Core.InventoryNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationVSanCoreInventoryNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationVSanCoreInventoryNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.VSan/Core.PollNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationVSanCorePollNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationVSanCorePollNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.VSan/Core.SetPolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationVSanCoreSetPolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationVSanCoreSetPolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.VSan/Core.StartRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationVSanCoreStartRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationVSanCoreStartRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Virtualization.VSan/Core.StopRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVirtualizationVSanCoreStopRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVirtualizationVSanCoreStopRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Volume/Core.AddToCortex": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVolumeCoreAddToCortex",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVolumeCoreAddToCortex. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Volume/Core.AssignToEngine": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVolumeCoreAssignToEngine",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVolumeCoreAssignToEngine. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Volume/Core.GetSupportedMetrics": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVolumeCoreGetSupportedMetrics",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVolumeCoreGetSupportedMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Volume/Core.InventoryNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVolumeCoreInventoryNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVolumeCoreInventoryNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Volume/Core.PollNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVolumeCorePollNow",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVolumeCorePollNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Volume/Core.SetPolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVolumeCoreSetPolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVolumeCoreSetPolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Volume/Core.StartRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVolumeCoreStartRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVolumeCoreStartRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Cortex.Orion.Volume/Core.StopRealTimePolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeCortexOrionVolumeCoreStopRealTimePolling",
        "description": "The parameters and request body are for method: postInvokeCortexOrionVolumeCoreStopRealTimePolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.DPA.DpaServer/RefreshSchema": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionDPADpaServerRefreshSchema",
        "description": "The parameters and request body are for method: postInvokeOrionDPADpaServerRefreshSchema. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.DPI.Probes/ReloadProbeSettings": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionDPIProbesReloadProbeSettings",
        "description": "The parameters and request body are for method: postInvokeOrionDPIProbesReloadProbeSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.DPI.Probes/ReloadAppDefinitions": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionDPIProbesReloadAppDefinitions",
        "description": "The parameters and request body are for method: postInvokeOrionDPIProbesReloadAppDefinitions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.DPI.Probes/GetProbeCapabilities": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionDPIProbesGetProbeCapabilities",
        "description": "The parameters and request body are for method: postInvokeOrionDPIProbesGetProbeCapabilities. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Hardware": {
                      "type": "object",
                      "properties": {
                        "CpuCores": {
                          "type": "number"
                        },
                        "PhysicalMemoryMb": {
                          "type": "number"
                        }
                      }
                    },
                    "Interfaces": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "IpAddresses": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "Hardware": {
                    "CpuCores": 4,
                    "PhysicalMemoryMb": 9
                  },
                  "Interfaces": [
                    {
                      "IpAddresses": [
                        "string"
                      ]
                    },
                    {
                      "IpAddresses": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    {
                      "IpAddresses": [
                        "string"
                      ]
                    },
                    {
                      "IpAddresses": [
                        "string"
                      ]
                    },
                    {
                      "IpAddresses": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    {
                      "IpAddresses": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    {
                      "IpAddresses": [
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    {
                      "IpAddresses": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    {
                      "IpAddresses": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.DPI.Probes/DeployLocalTrafficProbe": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionDPIProbesDeployLocalTrafficProbe",
        "description": "The parameters and request body are for method: postInvokeOrionDPIProbesDeployLocalTrafficProbe. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ProbeId": {
                      "type": "number"
                    },
                    "DeploymentError": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "ProbeId": 7,
                  "DeploymentError": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.DPI.Probes/DeploySpanPortProbe": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionDPIProbesDeploySpanPortProbe",
        "description": "The parameters and request body are for method: postInvokeOrionDPIProbesDeploySpanPortProbe. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ProbeId": {
                      "type": "number"
                    },
                    "DeploymentError": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "ProbeId": 8,
                  "DeploymentError": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.ESI.IncidentIntegration/SetIncidentIntegrationState": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionESIIncidentIntegrationSetIncidentIntegrationState",
        "description": "The parameters and request body are for method: postInvokeOrionESIIncidentIntegrationSetIncidentIntegrationState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.F5.System.Device/TestApiPolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionF5SystemDeviceTestApiPolling",
        "description": "The parameters and request body are for method: postInvokeOrionF5SystemDeviceTestApiPolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "IsSuccessful": {
                      "type": "boolean"
                    },
                    "Error": {
                      "type": "string"
                    },
                    "SslCertificateIdentity": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "IsSuccessful": false,
                  "Error": "ApiIsUnavailable",
                  "SslCertificateIdentity": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.F5.System.Device/EnableApiPolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionF5SystemDeviceEnableApiPolling",
        "description": "The parameters and request body are for method: postInvokeOrionF5SystemDeviceEnableApiPolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.F5.System.Device/DisableApiPolling": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionF5SystemDeviceDisableApiPolling",
        "description": "The parameters and request body are for method: postInvokeOrionF5SystemDeviceDisableApiPolling. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.F5.LTM.Server/LinkNode": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionF5LTMServerLinkNode",
        "description": "The parameters and request body are for method: postInvokeOrionF5LTMServerLinkNode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.F5.LTM.Server/UnlinkNode": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionF5LTMServerUnlinkNode",
        "description": "The parameters and request body are for method: postInvokeOrionF5LTMServerUnlinkNode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.HardwareHealth.HardwareInfoBase/EnableHardwareHealth": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionHardwareHealthHardwareInfoBaseEnableHardwareHealth",
        "description": "The parameters and request body are for method: postInvokeOrionHardwareHealthHardwareInfoBaseEnableHardwareHealth. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.HardwareHealth.HardwareInfoBase/DisableHardwareHealth": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionHardwareHealthHardwareInfoBaseDisableHardwareHealth",
        "description": "The parameters and request body are for method: postInvokeOrionHardwareHealthHardwareInfoBaseDisableHardwareHealth. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.HardwareHealth.HardwareInfoBase/DeleteHardwareHealth": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionHardwareHealthHardwareInfoBaseDeleteHardwareHealth",
        "description": "The parameters and request body are for method: postInvokeOrionHardwareHealthHardwareInfoBaseDeleteHardwareHealth. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.HardwareHealth.HardwareInfoBase/IsHardwareHealthEnabled": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionHardwareHealthHardwareInfoBaseIsHardwareHealthEnabled",
        "description": "The parameters and request body are for method: postInvokeOrionHardwareHealthHardwareInfoBaseIsHardwareHealthEnabled. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.HardwareHealth.HardwareItemBase/EnableSensors": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionHardwareHealthHardwareItemBaseEnableSensors",
        "description": "The parameters and request body are for method: postInvokeOrionHardwareHealthHardwareItemBaseEnableSensors. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.HardwareHealth.HardwareItemBase/DisableSensors": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionHardwareHealthHardwareItemBaseDisableSensors",
        "description": "The parameters and request body are for method: postInvokeOrionHardwareHealthHardwareItemBaseDisableSensors. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.HardwareHealth.HardwareItemThreshold/SetThreshold": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionHardwareHealthHardwareItemThresholdSetThreshold",
        "description": "The parameters and request body are for method: postInvokeOrionHardwareHealthHardwareItemThresholdSetThreshold. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.HardwareHealth.HardwareItemThreshold/ClearThresholds": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionHardwareHealthHardwareItemThresholdClearThresholds",
        "description": "The parameters and request body are for method: postInvokeOrionHardwareHealthHardwareItemThresholdClearThresholds. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.HA.Pools/CreatePool": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionHAPoolsCreatePool",
        "description": "The parameters and request body are for method: postInvokeOrionHAPoolsCreatePool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "IsError": {
                      "type": "boolean"
                    },
                    "Code": {
                      "type": "number"
                    },
                    "Message": {
                      "type": "string"
                    },
                    "Result": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "IsError": false,
                  "Code": 7,
                  "Message": "string",
                  "Result": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.HA.Pools/EditPool": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionHAPoolsEditPool",
        "description": "The parameters and request body are for method: postInvokeOrionHAPoolsEditPool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "IsError": {
                      "type": "boolean"
                    },
                    "Code": {
                      "type": "number"
                    },
                    "Message": {
                      "type": "string"
                    },
                    "Result": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "IsError": false,
                  "Code": 1,
                  "Message": "string",
                  "Result": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.HA.Pools/ValidateCreatePool": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionHAPoolsValidateCreatePool",
        "description": "The parameters and request body are for method: postInvokeOrionHAPoolsValidateCreatePool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "IsError": {
                      "type": "boolean"
                    },
                    "Code": {
                      "type": "number"
                    },
                    "Message": {
                      "type": "string"
                    },
                    "Result": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "IsError": false,
                  "Code": 4,
                  "Message": "string",
                  "Result": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.HA.Pools/ValidateEditPool": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionHAPoolsValidateEditPool",
        "description": "The parameters and request body are for method: postInvokeOrionHAPoolsValidateEditPool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "IsError": {
                      "type": "boolean"
                    },
                    "Code": {
                      "type": "number"
                    },
                    "Message": {
                      "type": "string"
                    },
                    "Result": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "IsError": true,
                  "Code": 4,
                  "Message": "string",
                  "Result": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.HA.Pools/EnablePool": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionHAPoolsEnablePool",
        "description": "The parameters and request body are for method: postInvokeOrionHAPoolsEnablePool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "IsError": {
                      "type": "boolean"
                    },
                    "Code": {
                      "type": "number"
                    },
                    "Message": {
                      "type": "string"
                    },
                    "Result": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "IsError": false,
                  "Code": 8,
                  "Message": "string",
                  "Result": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.HA.Pools/DisablePool": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionHAPoolsDisablePool",
        "description": "The parameters and request body are for method: postInvokeOrionHAPoolsDisablePool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "IsError": {
                      "type": "boolean"
                    },
                    "Code": {
                      "type": "number"
                    },
                    "Message": {
                      "type": "string"
                    },
                    "Result": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "IsError": false,
                  "Code": 3,
                  "Message": "string",
                  "Result": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.HA.Pools/DeletePool": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionHAPoolsDeletePool",
        "description": "The parameters and request body are for method: postInvokeOrionHAPoolsDeletePool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "IsError": {
                      "type": "boolean"
                    },
                    "Code": {
                      "type": "number"
                    },
                    "Message": {
                      "type": "string"
                    },
                    "Result": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "IsError": false,
                  "Code": 6,
                  "Message": "string",
                  "Result": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.HA.Pools/Switchover": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionHAPoolsSwitchover",
        "description": "The parameters and request body are for method: postInvokeOrionHAPoolsSwitchover. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "IsError": {
                      "type": "boolean"
                    },
                    "Code": {
                      "type": "number"
                    },
                    "Message": {
                      "type": "string"
                    },
                    "Result": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "IsError": true,
                  "Code": 7,
                  "Message": "string",
                  "Result": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.HA.Pools/DeleteStaleEngine": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionHAPoolsDeleteStaleEngine",
        "description": "The parameters and request body are for method: postInvokeOrionHAPoolsDeleteStaleEngine. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "IsError": {
                      "type": "boolean"
                    },
                    "Code": {
                      "type": "number"
                    },
                    "Message": {
                      "type": "string"
                    },
                    "Result": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "IsError": false,
                  "Code": 5,
                  "Message": "string",
                  "Result": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.NPM.Interfaces/SetPowerLevel": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionNPMInterfacesSetPowerLevel",
        "description": "The parameters and request body are for method: postInvokeOrionNPMInterfacesSetPowerLevel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.NPM.Interfaces/Unmanage": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionNPMInterfacesUnmanage",
        "description": "The parameters and request body are for method: postInvokeOrionNPMInterfacesUnmanage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.NPM.Interfaces/Remanage": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionNPMInterfacesRemanage",
        "description": "The parameters and request body are for method: postInvokeOrionNPMInterfacesRemanage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.NPM.Interfaces/DiscoverInterfacesOnNode": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionNPMInterfacesDiscoverInterfacesOnNode",
        "description": "The parameters and request body are for method: postInvokeOrionNPMInterfacesDiscoverInterfacesOnNode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "DiscoveredInterfaces": {
                      "type": "array",
                      "items": {
                        "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"
                          }
                        }
                      }
                    },
                    "Result": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "DiscoveredInterfaces": [
                    {
                      "ifIndex": 2,
                      "Caption": "string",
                      "ifType": 1,
                      "ifSubType": 3,
                      "InterfaceID": 2,
                      "Manageable": false,
                      "ifSpeed": 8,
                      "ifAdminStatus": 2,
                      "ifOperStatus": 8
                    },
                    {
                      "ifIndex": 9,
                      "Caption": "string",
                      "ifType": 10,
                      "ifSubType": 9,
                      "InterfaceID": 9,
                      "Manageable": false,
                      "ifSpeed": 6,
                      "ifAdminStatus": 10,
                      "ifOperStatus": 2
                    }
                  ],
                  "Result": "Succeed"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.NPM.Interfaces/AddInterfacesOnNode": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionNPMInterfacesAddInterfacesOnNode",
        "description": "The parameters and request body are for method: postInvokeOrionNPMInterfacesAddInterfacesOnNode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "DiscoveredInterfaces": {
                      "type": "array",
                      "items": {
                        "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"
                          }
                        }
                      }
                    },
                    "Result": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "DiscoveredInterfaces": [
                    {
                      "ifIndex": 6,
                      "Caption": "string",
                      "ifType": 4,
                      "ifSubType": 6,
                      "InterfaceID": 9,
                      "Manageable": true,
                      "ifSpeed": 9,
                      "ifAdminStatus": 9,
                      "ifOperStatus": 10
                    },
                    {
                      "ifIndex": 2,
                      "Caption": "string",
                      "ifType": 3,
                      "ifSubType": 1,
                      "InterfaceID": 1,
                      "Manageable": true,
                      "ifSpeed": 7,
                      "ifAdminStatus": 6,
                      "ifOperStatus": 3
                    }
                  ],
                  "Result": "InvalidNode"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.NPM.Interfaces/CreateInterfacesPluginConfiguration": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionNPMInterfacesCreateInterfacesPluginConfiguration",
        "description": "The parameters and request body are for method: postInvokeOrionNPMInterfacesCreateInterfacesPluginConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.NPM.InterfacesCustomProperties/CreateCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionNPMInterfacesCustomPropertiesCreateCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionNPMInterfacesCustomPropertiesCreateCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.NPM.InterfacesCustomProperties/CreateCustomPropertyWithValues": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionNPMInterfacesCustomPropertiesCreateCustomPropertyWithValues",
        "description": "The parameters and request body are for method: postInvokeOrionNPMInterfacesCustomPropertiesCreateCustomPropertyWithValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.NPM.InterfacesCustomProperties/ModifyCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionNPMInterfacesCustomPropertiesModifyCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionNPMInterfacesCustomPropertiesModifyCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.NPM.InterfacesCustomProperties/DeleteCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionNPMInterfacesCustomPropertiesDeleteCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionNPMInterfacesCustomPropertiesDeleteCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.SubnetManagement/ChangeIpStatus": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMSubnetManagementChangeIpStatus",
        "description": "The parameters and request body are for method: postInvokeIPAMSubnetManagementChangeIpStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.SubnetManagement/ChangeIpStatusForGroup": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMSubnetManagementChangeIpStatusForGroup",
        "description": "The parameters and request body are for method: postInvokeIPAMSubnetManagementChangeIpStatusForGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.SubnetManagement/GetFirstAvailableIp": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMSubnetManagementGetFirstAvailableIp",
        "description": "The parameters and request body are for method: postInvokeIPAMSubnetManagementGetFirstAvailableIp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.SubnetManagement/GetFirstAvailableIpForGroup": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMSubnetManagementGetFirstAvailableIpForGroup",
        "description": "The parameters and request body are for method: postInvokeIPAMSubnetManagementGetFirstAvailableIpForGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.SubnetManagement/StartIpReservation": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMSubnetManagementStartIpReservation",
        "description": "The parameters and request body are for method: postInvokeIPAMSubnetManagementStartIpReservation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.SubnetManagement/StartIpReservationForGroup": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMSubnetManagementStartIpReservationForGroup",
        "description": "The parameters and request body are for method: postInvokeIPAMSubnetManagementStartIpReservationForGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.SubnetManagement/CancelIpReservation": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMSubnetManagementCancelIpReservation",
        "description": "The parameters and request body are for method: postInvokeIPAMSubnetManagementCancelIpReservation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.SubnetManagement/CancelIpReservationForGroup": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMSubnetManagementCancelIpReservationForGroup",
        "description": "The parameters and request body are for method: postInvokeIPAMSubnetManagementCancelIpReservationForGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.SubnetManagement/FinishIpReservation": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMSubnetManagementFinishIpReservation",
        "description": "The parameters and request body are for method: postInvokeIPAMSubnetManagementFinishIpReservation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.SubnetManagement/FinishIpReservationForGroup": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMSubnetManagementFinishIpReservationForGroup",
        "description": "The parameters and request body are for method: postInvokeIPAMSubnetManagementFinishIpReservationForGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.SubnetManagement/CreateSubnet": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMSubnetManagementCreateSubnet",
        "description": "The parameters and request body are for method: postInvokeIPAMSubnetManagementCreateSubnet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.SubnetManagement/CreateSubnetForGroup": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMSubnetManagementCreateSubnetForGroup",
        "description": "The parameters and request body are for method: postInvokeIPAMSubnetManagementCreateSubnetForGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.SubnetManagement/CreateIPv6Subnet": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMSubnetManagementCreateIPv6Subnet",
        "description": "The parameters and request body are for method: postInvokeIPAMSubnetManagementCreateIPv6Subnet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.SubnetManagement/CreateIPv6SubnetForGroup": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMSubnetManagementCreateIPv6SubnetForGroup",
        "description": "The parameters and request body are for method: postInvokeIPAMSubnetManagementCreateIPv6SubnetForGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.SubnetManagement/ChangeDisableAutoScanning": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMSubnetManagementChangeDisableAutoScanning",
        "description": "The parameters and request body are for method: postInvokeIPAMSubnetManagementChangeDisableAutoScanning. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.DhcpDnsManagement/CreateIpReservation": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMDhcpDnsManagementCreateIpReservation",
        "description": "The parameters and request body are for method: postInvokeIPAMDhcpDnsManagementCreateIpReservation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.DhcpDnsManagement/RemoveIpReservation": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMDhcpDnsManagementRemoveIpReservation",
        "description": "The parameters and request body are for method: postInvokeIPAMDhcpDnsManagementRemoveIpReservation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.DhcpDnsManagement/GetAandPTRrecordsForDnsZone": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMDhcpDnsManagementGetAandPTRrecordsForDnsZone",
        "description": "The parameters and request body are for method: postInvokeIPAMDhcpDnsManagementGetAandPTRrecordsForDnsZone. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ARecordName": {
                        "type": "string"
                      },
                      "ARecordData": {
                        "type": "string"
                      },
                      "PtrRecordName": {
                        "type": "string"
                      },
                      "PtrRecordData": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "ARecordName": "string",
                    "ARecordData": "string",
                    "PtrRecordName": "string",
                    "PtrRecordData": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.IPAddressManagement/AddDnsARecord": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMIPAddressManagementAddDnsARecord",
        "description": "The parameters and request body are for method: postInvokeIPAMIPAddressManagementAddDnsARecord. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.IPAddressManagement/ChangeDnsARecord": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMIPAddressManagementChangeDnsARecord",
        "description": "The parameters and request body are for method: postInvokeIPAMIPAddressManagementChangeDnsARecord. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.IPAddressManagement/RemoveDnsARecord": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMIPAddressManagementRemoveDnsARecord",
        "description": "The parameters and request body are for method: postInvokeIPAMIPAddressManagementRemoveDnsARecord. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.IPAddressManagement/AddDnsAaaaRecord": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMIPAddressManagementAddDnsAaaaRecord",
        "description": "The parameters and request body are for method: postInvokeIPAMIPAddressManagementAddDnsAaaaRecord. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.IPAddressManagement/ChangeDnsAaaaRecord": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMIPAddressManagementChangeDnsAaaaRecord",
        "description": "The parameters and request body are for method: postInvokeIPAMIPAddressManagementChangeDnsAaaaRecord. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.IPAddressManagement/RemoveDnsAaaaRecord": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMIPAddressManagementRemoveDnsAaaaRecord",
        "description": "The parameters and request body are for method: postInvokeIPAMIPAddressManagementRemoveDnsAaaaRecord. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.IPAddressManagement/AddDnsARecordWithPtr": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMIPAddressManagementAddDnsARecordWithPtr",
        "description": "The parameters and request body are for method: postInvokeIPAMIPAddressManagementAddDnsARecordWithPtr. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.IPAddressManagement/AddPtrToDnsARecord": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMIPAddressManagementAddPtrToDnsARecord",
        "description": "The parameters and request body are for method: postInvokeIPAMIPAddressManagementAddPtrToDnsARecord. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.IPAddressManagement/AddPtrRecord": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMIPAddressManagementAddPtrRecord",
        "description": "The parameters and request body are for method: postInvokeIPAMIPAddressManagementAddPtrRecord. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.IPAddressManagement/RemovePtrRecord": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMIPAddressManagementRemovePtrRecord",
        "description": "The parameters and request body are for method: postInvokeIPAMIPAddressManagementRemovePtrRecord. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.AttrDefine/AddCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMAttrDefineAddCustomProperty",
        "description": "The parameters and request body are for method: postInvokeIPAMAttrDefineAddCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.AttrDefine/UpdateCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMAttrDefineUpdateCustomProperty",
        "description": "The parameters and request body are for method: postInvokeIPAMAttrDefineUpdateCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.AttrDefine/DeleteCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMAttrDefineDeleteCustomProperty",
        "description": "The parameters and request body are for method: postInvokeIPAMAttrDefineDeleteCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.GroupsCustomProperties/CreateCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMGroupsCustomPropertiesCreateCustomProperty",
        "description": "The parameters and request body are for method: postInvokeIPAMGroupsCustomPropertiesCreateCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.GroupsCustomProperties/CreateCustomPropertyWithValues": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMGroupsCustomPropertiesCreateCustomPropertyWithValues",
        "description": "The parameters and request body are for method: postInvokeIPAMGroupsCustomPropertiesCreateCustomPropertyWithValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.GroupsCustomProperties/ModifyCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMGroupsCustomPropertiesModifyCustomProperty",
        "description": "The parameters and request body are for method: postInvokeIPAMGroupsCustomPropertiesModifyCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.GroupsCustomProperties/DeleteCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMGroupsCustomPropertiesDeleteCustomProperty",
        "description": "The parameters and request body are for method: postInvokeIPAMGroupsCustomPropertiesDeleteCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.NodesCustomProperties/CreateCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMNodesCustomPropertiesCreateCustomProperty",
        "description": "The parameters and request body are for method: postInvokeIPAMNodesCustomPropertiesCreateCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.NodesCustomProperties/CreateCustomPropertyWithValues": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMNodesCustomPropertiesCreateCustomPropertyWithValues",
        "description": "The parameters and request body are for method: postInvokeIPAMNodesCustomPropertiesCreateCustomPropertyWithValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.NodesCustomProperties/ModifyCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMNodesCustomPropertiesModifyCustomProperty",
        "description": "The parameters and request body are for method: postInvokeIPAMNodesCustomPropertiesModifyCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/IPAM.NodesCustomProperties/DeleteCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeIPAMNodesCustomPropertiesDeleteCustomProperty",
        "description": "The parameters and request body are for method: postInvokeIPAMNodesCustomPropertiesDeleteCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Licensing.Licenses/ActivateOnline": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionLicensingLicensesActivateOnline",
        "description": "The parameters and request body are for method: postInvokeOrionLicensingLicensesActivateOnline. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Licensing.Licenses/ActivateOffline": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionLicensingLicensesActivateOffline",
        "description": "The parameters and request body are for method: postInvokeOrionLicensingLicensesActivateOffline. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Licensing.Licenses/Deactivate": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionLicensingLicensesDeactivate",
        "description": "The parameters and request body are for method: postInvokeOrionLicensingLicensesDeactivate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Licensing.Licenses/ReAssignExactlyTo": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionLicensingLicensesReAssignExactlyTo",
        "description": "The parameters and request body are for method: postInvokeOrionLicensingLicensesReAssignExactlyTo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Licensing.Licenses/UnAssignFromAllServers": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionLicensingLicensesUnAssignFromAllServers",
        "description": "The parameters and request body are for method: postInvokeOrionLicensingLicensesUnAssignFromAllServers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Licensing.Licenses/FindValidAssignments": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionLicensingLicensesFindValidAssignments",
        "description": "The parameters and request body are for method: postInvokeOrionLicensingLicensesFindValidAssignments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object"
                  }
                },
                "example": [
                  {},
                  {},
                  {},
                  {}
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Licensing.Licenses/GetEvaluationState": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionLicensingLicensesGetEvaluationState",
        "description": "The parameters and request body are for method: postInvokeOrionLicensingLicensesGetEvaluationState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Licensing.Licenses/GetAvailableAssignments": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionLicensingLicensesGetAvailableAssignments",
        "description": "The parameters and request body are for method: postInvokeOrionLicensingLicensesGetAvailableAssignments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Netflow.Source/SetManualSamplingRate": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionNetflowSourceSetManualSamplingRate",
        "description": "The parameters and request body are for method: postInvokeOrionNetflowSourceSetManualSamplingRate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Netflow.Source/SetAutoDetectedSamplingRate": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionNetflowSourceSetAutoDetectedSamplingRate",
        "description": "The parameters and request body are for method: postInvokeOrionNetflowSourceSetAutoDetectedSamplingRate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.OLM.LogEntry/UidMaxForDate": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionOLMLogEntryUidMaxForDate",
        "description": "The parameters and request body are for method: postInvokeOrionOLMLogEntryUidMaxForDate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.OLM.LogEntry/UidMinForDate": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionOLMLogEntryUidMinForDate",
        "description": "The parameters and request body are for method: postInvokeOrionOLMLogEntryUidMinForDate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.OLM.LogEntry/UidExtractDate": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionOLMLogEntryUidExtractDate",
        "description": "The parameters and request body are for method: postInvokeOrionOLMLogEntryUidExtractDate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.AlertActive/Acknowledge": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAlertActiveAcknowledge",
        "description": "The parameters and request body are for method: postInvokeOrionAlertActiveAcknowledge. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.AlertActive/Unacknowledge": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAlertActiveUnacknowledge",
        "description": "The parameters and request body are for method: postInvokeOrionAlertActiveUnacknowledge. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.AlertActive/ClearAlert": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAlertActiveClearAlert",
        "description": "The parameters and request body are for method: postInvokeOrionAlertActiveClearAlert. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.AlertActive/AppendNote": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAlertActiveAppendNote",
        "description": "The parameters and request body are for method: postInvokeOrionAlertActiveAppendNote. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Alerts/MigrateAllBasicAlerts": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAlertsMigrateAllBasicAlerts",
        "description": "The parameters and request body are for method: postInvokeOrionAlertsMigrateAllBasicAlerts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "OldAlertDefinitionIdGuid": {
                        "type": "string"
                      },
                      "OldAlertName": {
                        "type": "string"
                      },
                      "NewAlertId": {
                        "type": "number"
                      },
                      "ResultCode": {
                        "type": "string"
                      },
                      "Messages": {
                        "type": "array",
                        "items": {
                          "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": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "EnabledBeforeMigration": {
                        "type": "boolean"
                      },
                      "MigrationId": {
                        "type": "string"
                      },
                      "Canned": {
                        "type": "boolean"
                      },
                      "ObjectType": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "OldAlertDefinitionIdGuid": "string",
                    "OldAlertName": "string",
                    "NewAlertId": 3,
                    "ResultCode": "OK",
                    "Messages": [
                      {
                        "MsgDateTimeKindFieldConstWarning": "string",
                        "MsgDateTimeKindFieldFieldWarning": "string",
                        "MsgBasicAlertMovedToPrimaryEngine": "string",
                        "MsgC1QConditionMigratedAsSQL": "string",
                        "MsgMigrationFailed": "string",
                        "MsgBadTriggerCondition": "string",
                        "MsgMigrationSkipped": "string",
                        "MsgTimeOfDayMigrationError": "string",
                        "MsgActionMigrationError": "string",
                        "MsgBasicActionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                        "MsgMigrationNotSupported": "string",
                        "MsgNcmActionMigrationNotSupported": "string",
                        "MsgActiveAlertsMigrationWarning": "string",
                        "MsgFailGetUris": "string",
                        "MsgUnableToEnableMigratedAlertWarning": "string",
                        "MsgUnableToDisableOldAlertWarning": "string",
                        "MsgAlertNotSavedCompletely": "string",
                        "Messsage": "string",
                        "Severity": "BadTriggerCondition"
                      },
                      {
                        "MsgDateTimeKindFieldConstWarning": "string",
                        "MsgDateTimeKindFieldFieldWarning": "string",
                        "MsgBasicAlertMovedToPrimaryEngine": "string",
                        "MsgC1QConditionMigratedAsSQL": "string",
                        "MsgMigrationFailed": "string",
                        "MsgBadTriggerCondition": "string",
                        "MsgMigrationSkipped": "string",
                        "MsgTimeOfDayMigrationError": "string",
                        "MsgActionMigrationError": "string",
                        "MsgBasicActionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                        "MsgMigrationNotSupported": "string",
                        "MsgNcmActionMigrationNotSupported": "string",
                        "MsgActiveAlertsMigrationWarning": "string",
                        "MsgFailGetUris": "string",
                        "MsgUnableToEnableMigratedAlertWarning": "string",
                        "MsgUnableToDisableOldAlertWarning": "string",
                        "MsgAlertNotSavedCompletely": "string",
                        "Messsage": "string",
                        "Severity": "Error"
                      },
                      {
                        "MsgDateTimeKindFieldConstWarning": "string",
                        "MsgDateTimeKindFieldFieldWarning": "string",
                        "MsgBasicAlertMovedToPrimaryEngine": "string",
                        "MsgC1QConditionMigratedAsSQL": "string",
                        "MsgMigrationFailed": "string",
                        "MsgBadTriggerCondition": "string",
                        "MsgMigrationSkipped": "string",
                        "MsgTimeOfDayMigrationError": "string",
                        "MsgActionMigrationError": "string",
                        "MsgBasicActionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                        "MsgMigrationNotSupported": "string",
                        "MsgNcmActionMigrationNotSupported": "string",
                        "MsgActiveAlertsMigrationWarning": "string",
                        "MsgFailGetUris": "string",
                        "MsgUnableToEnableMigratedAlertWarning": "string",
                        "MsgUnableToDisableOldAlertWarning": "string",
                        "MsgAlertNotSavedCompletely": "string",
                        "Messsage": "string",
                        "Severity": "Warning"
                      },
                      {
                        "MsgDateTimeKindFieldConstWarning": "string",
                        "MsgDateTimeKindFieldFieldWarning": "string",
                        "MsgBasicAlertMovedToPrimaryEngine": "string",
                        "MsgC1QConditionMigratedAsSQL": "string",
                        "MsgMigrationFailed": "string",
                        "MsgBadTriggerCondition": "string",
                        "MsgMigrationSkipped": "string",
                        "MsgTimeOfDayMigrationError": "string",
                        "MsgActionMigrationError": "string",
                        "MsgBasicActionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                        "MsgMigrationNotSupported": "string",
                        "MsgNcmActionMigrationNotSupported": "string",
                        "MsgActiveAlertsMigrationWarning": "string",
                        "MsgFailGetUris": "string",
                        "MsgUnableToEnableMigratedAlertWarning": "string",
                        "MsgUnableToDisableOldAlertWarning": "string",
                        "MsgAlertNotSavedCompletely": "string",
                        "Messsage": "string",
                        "Severity": "Skipped"
                      },
                      {
                        "MsgDateTimeKindFieldConstWarning": "string",
                        "MsgDateTimeKindFieldFieldWarning": "string",
                        "MsgBasicAlertMovedToPrimaryEngine": "string",
                        "MsgC1QConditionMigratedAsSQL": "string",
                        "MsgMigrationFailed": "string",
                        "MsgBadTriggerCondition": "string",
                        "MsgMigrationSkipped": "string",
                        "MsgTimeOfDayMigrationError": "string",
                        "MsgActionMigrationError": "string",
                        "MsgBasicActionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                        "MsgMigrationNotSupported": "string",
                        "MsgNcmActionMigrationNotSupported": "string",
                        "MsgActiveAlertsMigrationWarning": "string",
                        "MsgFailGetUris": "string",
                        "MsgUnableToEnableMigratedAlertWarning": "string",
                        "MsgUnableToDisableOldAlertWarning": "string",
                        "MsgAlertNotSavedCompletely": "string",
                        "Messsage": "string",
                        "Severity": "OK"
                      },
                      {
                        "MsgDateTimeKindFieldConstWarning": "string",
                        "MsgDateTimeKindFieldFieldWarning": "string",
                        "MsgBasicAlertMovedToPrimaryEngine": "string",
                        "MsgC1QConditionMigratedAsSQL": "string",
                        "MsgMigrationFailed": "string",
                        "MsgBadTriggerCondition": "string",
                        "MsgMigrationSkipped": "string",
                        "MsgTimeOfDayMigrationError": "string",
                        "MsgActionMigrationError": "string",
                        "MsgBasicActionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                        "MsgMigrationNotSupported": "string",
                        "MsgNcmActionMigrationNotSupported": "string",
                        "MsgActiveAlertsMigrationWarning": "string",
                        "MsgFailGetUris": "string",
                        "MsgUnableToEnableMigratedAlertWarning": "string",
                        "MsgUnableToDisableOldAlertWarning": "string",
                        "MsgAlertNotSavedCompletely": "string",
                        "Messsage": "string",
                        "Severity": "Error"
                      }
                    ],
                    "EnabledBeforeMigration": true,
                    "MigrationId": "string",
                    "Canned": true,
                    "ObjectType": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Alerts/MigrateBasicAlert": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAlertsMigrateBasicAlert",
        "description": "The parameters and request body are for method: postInvokeOrionAlertsMigrateBasicAlert. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "OldAlertDefinitionIdGuid": {
                      "type": "string"
                    },
                    "OldAlertName": {
                      "type": "string"
                    },
                    "NewAlertId": {
                      "type": "number"
                    },
                    "ResultCode": {
                      "type": "string"
                    },
                    "Messages": {
                      "type": "array",
                      "items": {
                        "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": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "EnabledBeforeMigration": {
                      "type": "boolean"
                    },
                    "MigrationId": {
                      "type": "string"
                    },
                    "Canned": {
                      "type": "boolean"
                    },
                    "ObjectType": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "OldAlertDefinitionIdGuid": "string",
                  "OldAlertName": "string",
                  "NewAlertId": 4,
                  "ResultCode": "Error",
                  "Messages": [
                    {
                      "MsgDateTimeKindFieldConstWarning": "string",
                      "MsgDateTimeKindFieldFieldWarning": "string",
                      "MsgBasicAlertMovedToPrimaryEngine": "string",
                      "MsgC1QConditionMigratedAsSQL": "string",
                      "MsgMigrationFailed": "string",
                      "MsgBadTriggerCondition": "string",
                      "MsgMigrationSkipped": "string",
                      "MsgTimeOfDayMigrationError": "string",
                      "MsgActionMigrationError": "string",
                      "MsgBasicActionMigrationError": "string",
                      "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                      "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                      "MsgMigrationNotSupported": "string",
                      "MsgNcmActionMigrationNotSupported": "string",
                      "MsgActiveAlertsMigrationWarning": "string",
                      "MsgFailGetUris": "string",
                      "MsgUnableToEnableMigratedAlertWarning": "string",
                      "MsgUnableToDisableOldAlertWarning": "string",
                      "MsgAlertNotSavedCompletely": "string",
                      "Messsage": "string",
                      "Severity": "Skipped"
                    },
                    {
                      "MsgDateTimeKindFieldConstWarning": "string",
                      "MsgDateTimeKindFieldFieldWarning": "string",
                      "MsgBasicAlertMovedToPrimaryEngine": "string",
                      "MsgC1QConditionMigratedAsSQL": "string",
                      "MsgMigrationFailed": "string",
                      "MsgBadTriggerCondition": "string",
                      "MsgMigrationSkipped": "string",
                      "MsgTimeOfDayMigrationError": "string",
                      "MsgActionMigrationError": "string",
                      "MsgBasicActionMigrationError": "string",
                      "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                      "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                      "MsgMigrationNotSupported": "string",
                      "MsgNcmActionMigrationNotSupported": "string",
                      "MsgActiveAlertsMigrationWarning": "string",
                      "MsgFailGetUris": "string",
                      "MsgUnableToEnableMigratedAlertWarning": "string",
                      "MsgUnableToDisableOldAlertWarning": "string",
                      "MsgAlertNotSavedCompletely": "string",
                      "Messsage": "string",
                      "Severity": "BadTriggerCondition"
                    }
                  ],
                  "EnabledBeforeMigration": false,
                  "MigrationId": "string",
                  "Canned": true,
                  "ObjectType": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.AlertStatus/Acknowledge": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAlertStatusAcknowledge",
        "description": "The parameters and request body are for method: postInvokeOrionAlertStatusAcknowledge. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.AlertStatus/AcknowledgeAlert": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAlertStatusAcknowledgeAlert",
        "description": "The parameters and request body are for method: postInvokeOrionAlertStatusAcknowledgeAlert. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.AlertStatus/AddNote": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAlertStatusAddNote",
        "description": "The parameters and request body are for method: postInvokeOrionAlertStatusAddNote. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.AlertConfigurations/MigrateAllAdvancedAlerts": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAlertConfigurationsMigrateAllAdvancedAlerts",
        "description": "The parameters and request body are for method: postInvokeOrionAlertConfigurationsMigrateAllAdvancedAlerts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "OldAlertDefinitionIdGuid": {
                        "type": "string"
                      },
                      "OldAlertName": {
                        "type": "string"
                      },
                      "NewAlertId": {
                        "type": "number"
                      },
                      "ResultCode": {
                        "type": "string"
                      },
                      "Messages": {
                        "type": "array",
                        "items": {
                          "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": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "EnabledBeforeMigration": {
                        "type": "boolean"
                      },
                      "MigrationId": {
                        "type": "string"
                      },
                      "Canned": {
                        "type": "boolean"
                      },
                      "ObjectType": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "OldAlertDefinitionIdGuid": "string",
                    "OldAlertName": "string",
                    "NewAlertId": 7,
                    "ResultCode": "Skipped",
                    "Messages": [
                      {
                        "MsgDateTimeKindFieldConstWarning": "string",
                        "MsgDateTimeKindFieldFieldWarning": "string",
                        "MsgBasicAlertMovedToPrimaryEngine": "string",
                        "MsgC1QConditionMigratedAsSQL": "string",
                        "MsgMigrationFailed": "string",
                        "MsgBadTriggerCondition": "string",
                        "MsgMigrationSkipped": "string",
                        "MsgTimeOfDayMigrationError": "string",
                        "MsgActionMigrationError": "string",
                        "MsgBasicActionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                        "MsgMigrationNotSupported": "string",
                        "MsgNcmActionMigrationNotSupported": "string",
                        "MsgActiveAlertsMigrationWarning": "string",
                        "MsgFailGetUris": "string",
                        "MsgUnableToEnableMigratedAlertWarning": "string",
                        "MsgUnableToDisableOldAlertWarning": "string",
                        "MsgAlertNotSavedCompletely": "string",
                        "Messsage": "string",
                        "Severity": "Skipped"
                      },
                      {
                        "MsgDateTimeKindFieldConstWarning": "string",
                        "MsgDateTimeKindFieldFieldWarning": "string",
                        "MsgBasicAlertMovedToPrimaryEngine": "string",
                        "MsgC1QConditionMigratedAsSQL": "string",
                        "MsgMigrationFailed": "string",
                        "MsgBadTriggerCondition": "string",
                        "MsgMigrationSkipped": "string",
                        "MsgTimeOfDayMigrationError": "string",
                        "MsgActionMigrationError": "string",
                        "MsgBasicActionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                        "MsgMigrationNotSupported": "string",
                        "MsgNcmActionMigrationNotSupported": "string",
                        "MsgActiveAlertsMigrationWarning": "string",
                        "MsgFailGetUris": "string",
                        "MsgUnableToEnableMigratedAlertWarning": "string",
                        "MsgUnableToDisableOldAlertWarning": "string",
                        "MsgAlertNotSavedCompletely": "string",
                        "Messsage": "string",
                        "Severity": "BadTriggerCondition"
                      },
                      {
                        "MsgDateTimeKindFieldConstWarning": "string",
                        "MsgDateTimeKindFieldFieldWarning": "string",
                        "MsgBasicAlertMovedToPrimaryEngine": "string",
                        "MsgC1QConditionMigratedAsSQL": "string",
                        "MsgMigrationFailed": "string",
                        "MsgBadTriggerCondition": "string",
                        "MsgMigrationSkipped": "string",
                        "MsgTimeOfDayMigrationError": "string",
                        "MsgActionMigrationError": "string",
                        "MsgBasicActionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                        "MsgMigrationNotSupported": "string",
                        "MsgNcmActionMigrationNotSupported": "string",
                        "MsgActiveAlertsMigrationWarning": "string",
                        "MsgFailGetUris": "string",
                        "MsgUnableToEnableMigratedAlertWarning": "string",
                        "MsgUnableToDisableOldAlertWarning": "string",
                        "MsgAlertNotSavedCompletely": "string",
                        "Messsage": "string",
                        "Severity": "Warning"
                      },
                      {
                        "MsgDateTimeKindFieldConstWarning": "string",
                        "MsgDateTimeKindFieldFieldWarning": "string",
                        "MsgBasicAlertMovedToPrimaryEngine": "string",
                        "MsgC1QConditionMigratedAsSQL": "string",
                        "MsgMigrationFailed": "string",
                        "MsgBadTriggerCondition": "string",
                        "MsgMigrationSkipped": "string",
                        "MsgTimeOfDayMigrationError": "string",
                        "MsgActionMigrationError": "string",
                        "MsgBasicActionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                        "MsgMigrationNotSupported": "string",
                        "MsgNcmActionMigrationNotSupported": "string",
                        "MsgActiveAlertsMigrationWarning": "string",
                        "MsgFailGetUris": "string",
                        "MsgUnableToEnableMigratedAlertWarning": "string",
                        "MsgUnableToDisableOldAlertWarning": "string",
                        "MsgAlertNotSavedCompletely": "string",
                        "Messsage": "string",
                        "Severity": "Skipped"
                      }
                    ],
                    "EnabledBeforeMigration": true,
                    "MigrationId": "string",
                    "Canned": false,
                    "ObjectType": "string"
                  },
                  {
                    "OldAlertDefinitionIdGuid": "string",
                    "OldAlertName": "string",
                    "NewAlertId": 1,
                    "ResultCode": "OK",
                    "Messages": [
                      {
                        "MsgDateTimeKindFieldConstWarning": "string",
                        "MsgDateTimeKindFieldFieldWarning": "string",
                        "MsgBasicAlertMovedToPrimaryEngine": "string",
                        "MsgC1QConditionMigratedAsSQL": "string",
                        "MsgMigrationFailed": "string",
                        "MsgBadTriggerCondition": "string",
                        "MsgMigrationSkipped": "string",
                        "MsgTimeOfDayMigrationError": "string",
                        "MsgActionMigrationError": "string",
                        "MsgBasicActionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                        "MsgMigrationNotSupported": "string",
                        "MsgNcmActionMigrationNotSupported": "string",
                        "MsgActiveAlertsMigrationWarning": "string",
                        "MsgFailGetUris": "string",
                        "MsgUnableToEnableMigratedAlertWarning": "string",
                        "MsgUnableToDisableOldAlertWarning": "string",
                        "MsgAlertNotSavedCompletely": "string",
                        "Messsage": "string",
                        "Severity": "OK"
                      },
                      {
                        "MsgDateTimeKindFieldConstWarning": "string",
                        "MsgDateTimeKindFieldFieldWarning": "string",
                        "MsgBasicAlertMovedToPrimaryEngine": "string",
                        "MsgC1QConditionMigratedAsSQL": "string",
                        "MsgMigrationFailed": "string",
                        "MsgBadTriggerCondition": "string",
                        "MsgMigrationSkipped": "string",
                        "MsgTimeOfDayMigrationError": "string",
                        "MsgActionMigrationError": "string",
                        "MsgBasicActionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                        "MsgMigrationNotSupported": "string",
                        "MsgNcmActionMigrationNotSupported": "string",
                        "MsgActiveAlertsMigrationWarning": "string",
                        "MsgFailGetUris": "string",
                        "MsgUnableToEnableMigratedAlertWarning": "string",
                        "MsgUnableToDisableOldAlertWarning": "string",
                        "MsgAlertNotSavedCompletely": "string",
                        "Messsage": "string",
                        "Severity": "Error"
                      },
                      {
                        "MsgDateTimeKindFieldConstWarning": "string",
                        "MsgDateTimeKindFieldFieldWarning": "string",
                        "MsgBasicAlertMovedToPrimaryEngine": "string",
                        "MsgC1QConditionMigratedAsSQL": "string",
                        "MsgMigrationFailed": "string",
                        "MsgBadTriggerCondition": "string",
                        "MsgMigrationSkipped": "string",
                        "MsgTimeOfDayMigrationError": "string",
                        "MsgActionMigrationError": "string",
                        "MsgBasicActionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                        "MsgMigrationNotSupported": "string",
                        "MsgNcmActionMigrationNotSupported": "string",
                        "MsgActiveAlertsMigrationWarning": "string",
                        "MsgFailGetUris": "string",
                        "MsgUnableToEnableMigratedAlertWarning": "string",
                        "MsgUnableToDisableOldAlertWarning": "string",
                        "MsgAlertNotSavedCompletely": "string",
                        "Messsage": "string",
                        "Severity": "Skipped"
                      },
                      {
                        "MsgDateTimeKindFieldConstWarning": "string",
                        "MsgDateTimeKindFieldFieldWarning": "string",
                        "MsgBasicAlertMovedToPrimaryEngine": "string",
                        "MsgC1QConditionMigratedAsSQL": "string",
                        "MsgMigrationFailed": "string",
                        "MsgBadTriggerCondition": "string",
                        "MsgMigrationSkipped": "string",
                        "MsgTimeOfDayMigrationError": "string",
                        "MsgActionMigrationError": "string",
                        "MsgBasicActionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                        "MsgMigrationNotSupported": "string",
                        "MsgNcmActionMigrationNotSupported": "string",
                        "MsgActiveAlertsMigrationWarning": "string",
                        "MsgFailGetUris": "string",
                        "MsgUnableToEnableMigratedAlertWarning": "string",
                        "MsgUnableToDisableOldAlertWarning": "string",
                        "MsgAlertNotSavedCompletely": "string",
                        "Messsage": "string",
                        "Severity": "Error"
                      }
                    ],
                    "EnabledBeforeMigration": false,
                    "MigrationId": "string",
                    "Canned": false,
                    "ObjectType": "string"
                  },
                  {
                    "OldAlertDefinitionIdGuid": "string",
                    "OldAlertName": "string",
                    "NewAlertId": 8,
                    "ResultCode": "OK",
                    "Messages": [
                      {
                        "MsgDateTimeKindFieldConstWarning": "string",
                        "MsgDateTimeKindFieldFieldWarning": "string",
                        "MsgBasicAlertMovedToPrimaryEngine": "string",
                        "MsgC1QConditionMigratedAsSQL": "string",
                        "MsgMigrationFailed": "string",
                        "MsgBadTriggerCondition": "string",
                        "MsgMigrationSkipped": "string",
                        "MsgTimeOfDayMigrationError": "string",
                        "MsgActionMigrationError": "string",
                        "MsgBasicActionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                        "MsgMigrationNotSupported": "string",
                        "MsgNcmActionMigrationNotSupported": "string",
                        "MsgActiveAlertsMigrationWarning": "string",
                        "MsgFailGetUris": "string",
                        "MsgUnableToEnableMigratedAlertWarning": "string",
                        "MsgUnableToDisableOldAlertWarning": "string",
                        "MsgAlertNotSavedCompletely": "string",
                        "Messsage": "string",
                        "Severity": "Error"
                      },
                      {
                        "MsgDateTimeKindFieldConstWarning": "string",
                        "MsgDateTimeKindFieldFieldWarning": "string",
                        "MsgBasicAlertMovedToPrimaryEngine": "string",
                        "MsgC1QConditionMigratedAsSQL": "string",
                        "MsgMigrationFailed": "string",
                        "MsgBadTriggerCondition": "string",
                        "MsgMigrationSkipped": "string",
                        "MsgTimeOfDayMigrationError": "string",
                        "MsgActionMigrationError": "string",
                        "MsgBasicActionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                        "MsgMigrationNotSupported": "string",
                        "MsgNcmActionMigrationNotSupported": "string",
                        "MsgActiveAlertsMigrationWarning": "string",
                        "MsgFailGetUris": "string",
                        "MsgUnableToEnableMigratedAlertWarning": "string",
                        "MsgUnableToDisableOldAlertWarning": "string",
                        "MsgAlertNotSavedCompletely": "string",
                        "Messsage": "string",
                        "Severity": "BadTriggerCondition"
                      },
                      {
                        "MsgDateTimeKindFieldConstWarning": "string",
                        "MsgDateTimeKindFieldFieldWarning": "string",
                        "MsgBasicAlertMovedToPrimaryEngine": "string",
                        "MsgC1QConditionMigratedAsSQL": "string",
                        "MsgMigrationFailed": "string",
                        "MsgBadTriggerCondition": "string",
                        "MsgMigrationSkipped": "string",
                        "MsgTimeOfDayMigrationError": "string",
                        "MsgActionMigrationError": "string",
                        "MsgBasicActionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                        "MsgMigrationNotSupported": "string",
                        "MsgNcmActionMigrationNotSupported": "string",
                        "MsgActiveAlertsMigrationWarning": "string",
                        "MsgFailGetUris": "string",
                        "MsgUnableToEnableMigratedAlertWarning": "string",
                        "MsgUnableToDisableOldAlertWarning": "string",
                        "MsgAlertNotSavedCompletely": "string",
                        "Messsage": "string",
                        "Severity": "Error"
                      }
                    ],
                    "EnabledBeforeMigration": false,
                    "MigrationId": "string",
                    "Canned": false,
                    "ObjectType": "string"
                  },
                  {
                    "OldAlertDefinitionIdGuid": "string",
                    "OldAlertName": "string",
                    "NewAlertId": 4,
                    "ResultCode": "OK",
                    "Messages": [
                      {
                        "MsgDateTimeKindFieldConstWarning": "string",
                        "MsgDateTimeKindFieldFieldWarning": "string",
                        "MsgBasicAlertMovedToPrimaryEngine": "string",
                        "MsgC1QConditionMigratedAsSQL": "string",
                        "MsgMigrationFailed": "string",
                        "MsgBadTriggerCondition": "string",
                        "MsgMigrationSkipped": "string",
                        "MsgTimeOfDayMigrationError": "string",
                        "MsgActionMigrationError": "string",
                        "MsgBasicActionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                        "MsgMigrationNotSupported": "string",
                        "MsgNcmActionMigrationNotSupported": "string",
                        "MsgActiveAlertsMigrationWarning": "string",
                        "MsgFailGetUris": "string",
                        "MsgUnableToEnableMigratedAlertWarning": "string",
                        "MsgUnableToDisableOldAlertWarning": "string",
                        "MsgAlertNotSavedCompletely": "string",
                        "Messsage": "string",
                        "Severity": "Skipped"
                      },
                      {
                        "MsgDateTimeKindFieldConstWarning": "string",
                        "MsgDateTimeKindFieldFieldWarning": "string",
                        "MsgBasicAlertMovedToPrimaryEngine": "string",
                        "MsgC1QConditionMigratedAsSQL": "string",
                        "MsgMigrationFailed": "string",
                        "MsgBadTriggerCondition": "string",
                        "MsgMigrationSkipped": "string",
                        "MsgTimeOfDayMigrationError": "string",
                        "MsgActionMigrationError": "string",
                        "MsgBasicActionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                        "MsgMigrationNotSupported": "string",
                        "MsgNcmActionMigrationNotSupported": "string",
                        "MsgActiveAlertsMigrationWarning": "string",
                        "MsgFailGetUris": "string",
                        "MsgUnableToEnableMigratedAlertWarning": "string",
                        "MsgUnableToDisableOldAlertWarning": "string",
                        "MsgAlertNotSavedCompletely": "string",
                        "Messsage": "string",
                        "Severity": "Warning"
                      },
                      {
                        "MsgDateTimeKindFieldConstWarning": "string",
                        "MsgDateTimeKindFieldFieldWarning": "string",
                        "MsgBasicAlertMovedToPrimaryEngine": "string",
                        "MsgC1QConditionMigratedAsSQL": "string",
                        "MsgMigrationFailed": "string",
                        "MsgBadTriggerCondition": "string",
                        "MsgMigrationSkipped": "string",
                        "MsgTimeOfDayMigrationError": "string",
                        "MsgActionMigrationError": "string",
                        "MsgBasicActionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                        "MsgMigrationNotSupported": "string",
                        "MsgNcmActionMigrationNotSupported": "string",
                        "MsgActiveAlertsMigrationWarning": "string",
                        "MsgFailGetUris": "string",
                        "MsgUnableToEnableMigratedAlertWarning": "string",
                        "MsgUnableToDisableOldAlertWarning": "string",
                        "MsgAlertNotSavedCompletely": "string",
                        "Messsage": "string",
                        "Severity": "Skipped"
                      },
                      {
                        "MsgDateTimeKindFieldConstWarning": "string",
                        "MsgDateTimeKindFieldFieldWarning": "string",
                        "MsgBasicAlertMovedToPrimaryEngine": "string",
                        "MsgC1QConditionMigratedAsSQL": "string",
                        "MsgMigrationFailed": "string",
                        "MsgBadTriggerCondition": "string",
                        "MsgMigrationSkipped": "string",
                        "MsgTimeOfDayMigrationError": "string",
                        "MsgActionMigrationError": "string",
                        "MsgBasicActionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                        "MsgMigrationNotSupported": "string",
                        "MsgNcmActionMigrationNotSupported": "string",
                        "MsgActiveAlertsMigrationWarning": "string",
                        "MsgFailGetUris": "string",
                        "MsgUnableToEnableMigratedAlertWarning": "string",
                        "MsgUnableToDisableOldAlertWarning": "string",
                        "MsgAlertNotSavedCompletely": "string",
                        "Messsage": "string",
                        "Severity": "OK"
                      },
                      {
                        "MsgDateTimeKindFieldConstWarning": "string",
                        "MsgDateTimeKindFieldFieldWarning": "string",
                        "MsgBasicAlertMovedToPrimaryEngine": "string",
                        "MsgC1QConditionMigratedAsSQL": "string",
                        "MsgMigrationFailed": "string",
                        "MsgBadTriggerCondition": "string",
                        "MsgMigrationSkipped": "string",
                        "MsgTimeOfDayMigrationError": "string",
                        "MsgActionMigrationError": "string",
                        "MsgBasicActionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                        "MsgMigrationNotSupported": "string",
                        "MsgNcmActionMigrationNotSupported": "string",
                        "MsgActiveAlertsMigrationWarning": "string",
                        "MsgFailGetUris": "string",
                        "MsgUnableToEnableMigratedAlertWarning": "string",
                        "MsgUnableToDisableOldAlertWarning": "string",
                        "MsgAlertNotSavedCompletely": "string",
                        "Messsage": "string",
                        "Severity": "Error"
                      },
                      {
                        "MsgDateTimeKindFieldConstWarning": "string",
                        "MsgDateTimeKindFieldFieldWarning": "string",
                        "MsgBasicAlertMovedToPrimaryEngine": "string",
                        "MsgC1QConditionMigratedAsSQL": "string",
                        "MsgMigrationFailed": "string",
                        "MsgBadTriggerCondition": "string",
                        "MsgMigrationSkipped": "string",
                        "MsgTimeOfDayMigrationError": "string",
                        "MsgActionMigrationError": "string",
                        "MsgBasicActionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                        "MsgMigrationNotSupported": "string",
                        "MsgNcmActionMigrationNotSupported": "string",
                        "MsgActiveAlertsMigrationWarning": "string",
                        "MsgFailGetUris": "string",
                        "MsgUnableToEnableMigratedAlertWarning": "string",
                        "MsgUnableToDisableOldAlertWarning": "string",
                        "MsgAlertNotSavedCompletely": "string",
                        "Messsage": "string",
                        "Severity": "Error"
                      }
                    ],
                    "EnabledBeforeMigration": false,
                    "MigrationId": "string",
                    "Canned": false,
                    "ObjectType": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.AlertConfigurations/MigrateAdvancedAlert": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAlertConfigurationsMigrateAdvancedAlert",
        "description": "The parameters and request body are for method: postInvokeOrionAlertConfigurationsMigrateAdvancedAlert. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "OldAlertDefinitionIdGuid": {
                      "type": "string"
                    },
                    "OldAlertName": {
                      "type": "string"
                    },
                    "NewAlertId": {
                      "type": "number"
                    },
                    "ResultCode": {
                      "type": "string"
                    },
                    "Messages": {
                      "type": "array",
                      "items": {
                        "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": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "EnabledBeforeMigration": {
                      "type": "boolean"
                    },
                    "MigrationId": {
                      "type": "string"
                    },
                    "Canned": {
                      "type": "boolean"
                    },
                    "ObjectType": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "OldAlertDefinitionIdGuid": "string",
                  "OldAlertName": "string",
                  "NewAlertId": 8,
                  "ResultCode": "OK",
                  "Messages": [
                    {
                      "MsgDateTimeKindFieldConstWarning": "string",
                      "MsgDateTimeKindFieldFieldWarning": "string",
                      "MsgBasicAlertMovedToPrimaryEngine": "string",
                      "MsgC1QConditionMigratedAsSQL": "string",
                      "MsgMigrationFailed": "string",
                      "MsgBadTriggerCondition": "string",
                      "MsgMigrationSkipped": "string",
                      "MsgTimeOfDayMigrationError": "string",
                      "MsgActionMigrationError": "string",
                      "MsgBasicActionMigrationError": "string",
                      "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                      "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                      "MsgMigrationNotSupported": "string",
                      "MsgNcmActionMigrationNotSupported": "string",
                      "MsgActiveAlertsMigrationWarning": "string",
                      "MsgFailGetUris": "string",
                      "MsgUnableToEnableMigratedAlertWarning": "string",
                      "MsgUnableToDisableOldAlertWarning": "string",
                      "MsgAlertNotSavedCompletely": "string",
                      "Messsage": "string",
                      "Severity": "Warning"
                    },
                    {
                      "MsgDateTimeKindFieldConstWarning": "string",
                      "MsgDateTimeKindFieldFieldWarning": "string",
                      "MsgBasicAlertMovedToPrimaryEngine": "string",
                      "MsgC1QConditionMigratedAsSQL": "string",
                      "MsgMigrationFailed": "string",
                      "MsgBadTriggerCondition": "string",
                      "MsgMigrationSkipped": "string",
                      "MsgTimeOfDayMigrationError": "string",
                      "MsgActionMigrationError": "string",
                      "MsgBasicActionMigrationError": "string",
                      "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                      "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                      "MsgMigrationNotSupported": "string",
                      "MsgNcmActionMigrationNotSupported": "string",
                      "MsgActiveAlertsMigrationWarning": "string",
                      "MsgFailGetUris": "string",
                      "MsgUnableToEnableMigratedAlertWarning": "string",
                      "MsgUnableToDisableOldAlertWarning": "string",
                      "MsgAlertNotSavedCompletely": "string",
                      "Messsage": "string",
                      "Severity": "Skipped"
                    },
                    {
                      "MsgDateTimeKindFieldConstWarning": "string",
                      "MsgDateTimeKindFieldFieldWarning": "string",
                      "MsgBasicAlertMovedToPrimaryEngine": "string",
                      "MsgC1QConditionMigratedAsSQL": "string",
                      "MsgMigrationFailed": "string",
                      "MsgBadTriggerCondition": "string",
                      "MsgMigrationSkipped": "string",
                      "MsgTimeOfDayMigrationError": "string",
                      "MsgActionMigrationError": "string",
                      "MsgBasicActionMigrationError": "string",
                      "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                      "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                      "MsgMigrationNotSupported": "string",
                      "MsgNcmActionMigrationNotSupported": "string",
                      "MsgActiveAlertsMigrationWarning": "string",
                      "MsgFailGetUris": "string",
                      "MsgUnableToEnableMigratedAlertWarning": "string",
                      "MsgUnableToDisableOldAlertWarning": "string",
                      "MsgAlertNotSavedCompletely": "string",
                      "Messsage": "string",
                      "Severity": "Error"
                    },
                    {
                      "MsgDateTimeKindFieldConstWarning": "string",
                      "MsgDateTimeKindFieldFieldWarning": "string",
                      "MsgBasicAlertMovedToPrimaryEngine": "string",
                      "MsgC1QConditionMigratedAsSQL": "string",
                      "MsgMigrationFailed": "string",
                      "MsgBadTriggerCondition": "string",
                      "MsgMigrationSkipped": "string",
                      "MsgTimeOfDayMigrationError": "string",
                      "MsgActionMigrationError": "string",
                      "MsgBasicActionMigrationError": "string",
                      "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                      "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                      "MsgMigrationNotSupported": "string",
                      "MsgNcmActionMigrationNotSupported": "string",
                      "MsgActiveAlertsMigrationWarning": "string",
                      "MsgFailGetUris": "string",
                      "MsgUnableToEnableMigratedAlertWarning": "string",
                      "MsgUnableToDisableOldAlertWarning": "string",
                      "MsgAlertNotSavedCompletely": "string",
                      "Messsage": "string",
                      "Severity": "OK"
                    },
                    {
                      "MsgDateTimeKindFieldConstWarning": "string",
                      "MsgDateTimeKindFieldFieldWarning": "string",
                      "MsgBasicAlertMovedToPrimaryEngine": "string",
                      "MsgC1QConditionMigratedAsSQL": "string",
                      "MsgMigrationFailed": "string",
                      "MsgBadTriggerCondition": "string",
                      "MsgMigrationSkipped": "string",
                      "MsgTimeOfDayMigrationError": "string",
                      "MsgActionMigrationError": "string",
                      "MsgBasicActionMigrationError": "string",
                      "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                      "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                      "MsgMigrationNotSupported": "string",
                      "MsgNcmActionMigrationNotSupported": "string",
                      "MsgActiveAlertsMigrationWarning": "string",
                      "MsgFailGetUris": "string",
                      "MsgUnableToEnableMigratedAlertWarning": "string",
                      "MsgUnableToDisableOldAlertWarning": "string",
                      "MsgAlertNotSavedCompletely": "string",
                      "Messsage": "string",
                      "Severity": "Warning"
                    }
                  ],
                  "EnabledBeforeMigration": false,
                  "MigrationId": "string",
                  "Canned": false,
                  "ObjectType": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.AlertConfigurations/MigrateAdvancedAlertFromXML": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAlertConfigurationsMigrateAdvancedAlertFromXML",
        "description": "The parameters and request body are for method: postInvokeOrionAlertConfigurationsMigrateAdvancedAlertFromXML. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "OldAlertDefinitionIdGuid": {
                        "type": "string"
                      },
                      "OldAlertName": {
                        "type": "string"
                      },
                      "NewAlertId": {
                        "type": "number"
                      },
                      "ResultCode": {
                        "type": "string"
                      },
                      "Messages": {
                        "type": "array",
                        "items": {
                          "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": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "EnabledBeforeMigration": {
                        "type": "boolean"
                      },
                      "MigrationId": {
                        "type": "string"
                      },
                      "Canned": {
                        "type": "boolean"
                      },
                      "ObjectType": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "OldAlertDefinitionIdGuid": "string",
                    "OldAlertName": "string",
                    "NewAlertId": 5,
                    "ResultCode": "OK",
                    "Messages": [
                      {
                        "MsgDateTimeKindFieldConstWarning": "string",
                        "MsgDateTimeKindFieldFieldWarning": "string",
                        "MsgBasicAlertMovedToPrimaryEngine": "string",
                        "MsgC1QConditionMigratedAsSQL": "string",
                        "MsgMigrationFailed": "string",
                        "MsgBadTriggerCondition": "string",
                        "MsgMigrationSkipped": "string",
                        "MsgTimeOfDayMigrationError": "string",
                        "MsgActionMigrationError": "string",
                        "MsgBasicActionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                        "MsgMigrationNotSupported": "string",
                        "MsgNcmActionMigrationNotSupported": "string",
                        "MsgActiveAlertsMigrationWarning": "string",
                        "MsgFailGetUris": "string",
                        "MsgUnableToEnableMigratedAlertWarning": "string",
                        "MsgUnableToDisableOldAlertWarning": "string",
                        "MsgAlertNotSavedCompletely": "string",
                        "Messsage": "string",
                        "Severity": "BadTriggerCondition"
                      },
                      {
                        "MsgDateTimeKindFieldConstWarning": "string",
                        "MsgDateTimeKindFieldFieldWarning": "string",
                        "MsgBasicAlertMovedToPrimaryEngine": "string",
                        "MsgC1QConditionMigratedAsSQL": "string",
                        "MsgMigrationFailed": "string",
                        "MsgBadTriggerCondition": "string",
                        "MsgMigrationSkipped": "string",
                        "MsgTimeOfDayMigrationError": "string",
                        "MsgActionMigrationError": "string",
                        "MsgBasicActionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                        "MsgMigrationNotSupported": "string",
                        "MsgNcmActionMigrationNotSupported": "string",
                        "MsgActiveAlertsMigrationWarning": "string",
                        "MsgFailGetUris": "string",
                        "MsgUnableToEnableMigratedAlertWarning": "string",
                        "MsgUnableToDisableOldAlertWarning": "string",
                        "MsgAlertNotSavedCompletely": "string",
                        "Messsage": "string",
                        "Severity": "Warning"
                      },
                      {
                        "MsgDateTimeKindFieldConstWarning": "string",
                        "MsgDateTimeKindFieldFieldWarning": "string",
                        "MsgBasicAlertMovedToPrimaryEngine": "string",
                        "MsgC1QConditionMigratedAsSQL": "string",
                        "MsgMigrationFailed": "string",
                        "MsgBadTriggerCondition": "string",
                        "MsgMigrationSkipped": "string",
                        "MsgTimeOfDayMigrationError": "string",
                        "MsgActionMigrationError": "string",
                        "MsgBasicActionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                        "MsgMigrationNotSupported": "string",
                        "MsgNcmActionMigrationNotSupported": "string",
                        "MsgActiveAlertsMigrationWarning": "string",
                        "MsgFailGetUris": "string",
                        "MsgUnableToEnableMigratedAlertWarning": "string",
                        "MsgUnableToDisableOldAlertWarning": "string",
                        "MsgAlertNotSavedCompletely": "string",
                        "Messsage": "string",
                        "Severity": "OK"
                      },
                      {
                        "MsgDateTimeKindFieldConstWarning": "string",
                        "MsgDateTimeKindFieldFieldWarning": "string",
                        "MsgBasicAlertMovedToPrimaryEngine": "string",
                        "MsgC1QConditionMigratedAsSQL": "string",
                        "MsgMigrationFailed": "string",
                        "MsgBadTriggerCondition": "string",
                        "MsgMigrationSkipped": "string",
                        "MsgTimeOfDayMigrationError": "string",
                        "MsgActionMigrationError": "string",
                        "MsgBasicActionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                        "MsgMigrationNotSupported": "string",
                        "MsgNcmActionMigrationNotSupported": "string",
                        "MsgActiveAlertsMigrationWarning": "string",
                        "MsgFailGetUris": "string",
                        "MsgUnableToEnableMigratedAlertWarning": "string",
                        "MsgUnableToDisableOldAlertWarning": "string",
                        "MsgAlertNotSavedCompletely": "string",
                        "Messsage": "string",
                        "Severity": "OK"
                      },
                      {
                        "MsgDateTimeKindFieldConstWarning": "string",
                        "MsgDateTimeKindFieldFieldWarning": "string",
                        "MsgBasicAlertMovedToPrimaryEngine": "string",
                        "MsgC1QConditionMigratedAsSQL": "string",
                        "MsgMigrationFailed": "string",
                        "MsgBadTriggerCondition": "string",
                        "MsgMigrationSkipped": "string",
                        "MsgTimeOfDayMigrationError": "string",
                        "MsgActionMigrationError": "string",
                        "MsgBasicActionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                        "MsgMigrationNotSupported": "string",
                        "MsgNcmActionMigrationNotSupported": "string",
                        "MsgActiveAlertsMigrationWarning": "string",
                        "MsgFailGetUris": "string",
                        "MsgUnableToEnableMigratedAlertWarning": "string",
                        "MsgUnableToDisableOldAlertWarning": "string",
                        "MsgAlertNotSavedCompletely": "string",
                        "Messsage": "string",
                        "Severity": "Error"
                      },
                      {
                        "MsgDateTimeKindFieldConstWarning": "string",
                        "MsgDateTimeKindFieldFieldWarning": "string",
                        "MsgBasicAlertMovedToPrimaryEngine": "string",
                        "MsgC1QConditionMigratedAsSQL": "string",
                        "MsgMigrationFailed": "string",
                        "MsgBadTriggerCondition": "string",
                        "MsgMigrationSkipped": "string",
                        "MsgTimeOfDayMigrationError": "string",
                        "MsgActionMigrationError": "string",
                        "MsgBasicActionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                        "MsgMigrationNotSupported": "string",
                        "MsgNcmActionMigrationNotSupported": "string",
                        "MsgActiveAlertsMigrationWarning": "string",
                        "MsgFailGetUris": "string",
                        "MsgUnableToEnableMigratedAlertWarning": "string",
                        "MsgUnableToDisableOldAlertWarning": "string",
                        "MsgAlertNotSavedCompletely": "string",
                        "Messsage": "string",
                        "Severity": "OK"
                      },
                      {
                        "MsgDateTimeKindFieldConstWarning": "string",
                        "MsgDateTimeKindFieldFieldWarning": "string",
                        "MsgBasicAlertMovedToPrimaryEngine": "string",
                        "MsgC1QConditionMigratedAsSQL": "string",
                        "MsgMigrationFailed": "string",
                        "MsgBadTriggerCondition": "string",
                        "MsgMigrationSkipped": "string",
                        "MsgTimeOfDayMigrationError": "string",
                        "MsgActionMigrationError": "string",
                        "MsgBasicActionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                        "MsgMigrationNotSupported": "string",
                        "MsgNcmActionMigrationNotSupported": "string",
                        "MsgActiveAlertsMigrationWarning": "string",
                        "MsgFailGetUris": "string",
                        "MsgUnableToEnableMigratedAlertWarning": "string",
                        "MsgUnableToDisableOldAlertWarning": "string",
                        "MsgAlertNotSavedCompletely": "string",
                        "Messsage": "string",
                        "Severity": "Error"
                      },
                      {
                        "MsgDateTimeKindFieldConstWarning": "string",
                        "MsgDateTimeKindFieldFieldWarning": "string",
                        "MsgBasicAlertMovedToPrimaryEngine": "string",
                        "MsgC1QConditionMigratedAsSQL": "string",
                        "MsgMigrationFailed": "string",
                        "MsgBadTriggerCondition": "string",
                        "MsgMigrationSkipped": "string",
                        "MsgTimeOfDayMigrationError": "string",
                        "MsgActionMigrationError": "string",
                        "MsgBasicActionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                        "MsgMigrationNotSupported": "string",
                        "MsgNcmActionMigrationNotSupported": "string",
                        "MsgActiveAlertsMigrationWarning": "string",
                        "MsgFailGetUris": "string",
                        "MsgUnableToEnableMigratedAlertWarning": "string",
                        "MsgUnableToDisableOldAlertWarning": "string",
                        "MsgAlertNotSavedCompletely": "string",
                        "Messsage": "string",
                        "Severity": "Skipped"
                      },
                      {
                        "MsgDateTimeKindFieldConstWarning": "string",
                        "MsgDateTimeKindFieldFieldWarning": "string",
                        "MsgBasicAlertMovedToPrimaryEngine": "string",
                        "MsgC1QConditionMigratedAsSQL": "string",
                        "MsgMigrationFailed": "string",
                        "MsgBadTriggerCondition": "string",
                        "MsgMigrationSkipped": "string",
                        "MsgTimeOfDayMigrationError": "string",
                        "MsgActionMigrationError": "string",
                        "MsgBasicActionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                        "MsgMigrationNotSupported": "string",
                        "MsgNcmActionMigrationNotSupported": "string",
                        "MsgActiveAlertsMigrationWarning": "string",
                        "MsgFailGetUris": "string",
                        "MsgUnableToEnableMigratedAlertWarning": "string",
                        "MsgUnableToDisableOldAlertWarning": "string",
                        "MsgAlertNotSavedCompletely": "string",
                        "Messsage": "string",
                        "Severity": "Error"
                      },
                      {
                        "MsgDateTimeKindFieldConstWarning": "string",
                        "MsgDateTimeKindFieldFieldWarning": "string",
                        "MsgBasicAlertMovedToPrimaryEngine": "string",
                        "MsgC1QConditionMigratedAsSQL": "string",
                        "MsgMigrationFailed": "string",
                        "MsgBadTriggerCondition": "string",
                        "MsgMigrationSkipped": "string",
                        "MsgTimeOfDayMigrationError": "string",
                        "MsgActionMigrationError": "string",
                        "MsgBasicActionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForTriggerConditionMigrationError": "string",
                        "MsgBasicAlertAffectedObjectsForSuppressionMigrationError": "string",
                        "MsgMigrationNotSupported": "string",
                        "MsgNcmActionMigrationNotSupported": "string",
                        "MsgActiveAlertsMigrationWarning": "string",
                        "MsgFailGetUris": "string",
                        "MsgUnableToEnableMigratedAlertWarning": "string",
                        "MsgUnableToDisableOldAlertWarning": "string",
                        "MsgAlertNotSavedCompletely": "string",
                        "Messsage": "string",
                        "Severity": "OK"
                      }
                    ],
                    "EnabledBeforeMigration": false,
                    "MigrationId": "string",
                    "Canned": true,
                    "ObjectType": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.AlertConfigurations/Import": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAlertConfigurationsImport",
        "description": "The parameters and request body are for method: postInvokeOrionAlertConfigurationsImport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "AlertId": {
                      "type": "number"
                    },
                    "Name": {
                      "type": "string"
                    },
                    "MigrationMessage": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "AlertId": 2,
                  "Name": "string",
                  "MigrationMessage": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.AlertConfigurations/Export": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAlertConfigurationsExport",
        "description": "The parameters and request body are for method: postInvokeOrionAlertConfigurationsExport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.AlertConfigurationsCustomProperties/CreateCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAlertConfigurationsCustomPropertiesCreateCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionAlertConfigurationsCustomPropertiesCreateCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.AlertConfigurationsCustomProperties/CreateCustomPropertyWithValues": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAlertConfigurationsCustomPropertiesCreateCustomPropertyWithValues",
        "description": "The parameters and request body are for method: postInvokeOrionAlertConfigurationsCustomPropertiesCreateCustomPropertyWithValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.AlertConfigurationsCustomProperties/ModifyCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAlertConfigurationsCustomPropertiesModifyCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionAlertConfigurationsCustomPropertiesModifyCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.AlertConfigurationsCustomProperties/DeleteCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAlertConfigurationsCustomPropertiesDeleteCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionAlertConfigurationsCustomPropertiesDeleteCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.AlertConfigurationsCustomProperties/ValidateCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAlertConfigurationsCustomPropertiesValidateCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionAlertConfigurationsCustomPropertiesValidateCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Status": {
                      "type": "string"
                    },
                    "ErrorMessage": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "Status": "IsSystem",
                  "ErrorMessage": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.AlertDefinitions/RevertMigratedAlert": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAlertDefinitionsRevertMigratedAlert",
        "description": "The parameters and request body are for method: postInvokeOrionAlertDefinitionsRevertMigratedAlert. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Actions/DeleteActionsByAssignments": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionActionsDeleteActionsByAssignments",
        "description": "The parameters and request body are for method: postInvokeOrionActionsDeleteActionsByAssignments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Actions/DeleteActionsByAssignmentsAndCategory": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionActionsDeleteActionsByAssignmentsAndCategory",
        "description": "The parameters and request body are for method: postInvokeOrionActionsDeleteActionsByAssignmentsAndCategory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Actions/SaveActionsForAssignments": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionActionsSaveActionsForAssignments",
        "description": "The parameters and request body are for method: postInvokeOrionActionsSaveActionsForAssignments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Actions/UpdateAction": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionActionsUpdateAction",
        "description": "The parameters and request body are for method: postInvokeOrionActionsUpdateAction. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Actions/UpdateActionsProperties": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionActionsUpdateActionsProperties",
        "description": "The parameters and request body are for method: postInvokeOrionActionsUpdateActionsProperties. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Actions/UpdateActionsDescriptions": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionActionsUpdateActionsDescriptions",
        "description": "The parameters and request body are for method: postInvokeOrionActionsUpdateActionsDescriptions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Actions/UpdateActionsFrequencies": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionActionsUpdateActionsFrequencies",
        "description": "The parameters and request body are for method: postInvokeOrionActionsUpdateActionsFrequencies. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Actions/TestAlertingAction": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionActionsTestAlertingAction",
        "description": "The parameters and request body are for method: postInvokeOrionActionsTestAlertingAction. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Status": {
                      "type": "string"
                    },
                    "ErrorMessage": {
                      "type": "string"
                    },
                    "ActionTitle": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "Status": "Success",
                  "ErrorMessage": "string",
                  "ActionTitle": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Actions/TestReportingAction": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionActionsTestReportingAction",
        "description": "The parameters and request body are for method: postInvokeOrionActionsTestReportingAction. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Status": {
                      "type": "string"
                    },
                    "ErrorMessage": {
                      "type": "string"
                    },
                    "ActionTitle": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "Status": "Unknown",
                  "ErrorMessage": "string",
                  "ActionTitle": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.AlertSuppression/SuppressAlerts": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAlertSuppressionSuppressAlerts",
        "description": "The parameters and request body are for method: postInvokeOrionAlertSuppressionSuppressAlerts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.AlertSuppression/ResumeAlerts": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAlertSuppressionResumeAlerts",
        "description": "The parameters and request body are for method: postInvokeOrionAlertSuppressionResumeAlerts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.AlertSuppression/GetAlertSuppressionState": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionAlertSuppressionGetAlertSuppressionState",
        "description": "The parameters and request body are for method: postInvokeOrionAlertSuppressionGetAlertSuppressionState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "EntityUri": {
                        "type": "string"
                      },
                      "SuppressedParentUri": {
                        "type": "string"
                      },
                      "SuppressionMode": {
                        "type": "string"
                      },
                      "SuppressedFrom": {
                        "type": "string"
                      },
                      "SuppressedUntil": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "EntityUri": "string",
                    "SuppressedParentUri": "string",
                    "SuppressionMode": "SuppressionScheduledForItself",
                    "SuppressedFrom": "string",
                    "SuppressedUntil": "string"
                  },
                  {
                    "EntityUri": "string",
                    "SuppressedParentUri": "string",
                    "SuppressionMode": "SuppressedByParent",
                    "SuppressedFrom": "string",
                    "SuppressedUntil": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Dependencies/RemoveDependencies": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionDependenciesRemoveDependencies",
        "description": "The parameters and request body are for method: postInvokeOrionDependenciesRemoveDependencies. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.DeletedAutoDependencies/RemoveIgnoredAutoDependencies": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionDeletedAutoDependenciesRemoveIgnoredAutoDependencies",
        "description": "The parameters and request body are for method: postInvokeOrionDeletedAutoDependenciesRemoveIgnoredAutoDependencies. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Events/Acknowledge": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionEventsAcknowledge",
        "description": "The parameters and request body are for method: postInvokeOrionEventsAcknowledge. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.MapStudioFiles/InsertFile": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionMapStudioFilesInsertFile",
        "description": "The parameters and request body are for method: postInvokeOrionMapStudioFilesInsertFile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.MapStudioFiles/UpdateFile": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionMapStudioFilesUpdateFile",
        "description": "The parameters and request body are for method: postInvokeOrionMapStudioFilesUpdateFile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.MapStudioFiles/LockFile": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionMapStudioFilesLockFile",
        "description": "The parameters and request body are for method: postInvokeOrionMapStudioFilesLockFile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.MapStudioFiles/LockFileTable": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionMapStudioFilesLockFileTable",
        "description": "The parameters and request body are for method: postInvokeOrionMapStudioFilesLockFileTable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object"
                  }
                },
                "example": [
                  {}
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.MapStudioFiles/UnlockAllFiles": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionMapStudioFilesUnlockAllFiles",
        "description": "The parameters and request body are for method: postInvokeOrionMapStudioFilesUnlockAllFiles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.MapStudioFiles/DeleteFile": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionMapStudioFilesDeleteFile",
        "description": "The parameters and request body are for method: postInvokeOrionMapStudioFilesDeleteFile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.MapStudioFiles/GetMapStyle": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionMapStudioFilesGetMapStyle",
        "description": "The parameters and request body are for method: postInvokeOrionMapStudioFilesGetMapStyle. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.NetworkAtlas/GetNAVersion": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionNetworkAtlasGetNAVersion",
        "description": "The parameters and request body are for method: postInvokeOrionNetworkAtlasGetNAVersion. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Nodes/Unmanage": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionNodesUnmanage",
        "description": "The parameters and request body are for method: postInvokeOrionNodesUnmanage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Nodes/Remanage": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionNodesRemanage",
        "description": "The parameters and request body are for method: postInvokeOrionNodesRemanage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Nodes/PollNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionNodesPollNow",
        "description": "The parameters and request body are for method: postInvokeOrionNodesPollNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Nodes/GetCountOfElementsPerEngineForLicensing": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionNodesGetCountOfElementsPerEngineForLicensing",
        "description": "The parameters and request body are for method: postInvokeOrionNodesGetCountOfElementsPerEngineForLicensing. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ValidationKey": {
                      "type": "string"
                    },
                    "CountOfElements": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "EngineId": {
                            "type": "number"
                          },
                          "Count": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "ValidationKey": "string",
                  "CountOfElements": [
                    {
                      "EngineId": 8,
                      "Count": 9
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.NodesCustomProperties/CreateCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionNodesCustomPropertiesCreateCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionNodesCustomPropertiesCreateCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.NodesCustomProperties/CreateCustomPropertyWithValues": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionNodesCustomPropertiesCreateCustomPropertyWithValues",
        "description": "The parameters and request body are for method: postInvokeOrionNodesCustomPropertiesCreateCustomPropertyWithValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.NodesCustomProperties/ModifyCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionNodesCustomPropertiesModifyCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionNodesCustomPropertiesModifyCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.NodesCustomProperties/DeleteCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionNodesCustomPropertiesDeleteCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionNodesCustomPropertiesDeleteCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.NodesCustomProperties/ValidateCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionNodesCustomPropertiesValidateCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionNodesCustomPropertiesValidateCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Status": {
                      "type": "string"
                    },
                    "ErrorMessage": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "Status": "Valid",
                  "ErrorMessage": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Resources/CheckResourceMigration": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionResourcesCheckResourceMigration",
        "description": "The parameters and request body are for method: postInvokeOrionResourcesCheckResourceMigration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Resources/MigrateClassicToModernResources": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionResourcesMigrateClassicToModernResources",
        "description": "The parameters and request body are for method: postInvokeOrionResourcesMigrateClassicToModernResources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Resources/MigrateModernToClassicResources": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionResourcesMigrateModernToClassicResources",
        "description": "The parameters and request body are for method: postInvokeOrionResourcesMigrateModernToClassicResources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Resources/GetModernResourceName": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionResourcesGetModernResourceName",
        "description": "The parameters and request body are for method: postInvokeOrionResourcesGetModernResourceName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.VolumesCustomProperties/CreateCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionVolumesCustomPropertiesCreateCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionVolumesCustomPropertiesCreateCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.VolumesCustomProperties/CreateCustomPropertyWithValues": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionVolumesCustomPropertiesCreateCustomPropertyWithValues",
        "description": "The parameters and request body are for method: postInvokeOrionVolumesCustomPropertiesCreateCustomPropertyWithValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.VolumesCustomProperties/ModifyCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionVolumesCustomPropertiesModifyCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionVolumesCustomPropertiesModifyCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.VolumesCustomProperties/DeleteCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionVolumesCustomPropertiesDeleteCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionVolumesCustomPropertiesDeleteCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.VolumesCustomProperties/ValidateCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionVolumesCustomPropertiesValidateCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionVolumesCustomPropertiesValidateCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Status": {
                      "type": "string"
                    },
                    "ErrorMessage": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "Status": "Valid",
                  "ErrorMessage": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Environment/CanInstall": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionEnvironmentCanInstall",
        "description": "The parameters and request body are for method: postInvokeOrionEnvironmentCanInstall. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Environment/AuthorizeWindowsAccountForDatabase": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionEnvironmentAuthorizeWindowsAccountForDatabase",
        "description": "The parameters and request body are for method: postInvokeOrionEnvironmentAuthorizeWindowsAccountForDatabase. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Environment/GetConnectionString": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionEnvironmentGetConnectionString",
        "description": "The parameters and request body are for method: postInvokeOrionEnvironmentGetConnectionString. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Environment/GetSqlServerIpAddresses": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionEnvironmentGetSqlServerIpAddresses",
        "description": "The parameters and request body are for method: postInvokeOrionEnvironmentGetSqlServerIpAddresses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "example": [
                  "string",
                  "string",
                  "string"
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Environment/GetDatabaseAccessCredential": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionEnvironmentGetDatabaseAccessCredential",
        "description": "The parameters and request body are for method: postInvokeOrionEnvironmentGetDatabaseAccessCredential. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Login": {
                      "type": "string"
                    },
                    "EncryptedPassword": {
                      "type": "string"
                    },
                    "CredentialType": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "Login": "string",
                  "EncryptedPassword": "string",
                  "CredentialType": "WindowsAccount"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Environment/GetOrionServerCertificate": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionEnvironmentGetOrionServerCertificate",
        "description": "The parameters and request body are for method: postInvokeOrionEnvironmentGetOrionServerCertificate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "number"
                  }
                },
                "example": [
                  7
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Frequencies/SaveReportFrequencies": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionFrequenciesSaveReportFrequencies",
        "description": "The parameters and request body are for method: postInvokeOrionFrequenciesSaveReportFrequencies. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "number"
                  }
                },
                "example": [
                  2,
                  2
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Frequencies/SaveTimePeriodFrequencies": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionFrequenciesSaveTimePeriodFrequencies",
        "description": "The parameters and request body are for method: postInvokeOrionFrequenciesSaveTimePeriodFrequencies. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "number"
                  }
                },
                "example": [
                  5
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Frequencies/DeleteFrequencies": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionFrequenciesDeleteFrequencies",
        "description": "The parameters and request body are for method: postInvokeOrionFrequenciesDeleteFrequencies. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.TechnologyPollingAssignments/EnableAssignments": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionTechnologyPollingAssignmentsEnableAssignments",
        "description": "The parameters and request body are for method: postInvokeOrionTechnologyPollingAssignmentsEnableAssignments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "number"
                  }
                },
                "example": [
                  10
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.TechnologyPollingAssignments/DisableAssignments": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionTechnologyPollingAssignmentsDisableAssignments",
        "description": "The parameters and request body are for method: postInvokeOrionTechnologyPollingAssignmentsDisableAssignments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "number"
                  }
                },
                "example": [
                  4
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.TechnologyPollingAssignments/EnableAssignmentsOnNetObjects": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionTechnologyPollingAssignmentsEnableAssignmentsOnNetObjects",
        "description": "The parameters and request body are for method: postInvokeOrionTechnologyPollingAssignmentsEnableAssignmentsOnNetObjects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "number"
                  }
                },
                "example": [
                  1,
                  9
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.TechnologyPollingAssignments/DisableAssignmentsOnNetObjects": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionTechnologyPollingAssignmentsDisableAssignmentsOnNetObjects",
        "description": "The parameters and request body are for method: postInvokeOrionTechnologyPollingAssignmentsDisableAssignmentsOnNetObjects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "number"
                  }
                },
                "example": [
                  7,
                  2
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.NotificationItemGrouped/AcknowledgeAll": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionNotificationItemGroupedAcknowledgeAll",
        "description": "The parameters and request body are for method: postInvokeOrionNotificationItemGroupedAcknowledgeAll. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.NotificationItemGrouped/AcknowledgeById": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionNotificationItemGroupedAcknowledgeById",
        "description": "The parameters and request body are for method: postInvokeOrionNotificationItemGroupedAcknowledgeById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.NotificationItemGrouped/UnAcknowledgeById": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionNotificationItemGroupedUnAcknowledgeById",
        "description": "The parameters and request body are for method: postInvokeOrionNotificationItemGroupedUnAcknowledgeById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.NotificationItemGrouped/AcknowledgeByType": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionNotificationItemGroupedAcknowledgeByType",
        "description": "The parameters and request body are for method: postInvokeOrionNotificationItemGroupedAcknowledgeByType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.NotificationItemGrouped/UnAcknowledgeByType": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionNotificationItemGroupedUnAcknowledgeByType",
        "description": "The parameters and request body are for method: postInvokeOrionNotificationItemGroupedUnAcknowledgeByType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Web.Menu/ClearCache": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionWebMenuClearCache",
        "description": "The parameters and request body are for method: postInvokeOrionWebMenuClearCache. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Remoting.RemoteExecutionPackage/Execute": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionRemotingRemoteExecutionPackageExecute",
        "description": "The parameters and request body are for method: postInvokeOrionRemotingRemoteExecutionPackageExecute. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SCM.ServerConfiguration/PollNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSCMServerConfigurationPollNow",
        "description": "The parameters and request body are for method: postInvokeOrionSCMServerConfigurationPollNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SCM.Baseline/SetBaseline": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSCMBaselineSetBaseline",
        "description": "The parameters and request body are for method: postInvokeOrionSCMBaselineSetBaseline. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SEUM.Recordings/Load": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSEUMRecordingsLoad",
        "description": "The parameters and request body are for method: postInvokeOrionSEUMRecordingsLoad. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SEUM.Recordings/Exists": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSEUMRecordingsExists",
        "description": "The parameters and request body are for method: postInvokeOrionSEUMRecordingsExists. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SEUM.Recordings/Save": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSEUMRecordingsSave",
        "description": "The parameters and request body are for method: postInvokeOrionSEUMRecordingsSave. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SEUM.RecordingCustomProperties/CreateCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSEUMRecordingCustomPropertiesCreateCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionSEUMRecordingCustomPropertiesCreateCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SEUM.RecordingCustomProperties/CreateCustomPropertyWithValues": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSEUMRecordingCustomPropertiesCreateCustomPropertyWithValues",
        "description": "The parameters and request body are for method: postInvokeOrionSEUMRecordingCustomPropertiesCreateCustomPropertyWithValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SEUM.RecordingCustomProperties/ModifyCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSEUMRecordingCustomPropertiesModifyCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionSEUMRecordingCustomPropertiesModifyCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SEUM.RecordingCustomProperties/DeleteCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSEUMRecordingCustomPropertiesDeleteCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionSEUMRecordingCustomPropertiesDeleteCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SEUM.Transactions/Unmanage": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSEUMTransactionsUnmanage",
        "description": "The parameters and request body are for method: postInvokeOrionSEUMTransactionsUnmanage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SEUM.Transactions/Remanage": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSEUMTransactionsRemanage",
        "description": "The parameters and request body are for method: postInvokeOrionSEUMTransactionsRemanage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SEUM.TransactionCustomProperties/CreateCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSEUMTransactionCustomPropertiesCreateCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionSEUMTransactionCustomPropertiesCreateCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SEUM.TransactionCustomProperties/CreateCustomPropertyWithValues": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSEUMTransactionCustomPropertiesCreateCustomPropertyWithValues",
        "description": "The parameters and request body are for method: postInvokeOrionSEUMTransactionCustomPropertiesCreateCustomPropertyWithValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SEUM.TransactionCustomProperties/ModifyCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSEUMTransactionCustomPropertiesModifyCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionSEUMTransactionCustomPropertiesModifyCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SEUM.TransactionCustomProperties/DeleteCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSEUMTransactionCustomPropertiesDeleteCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionSEUMTransactionCustomPropertiesDeleteCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SEUM.Settings/GetRecorderCompatibility": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSEUMSettingsGetRecorderCompatibility",
        "description": "The parameters and request body are for method: postInvokeOrionSEUMSettingsGetRecorderCompatibility. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ApiVersion": {
                      "type": "number"
                    },
                    "LatestVersion": {
                      "type": "object",
                      "properties": {
                        "Major": {
                          "type": "number"
                        },
                        "Minor": {
                          "type": "number"
                        },
                        "Build": {
                          "type": "number"
                        },
                        "Revision": {
                          "type": "number"
                        },
                        "MajorRevision": {
                          "type": "number"
                        },
                        "MinorRevision": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "ApiVersion": 1,
                  "LatestVersion": {
                    "Major": 7,
                    "Minor": 10,
                    "Build": 5,
                    "Revision": 10,
                    "MajorRevision": 3,
                    "MinorRevision": 10
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SEUM.Settings/GetRecorderInstaller": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSEUMSettingsGetRecorderInstaller",
        "description": "The parameters and request body are for method: postInvokeOrionSEUMSettingsGetRecorderInstaller. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "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"
                    }
                  }
                },
                "example": {
                  "CanRead": false,
                  "CanSeek": true,
                  "CanWrite": true,
                  "Capacity": 1,
                  "Length": 5,
                  "Position": 8,
                  "CanTimeout": true,
                  "ReadTimeout": 6,
                  "WriteTimeout": 6
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.STMIntegration/RefreshLicense": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMSTMIntegrationRefreshLicense",
        "description": "The parameters and request body are for method: postInvokeOrionSRMSTMIntegrationRefreshLicense. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.STMIntegration/UpdateLicense": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMSTMIntegrationUpdateLicense",
        "description": "The parameters and request body are for method: postInvokeOrionSRMSTMIntegrationUpdateLicense. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.STMIntegration/RemoveSTMIntegration": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMSTMIntegrationRemoveSTMIntegration",
        "description": "The parameters and request body are for method: postInvokeOrionSRMSTMIntegrationRemoveSTMIntegration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.StorageArrays/GetLicensedArrays": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMStorageArraysGetLicensedArrays",
        "description": "The parameters and request body are for method: postInvokeOrionSRMStorageArraysGetLicensedArrays. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "example": [
                  "string"
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.StorageArrays/AddSmisCredentials": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMStorageArraysAddSmisCredentials",
        "description": "The parameters and request body are for method: postInvokeOrionSRMStorageArraysAddSmisCredentials. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.StorageArrays/AddExternalProvider": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMStorageArraysAddExternalProvider",
        "description": "The parameters and request body are for method: postInvokeOrionSRMStorageArraysAddExternalProvider. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.StorageArrays/AddAllArrays": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMStorageArraysAddAllArrays",
        "description": "The parameters and request body are for method: postInvokeOrionSRMStorageArraysAddAllArrays. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.PhysicalDisks/GetCountOfElementsPerEngineForLicensing": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMPhysicalDisksGetCountOfElementsPerEngineForLicensing",
        "description": "The parameters and request body are for method: postInvokeOrionSRMPhysicalDisksGetCountOfElementsPerEngineForLicensing. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ValidationKey": {
                      "type": "string"
                    },
                    "CountOfElements": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "EngineId": {
                            "type": "number"
                          },
                          "Count": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "ValidationKey": "string",
                  "CountOfElements": [
                    {
                      "EngineId": 7,
                      "Count": 3
                    },
                    {
                      "EngineId": 1,
                      "Count": 6
                    },
                    {
                      "EngineId": 7,
                      "Count": 9
                    },
                    {
                      "EngineId": 7,
                      "Count": 5
                    },
                    {
                      "EngineId": 3,
                      "Count": 3
                    },
                    {
                      "EngineId": 4,
                      "Count": 7
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.VServersCustomProperties/CreateCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMVServersCustomPropertiesCreateCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionSRMVServersCustomPropertiesCreateCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.VServersCustomProperties/CreateCustomPropertyWithValues": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMVServersCustomPropertiesCreateCustomPropertyWithValues",
        "description": "The parameters and request body are for method: postInvokeOrionSRMVServersCustomPropertiesCreateCustomPropertyWithValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.VServersCustomProperties/ModifyCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMVServersCustomPropertiesModifyCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionSRMVServersCustomPropertiesModifyCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.VServersCustomProperties/DeleteCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMVServersCustomPropertiesDeleteCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionSRMVServersCustomPropertiesDeleteCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.VServersCustomProperties/ValidateCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMVServersCustomPropertiesValidateCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionSRMVServersCustomPropertiesValidateCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Status": {
                      "type": "string"
                    },
                    "ErrorMessage": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "Status": "IsReserved",
                  "ErrorMessage": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.LUNCustomProperties/CreateCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMLUNCustomPropertiesCreateCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionSRMLUNCustomPropertiesCreateCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.LUNCustomProperties/CreateCustomPropertyWithValues": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMLUNCustomPropertiesCreateCustomPropertyWithValues",
        "description": "The parameters and request body are for method: postInvokeOrionSRMLUNCustomPropertiesCreateCustomPropertyWithValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.LUNCustomProperties/ModifyCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMLUNCustomPropertiesModifyCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionSRMLUNCustomPropertiesModifyCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.LUNCustomProperties/DeleteCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMLUNCustomPropertiesDeleteCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionSRMLUNCustomPropertiesDeleteCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.LUNCustomProperties/ValidateCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMLUNCustomPropertiesValidateCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionSRMLUNCustomPropertiesValidateCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Status": {
                      "type": "string"
                    },
                    "ErrorMessage": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "Status": "IsSystem",
                  "ErrorMessage": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.VolumeCustomProperties/CreateCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMVolumeCustomPropertiesCreateCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionSRMVolumeCustomPropertiesCreateCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.VolumeCustomProperties/CreateCustomPropertyWithValues": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMVolumeCustomPropertiesCreateCustomPropertyWithValues",
        "description": "The parameters and request body are for method: postInvokeOrionSRMVolumeCustomPropertiesCreateCustomPropertyWithValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.VolumeCustomProperties/ModifyCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMVolumeCustomPropertiesModifyCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionSRMVolumeCustomPropertiesModifyCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.VolumeCustomProperties/DeleteCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMVolumeCustomPropertiesDeleteCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionSRMVolumeCustomPropertiesDeleteCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.VolumeCustomProperties/ValidateCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMVolumeCustomPropertiesValidateCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionSRMVolumeCustomPropertiesValidateCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Status": {
                      "type": "string"
                    },
                    "ErrorMessage": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "Status": "IsSystem",
                  "ErrorMessage": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.FileShareCustomProperties/CreateCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMFileShareCustomPropertiesCreateCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionSRMFileShareCustomPropertiesCreateCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.FileShareCustomProperties/CreateCustomPropertyWithValues": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMFileShareCustomPropertiesCreateCustomPropertyWithValues",
        "description": "The parameters and request body are for method: postInvokeOrionSRMFileShareCustomPropertiesCreateCustomPropertyWithValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.FileShareCustomProperties/ModifyCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMFileShareCustomPropertiesModifyCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionSRMFileShareCustomPropertiesModifyCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.FileShareCustomProperties/DeleteCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMFileShareCustomPropertiesDeleteCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionSRMFileShareCustomPropertiesDeleteCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.FileShareCustomProperties/ValidateCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMFileShareCustomPropertiesValidateCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionSRMFileShareCustomPropertiesValidateCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Status": {
                      "type": "string"
                    },
                    "ErrorMessage": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "Status": "Exists",
                  "ErrorMessage": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.StorageArrayCustomProperties/CreateCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMStorageArrayCustomPropertiesCreateCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionSRMStorageArrayCustomPropertiesCreateCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.StorageArrayCustomProperties/CreateCustomPropertyWithValues": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMStorageArrayCustomPropertiesCreateCustomPropertyWithValues",
        "description": "The parameters and request body are for method: postInvokeOrionSRMStorageArrayCustomPropertiesCreateCustomPropertyWithValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.StorageArrayCustomProperties/ModifyCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMStorageArrayCustomPropertiesModifyCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionSRMStorageArrayCustomPropertiesModifyCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.StorageArrayCustomProperties/DeleteCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMStorageArrayCustomPropertiesDeleteCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionSRMStorageArrayCustomPropertiesDeleteCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.StorageArrayCustomProperties/ValidateCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMStorageArrayCustomPropertiesValidateCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionSRMStorageArrayCustomPropertiesValidateCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Status": {
                      "type": "string"
                    },
                    "ErrorMessage": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "Status": "Error",
                  "ErrorMessage": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.ProviderCustomProperties/CreateCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMProviderCustomPropertiesCreateCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionSRMProviderCustomPropertiesCreateCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.ProviderCustomProperties/CreateCustomPropertyWithValues": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMProviderCustomPropertiesCreateCustomPropertyWithValues",
        "description": "The parameters and request body are for method: postInvokeOrionSRMProviderCustomPropertiesCreateCustomPropertyWithValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.ProviderCustomProperties/ModifyCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMProviderCustomPropertiesModifyCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionSRMProviderCustomPropertiesModifyCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.ProviderCustomProperties/DeleteCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMProviderCustomPropertiesDeleteCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionSRMProviderCustomPropertiesDeleteCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.ProviderCustomProperties/ValidateCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMProviderCustomPropertiesValidateCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionSRMProviderCustomPropertiesValidateCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Status": {
                      "type": "string"
                    },
                    "ErrorMessage": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "Status": "IsSystem",
                  "ErrorMessage": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.PoolCustomProperties/CreateCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMPoolCustomPropertiesCreateCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionSRMPoolCustomPropertiesCreateCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.PoolCustomProperties/CreateCustomPropertyWithValues": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMPoolCustomPropertiesCreateCustomPropertyWithValues",
        "description": "The parameters and request body are for method: postInvokeOrionSRMPoolCustomPropertiesCreateCustomPropertyWithValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.PoolCustomProperties/ModifyCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMPoolCustomPropertiesModifyCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionSRMPoolCustomPropertiesModifyCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.PoolCustomProperties/DeleteCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMPoolCustomPropertiesDeleteCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionSRMPoolCustomPropertiesDeleteCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SRM.PoolCustomProperties/ValidateCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSRMPoolCustomPropertiesValidateCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionSRMPoolCustomPropertiesValidateCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Status": {
                      "type": "string"
                    },
                    "ErrorMessage": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "Status": "Exists",
                  "ErrorMessage": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SSO/ValidateUserToken": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSSOValidateUserToken",
        "description": "The parameters and request body are for method: postInvokeOrionSSOValidateUserToken. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.SysLog/Acknowledge": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionSysLogAcknowledge",
        "description": "The parameters and request body are for method: postInvokeOrionSysLogAcknowledge. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.UDT.Port/AdministrativeShutdown": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionUDTPortAdministrativeShutdown",
        "description": "The parameters and request body are for method: postInvokeOrionUDTPortAdministrativeShutdown. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.UDT.Port/AdministrativeEnable": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionUDTPortAdministrativeEnable",
        "description": "The parameters and request body are for method: postInvokeOrionUDTPortAdministrativeEnable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Cloud.Instances/Unmanage": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionCloudInstancesUnmanage",
        "description": "The parameters and request body are for method: postInvokeOrionCloudInstancesUnmanage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Success": {
                      "type": "boolean"
                    },
                    "ErrorMessage": {
                      "type": "string"
                    },
                    "CurrentState": {
                      "type": "string"
                    },
                    "PreviousState": {
                      "type": "string"
                    },
                    "InstanceId": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "Success": true,
                  "ErrorMessage": "string",
                  "CurrentState": "Stopping",
                  "PreviousState": "ShuttingDown",
                  "InstanceId": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Cloud.Instances/Remanage": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionCloudInstancesRemanage",
        "description": "The parameters and request body are for method: postInvokeOrionCloudInstancesRemanage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Success": {
                      "type": "boolean"
                    },
                    "ErrorMessage": {
                      "type": "string"
                    },
                    "CurrentState": {
                      "type": "string"
                    },
                    "PreviousState": {
                      "type": "string"
                    },
                    "InstanceId": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "Success": true,
                  "ErrorMessage": "string",
                  "CurrentState": "Stopped",
                  "PreviousState": "Pending",
                  "InstanceId": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Cloud.Instances/PollNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionCloudInstancesPollNow",
        "description": "The parameters and request body are for method: postInvokeOrionCloudInstancesPollNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Success": {
                      "type": "boolean"
                    },
                    "ErrorMessage": {
                      "type": "string"
                    },
                    "CurrentState": {
                      "type": "string"
                    },
                    "PreviousState": {
                      "type": "string"
                    },
                    "InstanceId": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "Success": false,
                  "ErrorMessage": "string",
                  "CurrentState": "Pending",
                  "PreviousState": "ShuttingDown",
                  "InstanceId": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Cloud.Instances/StartInstance": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionCloudInstancesStartInstance",
        "description": "The parameters and request body are for method: postInvokeOrionCloudInstancesStartInstance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Success": {
                      "type": "boolean"
                    },
                    "ErrorMessage": {
                      "type": "string"
                    },
                    "CurrentState": {
                      "type": "string"
                    },
                    "PreviousState": {
                      "type": "string"
                    },
                    "InstanceId": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "Success": false,
                  "ErrorMessage": "string",
                  "CurrentState": "ShuttingDown",
                  "PreviousState": "Stopping",
                  "InstanceId": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Cloud.Instances/StopInstance": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionCloudInstancesStopInstance",
        "description": "The parameters and request body are for method: postInvokeOrionCloudInstancesStopInstance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Success": {
                      "type": "boolean"
                    },
                    "ErrorMessage": {
                      "type": "string"
                    },
                    "CurrentState": {
                      "type": "string"
                    },
                    "PreviousState": {
                      "type": "string"
                    },
                    "InstanceId": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "Success": false,
                  "ErrorMessage": "string",
                  "CurrentState": "ShuttingDown",
                  "PreviousState": "Stopping",
                  "InstanceId": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Cloud.Instances/RebootInstance": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionCloudInstancesRebootInstance",
        "description": "The parameters and request body are for method: postInvokeOrionCloudInstancesRebootInstance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Success": {
                      "type": "boolean"
                    },
                    "ErrorMessage": {
                      "type": "string"
                    },
                    "CurrentState": {
                      "type": "string"
                    },
                    "PreviousState": {
                      "type": "string"
                    },
                    "InstanceId": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "Success": true,
                  "ErrorMessage": "string",
                  "CurrentState": "Stopping",
                  "PreviousState": "Stopped",
                  "InstanceId": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Cloud.Instances/DeleteInstance": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionCloudInstancesDeleteInstance",
        "description": "The parameters and request body are for method: postInvokeOrionCloudInstancesDeleteInstance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Success": {
                      "type": "boolean"
                    },
                    "ErrorMessage": {
                      "type": "string"
                    },
                    "CurrentState": {
                      "type": "string"
                    },
                    "PreviousState": {
                      "type": "string"
                    },
                    "InstanceId": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "Success": false,
                  "ErrorMessage": "string",
                  "CurrentState": "Stopped",
                  "PreviousState": "ShuttingDown",
                  "InstanceId": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Cloud.Instances/DeleteInstanceWithNode": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionCloudInstancesDeleteInstanceWithNode",
        "description": "The parameters and request body are for method: postInvokeOrionCloudInstancesDeleteInstanceWithNode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Success": {
                      "type": "boolean"
                    },
                    "ErrorMessage": {
                      "type": "string"
                    },
                    "CurrentState": {
                      "type": "string"
                    },
                    "PreviousState": {
                      "type": "string"
                    },
                    "InstanceId": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "Success": false,
                  "ErrorMessage": "string",
                  "CurrentState": "ShuttingDown",
                  "PreviousState": "Pending",
                  "InstanceId": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Cloud.Aws.Instances/ForceStopInstance": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionCloudAwsInstancesForceStopInstance",
        "description": "The parameters and request body are for method: postInvokeOrionCloudAwsInstancesForceStopInstance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Success": {
                      "type": "boolean"
                    },
                    "ErrorMessage": {
                      "type": "string"
                    },
                    "CurrentState": {
                      "type": "string"
                    },
                    "PreviousState": {
                      "type": "string"
                    },
                    "InstanceId": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "Success": true,
                  "ErrorMessage": "string",
                  "CurrentState": "Unknown",
                  "PreviousState": "Stopping",
                  "InstanceId": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Cloud.Aws.Instances/TerminateInstance": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionCloudAwsInstancesTerminateInstance",
        "description": "The parameters and request body are for method: postInvokeOrionCloudAwsInstancesTerminateInstance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Success": {
                      "type": "boolean"
                    },
                    "ErrorMessage": {
                      "type": "string"
                    },
                    "CurrentState": {
                      "type": "string"
                    },
                    "PreviousState": {
                      "type": "string"
                    },
                    "InstanceId": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "Success": false,
                  "ErrorMessage": "string",
                  "CurrentState": "Pending",
                  "PreviousState": "Unknown",
                  "InstanceId": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.Cloud.Aws.Instances/TerminateInstanceAndRemoveNode": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionCloudAwsInstancesTerminateInstanceAndRemoveNode",
        "description": "The parameters and request body are for method: postInvokeOrionCloudAwsInstancesTerminateInstanceAndRemoveNode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Success": {
                      "type": "boolean"
                    },
                    "ErrorMessage": {
                      "type": "string"
                    },
                    "CurrentState": {
                      "type": "string"
                    },
                    "PreviousState": {
                      "type": "string"
                    },
                    "InstanceId": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "Success": false,
                  "ErrorMessage": "string",
                  "CurrentState": "Unknown",
                  "PreviousState": "Running",
                  "InstanceId": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.VIM.ClustersCustomProperties/CreateCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionVIMClustersCustomPropertiesCreateCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionVIMClustersCustomPropertiesCreateCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.VIM.ClustersCustomProperties/CreateCustomPropertyWithValues": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionVIMClustersCustomPropertiesCreateCustomPropertyWithValues",
        "description": "The parameters and request body are for method: postInvokeOrionVIMClustersCustomPropertiesCreateCustomPropertyWithValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.VIM.ClustersCustomProperties/ModifyCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionVIMClustersCustomPropertiesModifyCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionVIMClustersCustomPropertiesModifyCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.VIM.ClustersCustomProperties/DeleteCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionVIMClustersCustomPropertiesDeleteCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionVIMClustersCustomPropertiesDeleteCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.VIM.VirtualMachinesCustomProperties/CreateCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionVIMVirtualMachinesCustomPropertiesCreateCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionVIMVirtualMachinesCustomPropertiesCreateCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.VIM.VirtualMachinesCustomProperties/CreateCustomPropertyWithValues": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionVIMVirtualMachinesCustomPropertiesCreateCustomPropertyWithValues",
        "description": "The parameters and request body are for method: postInvokeOrionVIMVirtualMachinesCustomPropertiesCreateCustomPropertyWithValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.VIM.VirtualMachinesCustomProperties/ModifyCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionVIMVirtualMachinesCustomPropertiesModifyCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionVIMVirtualMachinesCustomPropertiesModifyCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.VIM.VirtualMachinesCustomProperties/DeleteCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionVIMVirtualMachinesCustomPropertiesDeleteCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionVIMVirtualMachinesCustomPropertiesDeleteCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.VIM.HostsCustomProperties/CreateCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionVIMHostsCustomPropertiesCreateCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionVIMHostsCustomPropertiesCreateCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.VIM.HostsCustomProperties/CreateCustomPropertyWithValues": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionVIMHostsCustomPropertiesCreateCustomPropertyWithValues",
        "description": "The parameters and request body are for method: postInvokeOrionVIMHostsCustomPropertiesCreateCustomPropertyWithValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.VIM.HostsCustomProperties/ModifyCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionVIMHostsCustomPropertiesModifyCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionVIMHostsCustomPropertiesModifyCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.VIM.HostsCustomProperties/DeleteCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionVIMHostsCustomPropertiesDeleteCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionVIMHostsCustomPropertiesDeleteCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.VIM.DatastoresCustomProperties/CreateCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionVIMDatastoresCustomPropertiesCreateCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionVIMDatastoresCustomPropertiesCreateCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.VIM.DatastoresCustomProperties/CreateCustomPropertyWithValues": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionVIMDatastoresCustomPropertiesCreateCustomPropertyWithValues",
        "description": "The parameters and request body are for method: postInvokeOrionVIMDatastoresCustomPropertiesCreateCustomPropertyWithValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.VIM.DatastoresCustomProperties/ModifyCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionVIMDatastoresCustomPropertiesModifyCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionVIMDatastoresCustomPropertiesModifyCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.VIM.DatastoresCustomProperties/DeleteCustomProperty": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionVIMDatastoresCustomPropertiesDeleteCustomProperty",
        "description": "The parameters and request body are for method: postInvokeOrionVIMDatastoresCustomPropertiesDeleteCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.VPN.L2LTunnel/SetFavorite": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionVPNL2LTunnelSetFavorite",
        "description": "The parameters and request body are for method: postInvokeOrionVPNL2LTunnelSetFavorite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ErrorCode": {
                      "type": "string"
                    },
                    "MaxFavoritesCount": {
                      "type": "number"
                    },
                    "IsSuccess": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "ErrorCode": "MaxCountExceeded",
                  "MaxFavoritesCount": 1,
                  "IsSuccess": false
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.VPN.L2LTunnel/RemoveFavorite": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionVPNL2LTunnelRemoveFavorite",
        "description": "The parameters and request body are for method: postInvokeOrionVPNL2LTunnelRemoveFavorite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ErrorCode": {
                      "type": "string"
                    },
                    "MaxFavoritesCount": {
                      "type": "number"
                    },
                    "IsSuccess": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "ErrorCode": "MaxCountExceeded",
                  "MaxFavoritesCount": 8,
                  "IsSuccess": false
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.WirelessHeatMap.Map/InsertMap": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionWirelessHeatMapMapInsertMap",
        "description": "The parameters and request body are for method: postInvokeOrionWirelessHeatMapMapInsertMap. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.WirelessHeatMap.Map/DeleteMap": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionWirelessHeatMapMapDeleteMap",
        "description": "The parameters and request body are for method: postInvokeOrionWirelessHeatMapMapDeleteMap. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.WirelessHeatMap.Map/SetMapError": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionWirelessHeatMapMapSetMapError",
        "description": "The parameters and request body are for method: postInvokeOrionWirelessHeatMapMapSetMapError. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.WirelessHeatMap.Map/FireMapGenerationIndication": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionWirelessHeatMapMapFireMapGenerationIndication",
        "description": "The parameters and request body are for method: postInvokeOrionWirelessHeatMapMapFireMapGenerationIndication. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.WirelessHeatMap.Map/PollAPSignalStrengthNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionWirelessHeatMapMapPollAPSignalStrengthNow",
        "description": "The parameters and request body are for method: postInvokeOrionWirelessHeatMapMapPollAPSignalStrengthNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object"
                  }
                },
                "example": [
                  {},
                  {}
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.WirelessHeatMap.Map/PollRPSignalStrengthNow": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionWirelessHeatMapMapPollRPSignalStrengthNow",
        "description": "The parameters and request body are for method: postInvokeOrionWirelessHeatMapMapPollRPSignalStrengthNow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object"
                  }
                },
                "example": [
                  {},
                  {},
                  {}
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.WirelessHeatMap.Map/StartClientSignalPoll": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionWirelessHeatMapMapStartClientSignalPoll",
        "description": "The parameters and request body are for method: postInvokeOrionWirelessHeatMapMapStartClientSignalPoll. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "number"
                      },
                      "Value": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": 8,
                    "Value": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ]
                  },
                  {
                    "Key": 5,
                    "Value": [
                      "string",
                      "string",
                      "string"
                    ]
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.WirelessHeatMap.Map/GetProgress": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionWirelessHeatMapMapGetProgress",
        "description": "The parameters and request body are for method: postInvokeOrionWirelessHeatMapMapGetProgress. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object"
                  }
                },
                "example": [
                  {}
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.WirelessHeatMap.Map/DeleteReferencePoints": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionWirelessHeatMapMapDeleteReferencePoints",
        "description": "The parameters and request body are for method: postInvokeOrionWirelessHeatMapMapDeleteReferencePoints. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.WirelessHeatMap.MapPoint/InsertMapPoint": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionWirelessHeatMapMapPointInsertMapPoint",
        "description": "The parameters and request body are for method: postInvokeOrionWirelessHeatMapMapPointInsertMapPoint. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.WirelessHeatMap.MapPoint/DeleteMapPoints": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionWirelessHeatMapMapPointDeleteMapPoints",
        "description": "The parameters and request body are for method: postInvokeOrionWirelessHeatMapMapPointDeleteMapPoints. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.WirelessHeatMap.MapPoint/DeleteMapPoint": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionWirelessHeatMapMapPointDeleteMapPoint",
        "description": "The parameters and request body are for method: postInvokeOrionWirelessHeatMapMapPointDeleteMapPoint. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.WirelessHeatMap.MapPoint/SyncMapPoints": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionWirelessHeatMapMapPointSyncMapPoints",
        "description": "The parameters and request body are for method: postInvokeOrionWirelessHeatMapMapPointSyncMapPoints. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Orion.WirelessHeatMap.ResourceLimitation/InsertResourceLimitation": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeOrionWirelessHeatMapResourceLimitationInsertResourceLimitation",
        "description": "The parameters and request body are for method: postInvokeOrionWirelessHeatMapResourceLimitationInsertResourceLimitation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/System.Indication/ReportIndication": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeSystemIndicationReportIndication",
        "description": "The parameters and request body are for method: postInvokeSystemIndicationReportIndication. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Metadata.Entity/GetAliases": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeMetadataEntityGetAliases",
        "description": "The parameters and request body are for method: postInvokeMetadataEntityGetAliases. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Key": {
                        "type": "string"
                      },
                      "Value": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Key": "string",
                    "Value": {}
                  },
                  {
                    "Key": "string",
                    "Value": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/Metadata.Entity/GetSchemaLoadTime": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeMetadataEntityGetSchemaLoadTime",
        "description": "The parameters and request body are for method: postInvokeMetadataEntityGetSchemaLoadTime. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/System.QueryPlanCache/Clear": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeSystemQueryPlanCacheClear",
        "description": "The parameters and request body are for method: postInvokeSystemQueryPlanCacheClear. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Invoke/System.ActiveQuery/CancelByClientSessionID": {
      "post": {
        "tags": [
          "Verbs"
        ],
        "operationId": "postInvokeSystemActiveQueryCancelByClientSessionID",
        "description": "The parameters and request body are for method: postInvokeSystemActiveQueryCancelByClientSessionID. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{swisUri}/CustomProperties": {
      "post": {
        "tags": [
          "CRUD"
        ],
        "operationId": "postCreateOrionNodeCustomProperty",
        "description": "The parameters and request body are for method: postCreateOrionNodeCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "swisUri",
            "in": "path",
            "required": true,
            "schema": {
              "title": "swisUri",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {}
  }
}