{
  "openapi": "3.1.0",
  "info": {
    "title": "",
    "version": "1.0.0"
  },
  "paths": {
    "/Alarm/{moId}/ReconfigureAlarm": {
      "post": {
        "tags": [
          "Alarm"
        ],
        "operationId": "postAlarmMoIdReconfigureAlarm",
        "description": "The parameters and request body are for method: postAlarmMoIdReconfigureAlarm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Alarm/{moId}/RemoveAlarm": {
      "post": {
        "tags": [
          "Alarm"
        ],
        "operationId": "postAlarmMoIdRemoveAlarm",
        "description": "The parameters and request body are for method: postAlarmMoIdRemoveAlarm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Alarm/{moId}/setCustomValue": {
      "post": {
        "tags": [
          "Alarm"
        ],
        "operationId": "postAlarmMoIdSetCustomValue",
        "description": "The parameters and request body are for method: postAlarmMoIdSetCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Alarm/{moId}/availableField": {
      "get": {
        "tags": [
          "Alarm"
        ],
        "operationId": "getAlarmMoIdAvailableField",
        "description": "The parameters and request body are for method: getAlarmMoIdAvailableField. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Alarm/{moId}/info": {
      "get": {
        "tags": [
          "Alarm"
        ],
        "operationId": "getAlarmMoIdInfo",
        "description": "The parameters and request body are for method: getAlarmMoIdInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Alarm/{moId}/value": {
      "get": {
        "tags": [
          "Alarm"
        ],
        "operationId": "getAlarmMoIdValue",
        "description": "The parameters and request body are for method: getAlarmMoIdValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/AlarmManager/{moId}/AcknowledgeAlarm": {
      "post": {
        "tags": [
          "AlarmManager"
        ],
        "operationId": "postAlarmManagerMoIdAcknowledgeAlarm",
        "description": "The parameters and request body are for method: postAlarmManagerMoIdAcknowledgeAlarm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/AlarmManager/{moId}/ClearTriggeredAlarms": {
      "post": {
        "tags": [
          "AlarmManager"
        ],
        "operationId": "postAlarmManagerMoIdClearTriggeredAlarms",
        "description": "The parameters and request body are for method: postAlarmManagerMoIdClearTriggeredAlarms. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/AlarmManager/{moId}/CreateAlarm": {
      "post": {
        "tags": [
          "AlarmManager"
        ],
        "operationId": "postAlarmManagerMoIdCreateAlarm",
        "description": "The parameters and request body are for method: postAlarmManagerMoIdCreateAlarm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/AlarmManager/{moId}/DisableAlarm": {
      "post": {
        "tags": [
          "AlarmManager"
        ],
        "operationId": "postAlarmManagerMoIdDisableAlarm",
        "description": "The parameters and request body are for method: postAlarmManagerMoIdDisableAlarm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/AlarmManager/{moId}/EnableAlarm": {
      "post": {
        "tags": [
          "AlarmManager"
        ],
        "operationId": "postAlarmManagerMoIdEnableAlarm",
        "description": "The parameters and request body are for method: postAlarmManagerMoIdEnableAlarm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/AlarmManager/{moId}/GetAlarm": {
      "post": {
        "tags": [
          "AlarmManager"
        ],
        "operationId": "postAlarmManagerMoIdGetAlarm",
        "description": "The parameters and request body are for method: postAlarmManagerMoIdGetAlarm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/AlarmManager/{moId}/AreAlarmActionsEnabled": {
      "post": {
        "tags": [
          "AlarmManager"
        ],
        "operationId": "postAlarmManagerMoIdAreAlarmActionsEnabled",
        "description": "The parameters and request body are for method: postAlarmManagerMoIdAreAlarmActionsEnabled. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/AlarmManager/{moId}/GetAlarmState": {
      "post": {
        "tags": [
          "AlarmManager"
        ],
        "operationId": "postAlarmManagerMoIdGetAlarmState",
        "description": "The parameters and request body are for method: postAlarmManagerMoIdGetAlarmState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/AlarmManager/{moId}/EnableAlarmActions": {
      "post": {
        "tags": [
          "AlarmManager"
        ],
        "operationId": "postAlarmManagerMoIdEnableAlarmActions",
        "description": "The parameters and request body are for method: postAlarmManagerMoIdEnableAlarmActions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/AlarmManager/{moId}/defaultExpression": {
      "get": {
        "tags": [
          "AlarmManager"
        ],
        "operationId": "getAlarmManagerMoIdDefaultExpression",
        "description": "The parameters and request body are for method: getAlarmManagerMoIdDefaultExpression. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/AlarmManager/{moId}/description": {
      "get": {
        "tags": [
          "AlarmManager"
        ],
        "operationId": "getAlarmManagerMoIdDescription",
        "description": "The parameters and request body are for method: getAlarmManagerMoIdDescription. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/AuthorizationManager/{moId}/AddAuthorizationRole": {
      "post": {
        "tags": [
          "AuthorizationManager"
        ],
        "operationId": "postAuthorizationManagerMoIdAddAuthorizationRole",
        "description": "The parameters and request body are for method: postAuthorizationManagerMoIdAddAuthorizationRole. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/AuthorizationManager/{moId}/FetchUserPrivilegeOnEntities": {
      "post": {
        "tags": [
          "AuthorizationManager"
        ],
        "operationId": "postAuthorizationManagerMoIdFetchUserPrivilegeOnEntities",
        "description": "The parameters and request body are for method: postAuthorizationManagerMoIdFetchUserPrivilegeOnEntities. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/AuthorizationManager/{moId}/HasPrivilegeOnEntities": {
      "post": {
        "tags": [
          "AuthorizationManager"
        ],
        "operationId": "postAuthorizationManagerMoIdHasPrivilegeOnEntities",
        "description": "The parameters and request body are for method: postAuthorizationManagerMoIdHasPrivilegeOnEntities. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/AuthorizationManager/{moId}/HasPrivilegeOnEntity": {
      "post": {
        "tags": [
          "AuthorizationManager"
        ],
        "operationId": "postAuthorizationManagerMoIdHasPrivilegeOnEntity",
        "description": "The parameters and request body are for method: postAuthorizationManagerMoIdHasPrivilegeOnEntity. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/AuthorizationManager/{moId}/HasUserPrivilegeOnEntities": {
      "post": {
        "tags": [
          "AuthorizationManager"
        ],
        "operationId": "postAuthorizationManagerMoIdHasUserPrivilegeOnEntities",
        "description": "The parameters and request body are for method: postAuthorizationManagerMoIdHasUserPrivilegeOnEntities. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/AuthorizationManager/{moId}/MergePermissions": {
      "post": {
        "tags": [
          "AuthorizationManager"
        ],
        "operationId": "postAuthorizationManagerMoIdMergePermissions",
        "description": "The parameters and request body are for method: postAuthorizationManagerMoIdMergePermissions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/AuthorizationManager/{moId}/RemoveEntityPermission": {
      "post": {
        "tags": [
          "AuthorizationManager"
        ],
        "operationId": "postAuthorizationManagerMoIdRemoveEntityPermission",
        "description": "The parameters and request body are for method: postAuthorizationManagerMoIdRemoveEntityPermission. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/AuthorizationManager/{moId}/RemoveAuthorizationRole": {
      "post": {
        "tags": [
          "AuthorizationManager"
        ],
        "operationId": "postAuthorizationManagerMoIdRemoveAuthorizationRole",
        "description": "The parameters and request body are for method: postAuthorizationManagerMoIdRemoveAuthorizationRole. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/AuthorizationManager/{moId}/ResetEntityPermissions": {
      "post": {
        "tags": [
          "AuthorizationManager"
        ],
        "operationId": "postAuthorizationManagerMoIdResetEntityPermissions",
        "description": "The parameters and request body are for method: postAuthorizationManagerMoIdResetEntityPermissions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/AuthorizationManager/{moId}/RetrieveAllPermissions": {
      "post": {
        "tags": [
          "AuthorizationManager"
        ],
        "operationId": "postAuthorizationManagerMoIdRetrieveAllPermissions",
        "description": "The parameters and request body are for method: postAuthorizationManagerMoIdRetrieveAllPermissions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/AuthorizationManager/{moId}/RetrieveEntityPermissions": {
      "post": {
        "tags": [
          "AuthorizationManager"
        ],
        "operationId": "postAuthorizationManagerMoIdRetrieveEntityPermissions",
        "description": "The parameters and request body are for method: postAuthorizationManagerMoIdRetrieveEntityPermissions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/AuthorizationManager/{moId}/RetrieveRolePermissions": {
      "post": {
        "tags": [
          "AuthorizationManager"
        ],
        "operationId": "postAuthorizationManagerMoIdRetrieveRolePermissions",
        "description": "The parameters and request body are for method: postAuthorizationManagerMoIdRetrieveRolePermissions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/AuthorizationManager/{moId}/SetEntityPermissions": {
      "post": {
        "tags": [
          "AuthorizationManager"
        ],
        "operationId": "postAuthorizationManagerMoIdSetEntityPermissions",
        "description": "The parameters and request body are for method: postAuthorizationManagerMoIdSetEntityPermissions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/AuthorizationManager/{moId}/UpdateAuthorizationRole": {
      "post": {
        "tags": [
          "AuthorizationManager"
        ],
        "operationId": "postAuthorizationManagerMoIdUpdateAuthorizationRole",
        "description": "The parameters and request body are for method: postAuthorizationManagerMoIdUpdateAuthorizationRole. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/AuthorizationManager/{moId}/description": {
      "get": {
        "tags": [
          "AuthorizationManager"
        ],
        "operationId": "getAuthorizationManagerMoIdDescription",
        "description": "The parameters and request body are for method: getAuthorizationManagerMoIdDescription. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/AuthorizationManager/{moId}/privilegeList": {
      "get": {
        "tags": [
          "AuthorizationManager"
        ],
        "operationId": "getAuthorizationManagerMoIdPrivilegeList",
        "description": "The parameters and request body are for method: getAuthorizationManagerMoIdPrivilegeList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/AuthorizationManager/{moId}/roleList": {
      "get": {
        "tags": [
          "AuthorizationManager"
        ],
        "operationId": "getAuthorizationManagerMoIdRoleList",
        "description": "The parameters and request body are for method: getAuthorizationManagerMoIdRoleList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/CertificateManager/{moId}/CertMgrRefreshCACertificatesAndCRLs_Task": {
      "post": {
        "tags": [
          "CertificateManager"
        ],
        "operationId": "postCertificateManagerMoIdCertMgrRefreshCACertificatesAndCRLsTask",
        "description": "The parameters and request body are for method: postCertificateManagerMoIdCertMgrRefreshCACertificatesAndCRLsTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CertificateManager/{moId}/CertMgrRefreshCertificates_Task": {
      "post": {
        "tags": [
          "CertificateManager"
        ],
        "operationId": "postCertificateManagerMoIdCertMgrRefreshCertificatesTask",
        "description": "The parameters and request body are for method: postCertificateManagerMoIdCertMgrRefreshCertificatesTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CertificateManager/{moId}/CertMgrRevokeCertificates_Task": {
      "post": {
        "tags": [
          "CertificateManager"
        ],
        "operationId": "postCertificateManagerMoIdCertMgrRevokeCertificatesTask",
        "description": "The parameters and request body are for method: postCertificateManagerMoIdCertMgrRevokeCertificatesTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/AbandonHciWorkflow": {
      "post": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "postClusterComputeResourceMoIdAbandonHciWorkflow",
        "description": "The parameters and request body are for method: postClusterComputeResourceMoIdAbandonHciWorkflow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/AddHost_Task": {
      "post": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "postClusterComputeResourceMoIdAddHostTask",
        "description": "The parameters and request body are for method: postClusterComputeResourceMoIdAddHostTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/ApplyRecommendation": {
      "post": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "postClusterComputeResourceMoIdApplyRecommendation",
        "description": "The parameters and request body are for method: postClusterComputeResourceMoIdApplyRecommendation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/CancelRecommendation": {
      "post": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "postClusterComputeResourceMoIdCancelRecommendation",
        "description": "The parameters and request body are for method: postClusterComputeResourceMoIdCancelRecommendation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/ConfigureHCI_Task": {
      "post": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "postClusterComputeResourceMoIdConfigureHCITask",
        "description": "The parameters and request body are for method: postClusterComputeResourceMoIdConfigureHCITask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/Destroy_Task": {
      "post": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "postClusterComputeResourceMoIdDestroyTask",
        "description": "The parameters and request body are for method: postClusterComputeResourceMoIdDestroyTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/ClusterEnterMaintenanceMode": {
      "post": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "postClusterComputeResourceMoIdClusterEnterMaintenanceMode",
        "description": "The parameters and request body are for method: postClusterComputeResourceMoIdClusterEnterMaintenanceMode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/EvcManager": {
      "post": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "postClusterComputeResourceMoIdEvcManager",
        "description": "The parameters and request body are for method: postClusterComputeResourceMoIdEvcManager. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/ExtendHCI_Task": {
      "post": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "postClusterComputeResourceMoIdExtendHCITask",
        "description": "The parameters and request body are for method: postClusterComputeResourceMoIdExtendHCITask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/FindRulesForVm": {
      "post": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "postClusterComputeResourceMoIdFindRulesForVm",
        "description": "The parameters and request body are for method: postClusterComputeResourceMoIdFindRulesForVm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/GetResourceUsage": {
      "post": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "postClusterComputeResourceMoIdGetResourceUsage",
        "description": "The parameters and request body are for method: postClusterComputeResourceMoIdGetResourceUsage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/GetSystemVMsRestrictedDatastores": {
      "post": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "postClusterComputeResourceMoIdGetSystemVMsRestrictedDatastores",
        "description": "The parameters and request body are for method: postClusterComputeResourceMoIdGetSystemVMsRestrictedDatastores. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/MoveHostInto_Task": {
      "post": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "postClusterComputeResourceMoIdMoveHostIntoTask",
        "description": "The parameters and request body are for method: postClusterComputeResourceMoIdMoveHostIntoTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/MoveInto_Task": {
      "post": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "postClusterComputeResourceMoIdMoveIntoTask",
        "description": "The parameters and request body are for method: postClusterComputeResourceMoIdMoveIntoTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/PlaceVm": {
      "post": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "postClusterComputeResourceMoIdPlaceVm",
        "description": "The parameters and request body are for method: postClusterComputeResourceMoIdPlaceVm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/RecommendHostsForVm": {
      "post": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "postClusterComputeResourceMoIdRecommendHostsForVm",
        "description": "The parameters and request body are for method: postClusterComputeResourceMoIdRecommendHostsForVm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/ReconfigureCluster_Task": {
      "post": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "postClusterComputeResourceMoIdReconfigureClusterTask",
        "description": "The parameters and request body are for method: postClusterComputeResourceMoIdReconfigureClusterTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/ReconfigureComputeResource_Task": {
      "post": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "postClusterComputeResourceMoIdReconfigureComputeResourceTask",
        "description": "The parameters and request body are for method: postClusterComputeResourceMoIdReconfigureComputeResourceTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/RefreshRecommendation": {
      "post": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "postClusterComputeResourceMoIdRefreshRecommendation",
        "description": "The parameters and request body are for method: postClusterComputeResourceMoIdRefreshRecommendation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/Reload": {
      "post": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "postClusterComputeResourceMoIdReload",
        "description": "The parameters and request body are for method: postClusterComputeResourceMoIdReload. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/Rename_Task": {
      "post": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "postClusterComputeResourceMoIdRenameTask",
        "description": "The parameters and request body are for method: postClusterComputeResourceMoIdRenameTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/RetrieveDasAdvancedRuntimeInfo": {
      "post": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "postClusterComputeResourceMoIdRetrieveDasAdvancedRuntimeInfo",
        "description": "The parameters and request body are for method: postClusterComputeResourceMoIdRetrieveDasAdvancedRuntimeInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/SetCryptoMode": {
      "post": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "postClusterComputeResourceMoIdSetCryptoMode",
        "description": "The parameters and request body are for method: postClusterComputeResourceMoIdSetCryptoMode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/setCustomValue": {
      "post": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "postClusterComputeResourceMoIdSetCustomValue",
        "description": "The parameters and request body are for method: postClusterComputeResourceMoIdSetCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/StampAllRulesWithUuid_Task": {
      "post": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "postClusterComputeResourceMoIdStampAllRulesWithUuidTask",
        "description": "The parameters and request body are for method: postClusterComputeResourceMoIdStampAllRulesWithUuidTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/ValidateHCIConfiguration": {
      "post": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "postClusterComputeResourceMoIdValidateHCIConfiguration",
        "description": "The parameters and request body are for method: postClusterComputeResourceMoIdValidateHCIConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/actionHistory": {
      "get": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "getClusterComputeResourceMoIdActionHistory",
        "description": "The parameters and request body are for method: getClusterComputeResourceMoIdActionHistory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/alarmActionsEnabled": {
      "get": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "getClusterComputeResourceMoIdAlarmActionsEnabled",
        "description": "The parameters and request body are for method: getClusterComputeResourceMoIdAlarmActionsEnabled. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/availableField": {
      "get": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "getClusterComputeResourceMoIdAvailableField",
        "description": "The parameters and request body are for method: getClusterComputeResourceMoIdAvailableField. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/configIssue": {
      "get": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "getClusterComputeResourceMoIdConfigIssue",
        "description": "The parameters and request body are for method: getClusterComputeResourceMoIdConfigIssue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/configManagerEnabled": {
      "get": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "getClusterComputeResourceMoIdConfigManagerEnabled",
        "description": "The parameters and request body are for method: getClusterComputeResourceMoIdConfigManagerEnabled. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/configStatus": {
      "get": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "getClusterComputeResourceMoIdConfigStatus",
        "description": "The parameters and request body are for method: getClusterComputeResourceMoIdConfigStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/configuration": {
      "get": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "getClusterComputeResourceMoIdConfiguration",
        "description": "The parameters and request body are for method: getClusterComputeResourceMoIdConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/configurationEx": {
      "get": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "getClusterComputeResourceMoIdConfigurationEx",
        "description": "The parameters and request body are for method: getClusterComputeResourceMoIdConfigurationEx. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/customValue": {
      "get": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "getClusterComputeResourceMoIdCustomValue",
        "description": "The parameters and request body are for method: getClusterComputeResourceMoIdCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/datastore": {
      "get": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "getClusterComputeResourceMoIdDatastore",
        "description": "The parameters and request body are for method: getClusterComputeResourceMoIdDatastore. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/declaredAlarmState": {
      "get": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "getClusterComputeResourceMoIdDeclaredAlarmState",
        "description": "The parameters and request body are for method: getClusterComputeResourceMoIdDeclaredAlarmState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/disabledMethod": {
      "get": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "getClusterComputeResourceMoIdDisabledMethod",
        "description": "The parameters and request body are for method: getClusterComputeResourceMoIdDisabledMethod. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/drsFault": {
      "get": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "getClusterComputeResourceMoIdDrsFault",
        "description": "The parameters and request body are for method: getClusterComputeResourceMoIdDrsFault. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/drsRecommendation": {
      "get": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "getClusterComputeResourceMoIdDrsRecommendation",
        "description": "The parameters and request body are for method: getClusterComputeResourceMoIdDrsRecommendation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/effectiveRole": {
      "get": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "getClusterComputeResourceMoIdEffectiveRole",
        "description": "The parameters and request body are for method: getClusterComputeResourceMoIdEffectiveRole. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/environmentBrowser": {
      "get": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "getClusterComputeResourceMoIdEnvironmentBrowser",
        "description": "The parameters and request body are for method: getClusterComputeResourceMoIdEnvironmentBrowser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/hciConfig": {
      "get": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "getClusterComputeResourceMoIdHciConfig",
        "description": "The parameters and request body are for method: getClusterComputeResourceMoIdHciConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/host": {
      "get": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "getClusterComputeResourceMoIdHost",
        "description": "The parameters and request body are for method: getClusterComputeResourceMoIdHost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/lifecycleManaged": {
      "get": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "getClusterComputeResourceMoIdLifecycleManaged",
        "description": "The parameters and request body are for method: getClusterComputeResourceMoIdLifecycleManaged. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/migrationHistory": {
      "get": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "getClusterComputeResourceMoIdMigrationHistory",
        "description": "The parameters and request body are for method: getClusterComputeResourceMoIdMigrationHistory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/name": {
      "get": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "getClusterComputeResourceMoIdName",
        "description": "The parameters and request body are for method: getClusterComputeResourceMoIdName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/network": {
      "get": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "getClusterComputeResourceMoIdNetwork",
        "description": "The parameters and request body are for method: getClusterComputeResourceMoIdNetwork. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/overallStatus": {
      "get": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "getClusterComputeResourceMoIdOverallStatus",
        "description": "The parameters and request body are for method: getClusterComputeResourceMoIdOverallStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/parent": {
      "get": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "getClusterComputeResourceMoIdParent",
        "description": "The parameters and request body are for method: getClusterComputeResourceMoIdParent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/permission": {
      "get": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "getClusterComputeResourceMoIdPermission",
        "description": "The parameters and request body are for method: getClusterComputeResourceMoIdPermission. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/recentTask": {
      "get": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "getClusterComputeResourceMoIdRecentTask",
        "description": "The parameters and request body are for method: getClusterComputeResourceMoIdRecentTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/recommendation": {
      "get": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "getClusterComputeResourceMoIdRecommendation",
        "description": "The parameters and request body are for method: getClusterComputeResourceMoIdRecommendation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/resourcePool": {
      "get": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "getClusterComputeResourceMoIdResourcePool",
        "description": "The parameters and request body are for method: getClusterComputeResourceMoIdResourcePool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/summary": {
      "get": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "getClusterComputeResourceMoIdSummary",
        "description": "The parameters and request body are for method: getClusterComputeResourceMoIdSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/summaryEx": {
      "get": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "getClusterComputeResourceMoIdSummaryEx",
        "description": "The parameters and request body are for method: getClusterComputeResourceMoIdSummaryEx. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/tag": {
      "get": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "getClusterComputeResourceMoIdTag",
        "description": "The parameters and request body are for method: getClusterComputeResourceMoIdTag. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/triggeredAlarmState": {
      "get": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "getClusterComputeResourceMoIdTriggeredAlarmState",
        "description": "The parameters and request body are for method: getClusterComputeResourceMoIdTriggeredAlarmState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterComputeResource/{moId}/value": {
      "get": {
        "tags": [
          "ClusterComputeResource"
        ],
        "operationId": "getClusterComputeResourceMoIdValue",
        "description": "The parameters and request body are for method: getClusterComputeResourceMoIdValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterEVCManager/{moId}/CheckAddHostEvc_Task": {
      "post": {
        "tags": [
          "ClusterEVCManager"
        ],
        "operationId": "postClusterEVCManagerMoIdCheckAddHostEvcTask",
        "description": "The parameters and request body are for method: postClusterEVCManagerMoIdCheckAddHostEvcTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ClusterEVCManager/{moId}/CheckConfigureEvcMode_Task": {
      "post": {
        "tags": [
          "ClusterEVCManager"
        ],
        "operationId": "postClusterEVCManagerMoIdCheckConfigureEvcModeTask",
        "description": "The parameters and request body are for method: postClusterEVCManagerMoIdCheckConfigureEvcModeTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ClusterEVCManager/{moId}/ConfigureEvcMode_Task": {
      "post": {
        "tags": [
          "ClusterEVCManager"
        ],
        "operationId": "postClusterEVCManagerMoIdConfigureEvcModeTask",
        "description": "The parameters and request body are for method: postClusterEVCManagerMoIdConfigureEvcModeTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ClusterEVCManager/{moId}/DisableEvcMode_Task": {
      "post": {
        "tags": [
          "ClusterEVCManager"
        ],
        "operationId": "postClusterEVCManagerMoIdDisableEvcModeTask",
        "description": "The parameters and request body are for method: postClusterEVCManagerMoIdDisableEvcModeTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterEVCManager/{moId}/setCustomValue": {
      "post": {
        "tags": [
          "ClusterEVCManager"
        ],
        "operationId": "postClusterEVCManagerMoIdSetCustomValue",
        "description": "The parameters and request body are for method: postClusterEVCManagerMoIdSetCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ClusterEVCManager/{moId}/availableField": {
      "get": {
        "tags": [
          "ClusterEVCManager"
        ],
        "operationId": "getClusterEVCManagerMoIdAvailableField",
        "description": "The parameters and request body are for method: getClusterEVCManagerMoIdAvailableField. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterEVCManager/{moId}/evcState": {
      "get": {
        "tags": [
          "ClusterEVCManager"
        ],
        "operationId": "getClusterEVCManagerMoIdEvcState",
        "description": "The parameters and request body are for method: getClusterEVCManagerMoIdEvcState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterEVCManager/{moId}/managedCluster": {
      "get": {
        "tags": [
          "ClusterEVCManager"
        ],
        "operationId": "getClusterEVCManagerMoIdManagedCluster",
        "description": "The parameters and request body are for method: getClusterEVCManagerMoIdManagedCluster. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterEVCManager/{moId}/value": {
      "get": {
        "tags": [
          "ClusterEVCManager"
        ],
        "operationId": "getClusterEVCManagerMoIdValue",
        "description": "The parameters and request body are for method: getClusterEVCManagerMoIdValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterProfile/{moId}/AssociateProfile": {
      "post": {
        "tags": [
          "ClusterProfile"
        ],
        "operationId": "postClusterProfileMoIdAssociateProfile",
        "description": "The parameters and request body are for method: postClusterProfileMoIdAssociateProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ClusterProfile/{moId}/CheckProfileCompliance_Task": {
      "post": {
        "tags": [
          "ClusterProfile"
        ],
        "operationId": "postClusterProfileMoIdCheckProfileComplianceTask",
        "description": "The parameters and request body are for method: postClusterProfileMoIdCheckProfileComplianceTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ClusterProfile/{moId}/DestroyProfile": {
      "post": {
        "tags": [
          "ClusterProfile"
        ],
        "operationId": "postClusterProfileMoIdDestroyProfile",
        "description": "The parameters and request body are for method: postClusterProfileMoIdDestroyProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterProfile/{moId}/DissociateProfile": {
      "post": {
        "tags": [
          "ClusterProfile"
        ],
        "operationId": "postClusterProfileMoIdDissociateProfile",
        "description": "The parameters and request body are for method: postClusterProfileMoIdDissociateProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ClusterProfile/{moId}/ExportProfile": {
      "post": {
        "tags": [
          "ClusterProfile"
        ],
        "operationId": "postClusterProfileMoIdExportProfile",
        "description": "The parameters and request body are for method: postClusterProfileMoIdExportProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterProfile/{moId}/RetrieveDescription": {
      "post": {
        "tags": [
          "ClusterProfile"
        ],
        "operationId": "postClusterProfileMoIdRetrieveDescription",
        "description": "The parameters and request body are for method: postClusterProfileMoIdRetrieveDescription. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterProfile/{moId}/UpdateClusterProfile": {
      "post": {
        "tags": [
          "ClusterProfile"
        ],
        "operationId": "postClusterProfileMoIdUpdateClusterProfile",
        "description": "The parameters and request body are for method: postClusterProfileMoIdUpdateClusterProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ClusterProfile/{moId}/complianceStatus": {
      "get": {
        "tags": [
          "ClusterProfile"
        ],
        "operationId": "getClusterProfileMoIdComplianceStatus",
        "description": "The parameters and request body are for method: getClusterProfileMoIdComplianceStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterProfile/{moId}/config": {
      "get": {
        "tags": [
          "ClusterProfile"
        ],
        "operationId": "getClusterProfileMoIdConfig",
        "description": "The parameters and request body are for method: getClusterProfileMoIdConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterProfile/{moId}/createdTime": {
      "get": {
        "tags": [
          "ClusterProfile"
        ],
        "operationId": "getClusterProfileMoIdCreatedTime",
        "description": "The parameters and request body are for method: getClusterProfileMoIdCreatedTime. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterProfile/{moId}/description": {
      "get": {
        "tags": [
          "ClusterProfile"
        ],
        "operationId": "getClusterProfileMoIdDescription",
        "description": "The parameters and request body are for method: getClusterProfileMoIdDescription. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterProfile/{moId}/entity": {
      "get": {
        "tags": [
          "ClusterProfile"
        ],
        "operationId": "getClusterProfileMoIdEntity",
        "description": "The parameters and request body are for method: getClusterProfileMoIdEntity. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterProfile/{moId}/modifiedTime": {
      "get": {
        "tags": [
          "ClusterProfile"
        ],
        "operationId": "getClusterProfileMoIdModifiedTime",
        "description": "The parameters and request body are for method: getClusterProfileMoIdModifiedTime. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterProfile/{moId}/name": {
      "get": {
        "tags": [
          "ClusterProfile"
        ],
        "operationId": "getClusterProfileMoIdName",
        "description": "The parameters and request body are for method: getClusterProfileMoIdName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ClusterProfileManager/{moId}/CreateProfile": {
      "post": {
        "tags": [
          "ClusterProfileManager"
        ],
        "operationId": "postClusterProfileManagerMoIdCreateProfile",
        "description": "The parameters and request body are for method: postClusterProfileManagerMoIdCreateProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ClusterProfileManager/{moId}/FindAssociatedProfile": {
      "post": {
        "tags": [
          "ClusterProfileManager"
        ],
        "operationId": "postClusterProfileManagerMoIdFindAssociatedProfile",
        "description": "The parameters and request body are for method: postClusterProfileManagerMoIdFindAssociatedProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ClusterProfileManager/{moId}/QueryPolicyMetadata": {
      "post": {
        "tags": [
          "ClusterProfileManager"
        ],
        "operationId": "postClusterProfileManagerMoIdQueryPolicyMetadata",
        "description": "The parameters and request body are for method: postClusterProfileManagerMoIdQueryPolicyMetadata. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ClusterProfileManager/{moId}/profile": {
      "get": {
        "tags": [
          "ClusterProfileManager"
        ],
        "operationId": "getClusterProfileManagerMoIdProfile",
        "description": "The parameters and request body are for method: getClusterProfileManagerMoIdProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ComputeResource/{moId}/Destroy_Task": {
      "post": {
        "tags": [
          "ComputeResource"
        ],
        "operationId": "postComputeResourceMoIdDestroyTask",
        "description": "The parameters and request body are for method: postComputeResourceMoIdDestroyTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ComputeResource/{moId}/ReconfigureComputeResource_Task": {
      "post": {
        "tags": [
          "ComputeResource"
        ],
        "operationId": "postComputeResourceMoIdReconfigureComputeResourceTask",
        "description": "The parameters and request body are for method: postComputeResourceMoIdReconfigureComputeResourceTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ComputeResource/{moId}/Reload": {
      "post": {
        "tags": [
          "ComputeResource"
        ],
        "operationId": "postComputeResourceMoIdReload",
        "description": "The parameters and request body are for method: postComputeResourceMoIdReload. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ComputeResource/{moId}/Rename_Task": {
      "post": {
        "tags": [
          "ComputeResource"
        ],
        "operationId": "postComputeResourceMoIdRenameTask",
        "description": "The parameters and request body are for method: postComputeResourceMoIdRenameTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ComputeResource/{moId}/setCustomValue": {
      "post": {
        "tags": [
          "ComputeResource"
        ],
        "operationId": "postComputeResourceMoIdSetCustomValue",
        "description": "The parameters and request body are for method: postComputeResourceMoIdSetCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ComputeResource/{moId}/alarmActionsEnabled": {
      "get": {
        "tags": [
          "ComputeResource"
        ],
        "operationId": "getComputeResourceMoIdAlarmActionsEnabled",
        "description": "The parameters and request body are for method: getComputeResourceMoIdAlarmActionsEnabled. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ComputeResource/{moId}/availableField": {
      "get": {
        "tags": [
          "ComputeResource"
        ],
        "operationId": "getComputeResourceMoIdAvailableField",
        "description": "The parameters and request body are for method: getComputeResourceMoIdAvailableField. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ComputeResource/{moId}/configIssue": {
      "get": {
        "tags": [
          "ComputeResource"
        ],
        "operationId": "getComputeResourceMoIdConfigIssue",
        "description": "The parameters and request body are for method: getComputeResourceMoIdConfigIssue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ComputeResource/{moId}/configManagerEnabled": {
      "get": {
        "tags": [
          "ComputeResource"
        ],
        "operationId": "getComputeResourceMoIdConfigManagerEnabled",
        "description": "The parameters and request body are for method: getComputeResourceMoIdConfigManagerEnabled. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ComputeResource/{moId}/configStatus": {
      "get": {
        "tags": [
          "ComputeResource"
        ],
        "operationId": "getComputeResourceMoIdConfigStatus",
        "description": "The parameters and request body are for method: getComputeResourceMoIdConfigStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ComputeResource/{moId}/configurationEx": {
      "get": {
        "tags": [
          "ComputeResource"
        ],
        "operationId": "getComputeResourceMoIdConfigurationEx",
        "description": "The parameters and request body are for method: getComputeResourceMoIdConfigurationEx. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ComputeResource/{moId}/customValue": {
      "get": {
        "tags": [
          "ComputeResource"
        ],
        "operationId": "getComputeResourceMoIdCustomValue",
        "description": "The parameters and request body are for method: getComputeResourceMoIdCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ComputeResource/{moId}/datastore": {
      "get": {
        "tags": [
          "ComputeResource"
        ],
        "operationId": "getComputeResourceMoIdDatastore",
        "description": "The parameters and request body are for method: getComputeResourceMoIdDatastore. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ComputeResource/{moId}/declaredAlarmState": {
      "get": {
        "tags": [
          "ComputeResource"
        ],
        "operationId": "getComputeResourceMoIdDeclaredAlarmState",
        "description": "The parameters and request body are for method: getComputeResourceMoIdDeclaredAlarmState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ComputeResource/{moId}/disabledMethod": {
      "get": {
        "tags": [
          "ComputeResource"
        ],
        "operationId": "getComputeResourceMoIdDisabledMethod",
        "description": "The parameters and request body are for method: getComputeResourceMoIdDisabledMethod. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ComputeResource/{moId}/effectiveRole": {
      "get": {
        "tags": [
          "ComputeResource"
        ],
        "operationId": "getComputeResourceMoIdEffectiveRole",
        "description": "The parameters and request body are for method: getComputeResourceMoIdEffectiveRole. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ComputeResource/{moId}/environmentBrowser": {
      "get": {
        "tags": [
          "ComputeResource"
        ],
        "operationId": "getComputeResourceMoIdEnvironmentBrowser",
        "description": "The parameters and request body are for method: getComputeResourceMoIdEnvironmentBrowser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ComputeResource/{moId}/host": {
      "get": {
        "tags": [
          "ComputeResource"
        ],
        "operationId": "getComputeResourceMoIdHost",
        "description": "The parameters and request body are for method: getComputeResourceMoIdHost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ComputeResource/{moId}/lifecycleManaged": {
      "get": {
        "tags": [
          "ComputeResource"
        ],
        "operationId": "getComputeResourceMoIdLifecycleManaged",
        "description": "The parameters and request body are for method: getComputeResourceMoIdLifecycleManaged. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ComputeResource/{moId}/name": {
      "get": {
        "tags": [
          "ComputeResource"
        ],
        "operationId": "getComputeResourceMoIdName",
        "description": "The parameters and request body are for method: getComputeResourceMoIdName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ComputeResource/{moId}/network": {
      "get": {
        "tags": [
          "ComputeResource"
        ],
        "operationId": "getComputeResourceMoIdNetwork",
        "description": "The parameters and request body are for method: getComputeResourceMoIdNetwork. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ComputeResource/{moId}/overallStatus": {
      "get": {
        "tags": [
          "ComputeResource"
        ],
        "operationId": "getComputeResourceMoIdOverallStatus",
        "description": "The parameters and request body are for method: getComputeResourceMoIdOverallStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ComputeResource/{moId}/parent": {
      "get": {
        "tags": [
          "ComputeResource"
        ],
        "operationId": "getComputeResourceMoIdParent",
        "description": "The parameters and request body are for method: getComputeResourceMoIdParent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ComputeResource/{moId}/permission": {
      "get": {
        "tags": [
          "ComputeResource"
        ],
        "operationId": "getComputeResourceMoIdPermission",
        "description": "The parameters and request body are for method: getComputeResourceMoIdPermission. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ComputeResource/{moId}/recentTask": {
      "get": {
        "tags": [
          "ComputeResource"
        ],
        "operationId": "getComputeResourceMoIdRecentTask",
        "description": "The parameters and request body are for method: getComputeResourceMoIdRecentTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ComputeResource/{moId}/resourcePool": {
      "get": {
        "tags": [
          "ComputeResource"
        ],
        "operationId": "getComputeResourceMoIdResourcePool",
        "description": "The parameters and request body are for method: getComputeResourceMoIdResourcePool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ComputeResource/{moId}/summary": {
      "get": {
        "tags": [
          "ComputeResource"
        ],
        "operationId": "getComputeResourceMoIdSummary",
        "description": "The parameters and request body are for method: getComputeResourceMoIdSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ComputeResource/{moId}/tag": {
      "get": {
        "tags": [
          "ComputeResource"
        ],
        "operationId": "getComputeResourceMoIdTag",
        "description": "The parameters and request body are for method: getComputeResourceMoIdTag. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ComputeResource/{moId}/triggeredAlarmState": {
      "get": {
        "tags": [
          "ComputeResource"
        ],
        "operationId": "getComputeResourceMoIdTriggeredAlarmState",
        "description": "The parameters and request body are for method: getComputeResourceMoIdTriggeredAlarmState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ComputeResource/{moId}/value": {
      "get": {
        "tags": [
          "ComputeResource"
        ],
        "operationId": "getComputeResourceMoIdValue",
        "description": "The parameters and request body are for method: getComputeResourceMoIdValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ContainerView/{moId}/DestroyView": {
      "post": {
        "tags": [
          "ContainerView"
        ],
        "operationId": "postContainerViewMoIdDestroyView",
        "description": "The parameters and request body are for method: postContainerViewMoIdDestroyView. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ContainerView/{moId}/container": {
      "get": {
        "tags": [
          "ContainerView"
        ],
        "operationId": "getContainerViewMoIdContainer",
        "description": "The parameters and request body are for method: getContainerViewMoIdContainer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ContainerView/{moId}/recursive": {
      "get": {
        "tags": [
          "ContainerView"
        ],
        "operationId": "getContainerViewMoIdRecursive",
        "description": "The parameters and request body are for method: getContainerViewMoIdRecursive. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ContainerView/{moId}/type": {
      "get": {
        "tags": [
          "ContainerView"
        ],
        "operationId": "getContainerViewMoIdType",
        "description": "The parameters and request body are for method: getContainerViewMoIdType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ContainerView/{moId}/view": {
      "get": {
        "tags": [
          "ContainerView"
        ],
        "operationId": "getContainerViewMoIdView",
        "description": "The parameters and request body are for method: getContainerViewMoIdView. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/CryptoManager/{moId}/AddKey": {
      "post": {
        "tags": [
          "CryptoManager"
        ],
        "operationId": "postCryptoManagerMoIdAddKey",
        "description": "The parameters and request body are for method: postCryptoManagerMoIdAddKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManager/{moId}/AddKeys": {
      "post": {
        "tags": [
          "CryptoManager"
        ],
        "operationId": "postCryptoManagerMoIdAddKeys",
        "description": "The parameters and request body are for method: postCryptoManagerMoIdAddKeys. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManager/{moId}/ListKeys": {
      "post": {
        "tags": [
          "CryptoManager"
        ],
        "operationId": "postCryptoManagerMoIdListKeys",
        "description": "The parameters and request body are for method: postCryptoManagerMoIdListKeys. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManager/{moId}/RemoveKey": {
      "post": {
        "tags": [
          "CryptoManager"
        ],
        "operationId": "postCryptoManagerMoIdRemoveKey",
        "description": "The parameters and request body are for method: postCryptoManagerMoIdRemoveKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManager/{moId}/RemoveKeys": {
      "post": {
        "tags": [
          "CryptoManager"
        ],
        "operationId": "postCryptoManagerMoIdRemoveKeys",
        "description": "The parameters and request body are for method: postCryptoManagerMoIdRemoveKeys. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManager/{moId}/enabled": {
      "get": {
        "tags": [
          "CryptoManager"
        ],
        "operationId": "getCryptoManagerMoIdEnabled",
        "description": "The parameters and request body are for method: getCryptoManagerMoIdEnabled. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/CryptoManagerHost/{moId}/AddKey": {
      "post": {
        "tags": [
          "CryptoManagerHost"
        ],
        "operationId": "postCryptoManagerHostMoIdAddKey",
        "description": "The parameters and request body are for method: postCryptoManagerHostMoIdAddKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerHost/{moId}/AddKeys": {
      "post": {
        "tags": [
          "CryptoManagerHost"
        ],
        "operationId": "postCryptoManagerHostMoIdAddKeys",
        "description": "The parameters and request body are for method: postCryptoManagerHostMoIdAddKeys. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerHost/{moId}/ChangeKey_Task": {
      "post": {
        "tags": [
          "CryptoManagerHost"
        ],
        "operationId": "postCryptoManagerHostMoIdChangeKeyTask",
        "description": "The parameters and request body are for method: postCryptoManagerHostMoIdChangeKeyTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerHost/{moId}/CryptoManagerHostDisable": {
      "post": {
        "tags": [
          "CryptoManagerHost"
        ],
        "operationId": "postCryptoManagerHostMoIdCryptoManagerHostDisable",
        "description": "The parameters and request body are for method: postCryptoManagerHostMoIdCryptoManagerHostDisable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/CryptoManagerHost/{moId}/CryptoManagerHostEnable": {
      "post": {
        "tags": [
          "CryptoManagerHost"
        ],
        "operationId": "postCryptoManagerHostMoIdCryptoManagerHostEnable",
        "description": "The parameters and request body are for method: postCryptoManagerHostMoIdCryptoManagerHostEnable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerHost/{moId}/GetCryptoKeyStatus": {
      "post": {
        "tags": [
          "CryptoManagerHost"
        ],
        "operationId": "postCryptoManagerHostMoIdGetCryptoKeyStatus",
        "description": "The parameters and request body are for method: postCryptoManagerHostMoIdGetCryptoKeyStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerHost/{moId}/ListKeys": {
      "post": {
        "tags": [
          "CryptoManagerHost"
        ],
        "operationId": "postCryptoManagerHostMoIdListKeys",
        "description": "The parameters and request body are for method: postCryptoManagerHostMoIdListKeys. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerHost/{moId}/CryptoManagerHostPrepare": {
      "post": {
        "tags": [
          "CryptoManagerHost"
        ],
        "operationId": "postCryptoManagerHostMoIdCryptoManagerHostPrepare",
        "description": "The parameters and request body are for method: postCryptoManagerHostMoIdCryptoManagerHostPrepare. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/CryptoManagerHost/{moId}/RemoveKey": {
      "post": {
        "tags": [
          "CryptoManagerHost"
        ],
        "operationId": "postCryptoManagerHostMoIdRemoveKey",
        "description": "The parameters and request body are for method: postCryptoManagerHostMoIdRemoveKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerHost/{moId}/RemoveKeys": {
      "post": {
        "tags": [
          "CryptoManagerHost"
        ],
        "operationId": "postCryptoManagerHostMoIdRemoveKeys",
        "description": "The parameters and request body are for method: postCryptoManagerHostMoIdRemoveKeys. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerHost/{moId}/enabled": {
      "get": {
        "tags": [
          "CryptoManagerHost"
        ],
        "operationId": "getCryptoManagerHostMoIdEnabled",
        "description": "The parameters and request body are for method: getCryptoManagerHostMoIdEnabled. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/CryptoManagerHostKMS/{moId}/AddKey": {
      "post": {
        "tags": [
          "CryptoManagerHostKMS"
        ],
        "operationId": "postCryptoManagerHostKMSMoIdAddKey",
        "description": "The parameters and request body are for method: postCryptoManagerHostKMSMoIdAddKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerHostKMS/{moId}/AddKeys": {
      "post": {
        "tags": [
          "CryptoManagerHostKMS"
        ],
        "operationId": "postCryptoManagerHostKMSMoIdAddKeys",
        "description": "The parameters and request body are for method: postCryptoManagerHostKMSMoIdAddKeys. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerHostKMS/{moId}/ChangeKey_Task": {
      "post": {
        "tags": [
          "CryptoManagerHostKMS"
        ],
        "operationId": "postCryptoManagerHostKMSMoIdChangeKeyTask",
        "description": "The parameters and request body are for method: postCryptoManagerHostKMSMoIdChangeKeyTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerHostKMS/{moId}/CryptoManagerHostDisable": {
      "post": {
        "tags": [
          "CryptoManagerHostKMS"
        ],
        "operationId": "postCryptoManagerHostKMSMoIdCryptoManagerHostDisable",
        "description": "The parameters and request body are for method: postCryptoManagerHostKMSMoIdCryptoManagerHostDisable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/CryptoManagerHostKMS/{moId}/CryptoManagerHostEnable": {
      "post": {
        "tags": [
          "CryptoManagerHostKMS"
        ],
        "operationId": "postCryptoManagerHostKMSMoIdCryptoManagerHostEnable",
        "description": "The parameters and request body are for method: postCryptoManagerHostKMSMoIdCryptoManagerHostEnable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerHostKMS/{moId}/GetCryptoKeyStatus": {
      "post": {
        "tags": [
          "CryptoManagerHostKMS"
        ],
        "operationId": "postCryptoManagerHostKMSMoIdGetCryptoKeyStatus",
        "description": "The parameters and request body are for method: postCryptoManagerHostKMSMoIdGetCryptoKeyStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerHostKMS/{moId}/ListKeys": {
      "post": {
        "tags": [
          "CryptoManagerHostKMS"
        ],
        "operationId": "postCryptoManagerHostKMSMoIdListKeys",
        "description": "The parameters and request body are for method: postCryptoManagerHostKMSMoIdListKeys. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerHostKMS/{moId}/CryptoManagerHostPrepare": {
      "post": {
        "tags": [
          "CryptoManagerHostKMS"
        ],
        "operationId": "postCryptoManagerHostKMSMoIdCryptoManagerHostPrepare",
        "description": "The parameters and request body are for method: postCryptoManagerHostKMSMoIdCryptoManagerHostPrepare. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/CryptoManagerHostKMS/{moId}/RemoveKey": {
      "post": {
        "tags": [
          "CryptoManagerHostKMS"
        ],
        "operationId": "postCryptoManagerHostKMSMoIdRemoveKey",
        "description": "The parameters and request body are for method: postCryptoManagerHostKMSMoIdRemoveKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerHostKMS/{moId}/RemoveKeys": {
      "post": {
        "tags": [
          "CryptoManagerHostKMS"
        ],
        "operationId": "postCryptoManagerHostKMSMoIdRemoveKeys",
        "description": "The parameters and request body are for method: postCryptoManagerHostKMSMoIdRemoveKeys. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerHostKMS/{moId}/enabled": {
      "get": {
        "tags": [
          "CryptoManagerHostKMS"
        ],
        "operationId": "getCryptoManagerHostKMSMoIdEnabled",
        "description": "The parameters and request body are for method: getCryptoManagerHostKMSMoIdEnabled. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/CryptoManagerKmip/{moId}/IsKmsClusterActive": {
      "post": {
        "tags": [
          "CryptoManagerKmip"
        ],
        "operationId": "postCryptoManagerKmipMoIdIsKmsClusterActive",
        "description": "The parameters and request body are for method: postCryptoManagerKmipMoIdIsKmsClusterActive. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerKmip/{moId}/AddKey": {
      "post": {
        "tags": [
          "CryptoManagerKmip"
        ],
        "operationId": "postCryptoManagerKmipMoIdAddKey",
        "description": "The parameters and request body are for method: postCryptoManagerKmipMoIdAddKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerKmip/{moId}/AddKeys": {
      "post": {
        "tags": [
          "CryptoManagerKmip"
        ],
        "operationId": "postCryptoManagerKmipMoIdAddKeys",
        "description": "The parameters and request body are for method: postCryptoManagerKmipMoIdAddKeys. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerKmip/{moId}/GenerateClientCsr": {
      "post": {
        "tags": [
          "CryptoManagerKmip"
        ],
        "operationId": "postCryptoManagerKmipMoIdGenerateClientCsr",
        "description": "The parameters and request body are for method: postCryptoManagerKmipMoIdGenerateClientCsr. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerKmip/{moId}/GenerateKey": {
      "post": {
        "tags": [
          "CryptoManagerKmip"
        ],
        "operationId": "postCryptoManagerKmipMoIdGenerateKey",
        "description": "The parameters and request body are for method: postCryptoManagerKmipMoIdGenerateKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerKmip/{moId}/GenerateSelfSignedClientCert": {
      "post": {
        "tags": [
          "CryptoManagerKmip"
        ],
        "operationId": "postCryptoManagerKmipMoIdGenerateSelfSignedClientCert",
        "description": "The parameters and request body are for method: postCryptoManagerKmipMoIdGenerateSelfSignedClientCert. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerKmip/{moId}/GetDefaultKmsCluster": {
      "post": {
        "tags": [
          "CryptoManagerKmip"
        ],
        "operationId": "postCryptoManagerKmipMoIdGetDefaultKmsCluster",
        "description": "The parameters and request body are for method: postCryptoManagerKmipMoIdGetDefaultKmsCluster. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerKmip/{moId}/ListKeys": {
      "post": {
        "tags": [
          "CryptoManagerKmip"
        ],
        "operationId": "postCryptoManagerKmipMoIdListKeys",
        "description": "The parameters and request body are for method: postCryptoManagerKmipMoIdListKeys. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerKmip/{moId}/ListKmipServers": {
      "post": {
        "tags": [
          "CryptoManagerKmip"
        ],
        "operationId": "postCryptoManagerKmipMoIdListKmipServers",
        "description": "The parameters and request body are for method: postCryptoManagerKmipMoIdListKmipServers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerKmip/{moId}/ListKmsClusters": {
      "post": {
        "tags": [
          "CryptoManagerKmip"
        ],
        "operationId": "postCryptoManagerKmipMoIdListKmsClusters",
        "description": "The parameters and request body are for method: postCryptoManagerKmipMoIdListKmsClusters. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerKmip/{moId}/MarkDefault": {
      "post": {
        "tags": [
          "CryptoManagerKmip"
        ],
        "operationId": "postCryptoManagerKmipMoIdMarkDefault",
        "description": "The parameters and request body are for method: postCryptoManagerKmipMoIdMarkDefault. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerKmip/{moId}/QueryCryptoKeyStatus": {
      "post": {
        "tags": [
          "CryptoManagerKmip"
        ],
        "operationId": "postCryptoManagerKmipMoIdQueryCryptoKeyStatus",
        "description": "The parameters and request body are for method: postCryptoManagerKmipMoIdQueryCryptoKeyStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerKmip/{moId}/RegisterKmipServer": {
      "post": {
        "tags": [
          "CryptoManagerKmip"
        ],
        "operationId": "postCryptoManagerKmipMoIdRegisterKmipServer",
        "description": "The parameters and request body are for method: postCryptoManagerKmipMoIdRegisterKmipServer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerKmip/{moId}/RegisterKmsCluster": {
      "post": {
        "tags": [
          "CryptoManagerKmip"
        ],
        "operationId": "postCryptoManagerKmipMoIdRegisterKmsCluster",
        "description": "The parameters and request body are for method: postCryptoManagerKmipMoIdRegisterKmsCluster. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerKmip/{moId}/RemoveKey": {
      "post": {
        "tags": [
          "CryptoManagerKmip"
        ],
        "operationId": "postCryptoManagerKmipMoIdRemoveKey",
        "description": "The parameters and request body are for method: postCryptoManagerKmipMoIdRemoveKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerKmip/{moId}/RemoveKeys": {
      "post": {
        "tags": [
          "CryptoManagerKmip"
        ],
        "operationId": "postCryptoManagerKmipMoIdRemoveKeys",
        "description": "The parameters and request body are for method: postCryptoManagerKmipMoIdRemoveKeys. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerKmip/{moId}/RemoveKmipServer": {
      "post": {
        "tags": [
          "CryptoManagerKmip"
        ],
        "operationId": "postCryptoManagerKmipMoIdRemoveKmipServer",
        "description": "The parameters and request body are for method: postCryptoManagerKmipMoIdRemoveKmipServer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerKmip/{moId}/RetrieveClientCert": {
      "post": {
        "tags": [
          "CryptoManagerKmip"
        ],
        "operationId": "postCryptoManagerKmipMoIdRetrieveClientCert",
        "description": "The parameters and request body are for method: postCryptoManagerKmipMoIdRetrieveClientCert. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerKmip/{moId}/RetrieveClientCsr": {
      "post": {
        "tags": [
          "CryptoManagerKmip"
        ],
        "operationId": "postCryptoManagerKmipMoIdRetrieveClientCsr",
        "description": "The parameters and request body are for method: postCryptoManagerKmipMoIdRetrieveClientCsr. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerKmip/{moId}/RetrieveKmipServerCert": {
      "post": {
        "tags": [
          "CryptoManagerKmip"
        ],
        "operationId": "postCryptoManagerKmipMoIdRetrieveKmipServerCert",
        "description": "The parameters and request body are for method: postCryptoManagerKmipMoIdRetrieveKmipServerCert. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerKmip/{moId}/RetrieveKmipServersStatus_Task": {
      "post": {
        "tags": [
          "CryptoManagerKmip"
        ],
        "operationId": "postCryptoManagerKmipMoIdRetrieveKmipServersStatusTask",
        "description": "The parameters and request body are for method: postCryptoManagerKmipMoIdRetrieveKmipServersStatusTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerKmip/{moId}/RetrieveSelfSignedClientCert": {
      "post": {
        "tags": [
          "CryptoManagerKmip"
        ],
        "operationId": "postCryptoManagerKmipMoIdRetrieveSelfSignedClientCert",
        "description": "The parameters and request body are for method: postCryptoManagerKmipMoIdRetrieveSelfSignedClientCert. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerKmip/{moId}/SetDefaultKmsCluster": {
      "post": {
        "tags": [
          "CryptoManagerKmip"
        ],
        "operationId": "postCryptoManagerKmipMoIdSetDefaultKmsCluster",
        "description": "The parameters and request body are for method: postCryptoManagerKmipMoIdSetDefaultKmsCluster. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerKmip/{moId}/SetKeyCustomAttributes": {
      "post": {
        "tags": [
          "CryptoManagerKmip"
        ],
        "operationId": "postCryptoManagerKmipMoIdSetKeyCustomAttributes",
        "description": "The parameters and request body are for method: postCryptoManagerKmipMoIdSetKeyCustomAttributes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerKmip/{moId}/UnregisterKmsCluster": {
      "post": {
        "tags": [
          "CryptoManagerKmip"
        ],
        "operationId": "postCryptoManagerKmipMoIdUnregisterKmsCluster",
        "description": "The parameters and request body are for method: postCryptoManagerKmipMoIdUnregisterKmsCluster. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerKmip/{moId}/UpdateKmipServer": {
      "post": {
        "tags": [
          "CryptoManagerKmip"
        ],
        "operationId": "postCryptoManagerKmipMoIdUpdateKmipServer",
        "description": "The parameters and request body are for method: postCryptoManagerKmipMoIdUpdateKmipServer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerKmip/{moId}/UpdateKmsSignedCsrClientCert": {
      "post": {
        "tags": [
          "CryptoManagerKmip"
        ],
        "operationId": "postCryptoManagerKmipMoIdUpdateKmsSignedCsrClientCert",
        "description": "The parameters and request body are for method: postCryptoManagerKmipMoIdUpdateKmsSignedCsrClientCert. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerKmip/{moId}/UpdateSelfSignedClientCert": {
      "post": {
        "tags": [
          "CryptoManagerKmip"
        ],
        "operationId": "postCryptoManagerKmipMoIdUpdateSelfSignedClientCert",
        "description": "The parameters and request body are for method: postCryptoManagerKmipMoIdUpdateSelfSignedClientCert. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerKmip/{moId}/UploadClientCert": {
      "post": {
        "tags": [
          "CryptoManagerKmip"
        ],
        "operationId": "postCryptoManagerKmipMoIdUploadClientCert",
        "description": "The parameters and request body are for method: postCryptoManagerKmipMoIdUploadClientCert. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerKmip/{moId}/UploadKmipServerCert": {
      "post": {
        "tags": [
          "CryptoManagerKmip"
        ],
        "operationId": "postCryptoManagerKmipMoIdUploadKmipServerCert",
        "description": "The parameters and request body are for method: postCryptoManagerKmipMoIdUploadKmipServerCert. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CryptoManagerKmip/{moId}/enabled": {
      "get": {
        "tags": [
          "CryptoManagerKmip"
        ],
        "operationId": "getCryptoManagerKmipMoIdEnabled",
        "description": "The parameters and request body are for method: getCryptoManagerKmipMoIdEnabled. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/CryptoManagerKmip/{moId}/kmipServers": {
      "get": {
        "tags": [
          "CryptoManagerKmip"
        ],
        "operationId": "getCryptoManagerKmipMoIdKmipServers",
        "description": "The parameters and request body are for method: getCryptoManagerKmipMoIdKmipServers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/CustomFieldsManager/{moId}/AddCustomFieldDef": {
      "post": {
        "tags": [
          "CustomFieldsManager"
        ],
        "operationId": "postCustomFieldsManagerMoIdAddCustomFieldDef",
        "description": "The parameters and request body are for method: postCustomFieldsManagerMoIdAddCustomFieldDef. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CustomFieldsManager/{moId}/RemoveCustomFieldDef": {
      "post": {
        "tags": [
          "CustomFieldsManager"
        ],
        "operationId": "postCustomFieldsManagerMoIdRemoveCustomFieldDef",
        "description": "The parameters and request body are for method: postCustomFieldsManagerMoIdRemoveCustomFieldDef. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CustomFieldsManager/{moId}/RenameCustomFieldDef": {
      "post": {
        "tags": [
          "CustomFieldsManager"
        ],
        "operationId": "postCustomFieldsManagerMoIdRenameCustomFieldDef",
        "description": "The parameters and request body are for method: postCustomFieldsManagerMoIdRenameCustomFieldDef. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CustomFieldsManager/{moId}/SetField": {
      "post": {
        "tags": [
          "CustomFieldsManager"
        ],
        "operationId": "postCustomFieldsManagerMoIdSetField",
        "description": "The parameters and request body are for method: postCustomFieldsManagerMoIdSetField. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CustomFieldsManager/{moId}/field": {
      "get": {
        "tags": [
          "CustomFieldsManager"
        ],
        "operationId": "getCustomFieldsManagerMoIdField",
        "description": "The parameters and request body are for method: getCustomFieldsManagerMoIdField. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/CustomizationSpecManager/{moId}/CheckCustomizationResources": {
      "post": {
        "tags": [
          "CustomizationSpecManager"
        ],
        "operationId": "postCustomizationSpecManagerMoIdCheckCustomizationResources",
        "description": "The parameters and request body are for method: postCustomizationSpecManagerMoIdCheckCustomizationResources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CustomizationSpecManager/{moId}/CreateCustomizationSpec": {
      "post": {
        "tags": [
          "CustomizationSpecManager"
        ],
        "operationId": "postCustomizationSpecManagerMoIdCreateCustomizationSpec",
        "description": "The parameters and request body are for method: postCustomizationSpecManagerMoIdCreateCustomizationSpec. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CustomizationSpecManager/{moId}/DeleteCustomizationSpec": {
      "post": {
        "tags": [
          "CustomizationSpecManager"
        ],
        "operationId": "postCustomizationSpecManagerMoIdDeleteCustomizationSpec",
        "description": "The parameters and request body are for method: postCustomizationSpecManagerMoIdDeleteCustomizationSpec. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CustomizationSpecManager/{moId}/DuplicateCustomizationSpec": {
      "post": {
        "tags": [
          "CustomizationSpecManager"
        ],
        "operationId": "postCustomizationSpecManagerMoIdDuplicateCustomizationSpec",
        "description": "The parameters and request body are for method: postCustomizationSpecManagerMoIdDuplicateCustomizationSpec. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CustomizationSpecManager/{moId}/DoesCustomizationSpecExist": {
      "post": {
        "tags": [
          "CustomizationSpecManager"
        ],
        "operationId": "postCustomizationSpecManagerMoIdDoesCustomizationSpecExist",
        "description": "The parameters and request body are for method: postCustomizationSpecManagerMoIdDoesCustomizationSpecExist. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CustomizationSpecManager/{moId}/GetCustomizationSpec": {
      "post": {
        "tags": [
          "CustomizationSpecManager"
        ],
        "operationId": "postCustomizationSpecManagerMoIdGetCustomizationSpec",
        "description": "The parameters and request body are for method: postCustomizationSpecManagerMoIdGetCustomizationSpec. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CustomizationSpecManager/{moId}/OverwriteCustomizationSpec": {
      "post": {
        "tags": [
          "CustomizationSpecManager"
        ],
        "operationId": "postCustomizationSpecManagerMoIdOverwriteCustomizationSpec",
        "description": "The parameters and request body are for method: postCustomizationSpecManagerMoIdOverwriteCustomizationSpec. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CustomizationSpecManager/{moId}/RenameCustomizationSpec": {
      "post": {
        "tags": [
          "CustomizationSpecManager"
        ],
        "operationId": "postCustomizationSpecManagerMoIdRenameCustomizationSpec",
        "description": "The parameters and request body are for method: postCustomizationSpecManagerMoIdRenameCustomizationSpec. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CustomizationSpecManager/{moId}/CustomizationSpecItemToXml": {
      "post": {
        "tags": [
          "CustomizationSpecManager"
        ],
        "operationId": "postCustomizationSpecManagerMoIdCustomizationSpecItemToXml",
        "description": "The parameters and request body are for method: postCustomizationSpecManagerMoIdCustomizationSpecItemToXml. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CustomizationSpecManager/{moId}/XmlToCustomizationSpecItem": {
      "post": {
        "tags": [
          "CustomizationSpecManager"
        ],
        "operationId": "postCustomizationSpecManagerMoIdXmlToCustomizationSpecItem",
        "description": "The parameters and request body are for method: postCustomizationSpecManagerMoIdXmlToCustomizationSpecItem. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/CustomizationSpecManager/{moId}/encryptionKey": {
      "get": {
        "tags": [
          "CustomizationSpecManager"
        ],
        "operationId": "getCustomizationSpecManagerMoIdEncryptionKey",
        "description": "The parameters and request body are for method: getCustomizationSpecManagerMoIdEncryptionKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/CustomizationSpecManager/{moId}/info": {
      "get": {
        "tags": [
          "CustomizationSpecManager"
        ],
        "operationId": "getCustomizationSpecManagerMoIdInfo",
        "description": "The parameters and request body are for method: getCustomizationSpecManagerMoIdInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datacenter/{moId}/BatchQueryConnectInfo": {
      "post": {
        "tags": [
          "Datacenter"
        ],
        "operationId": "postDatacenterMoIdBatchQueryConnectInfo",
        "description": "The parameters and request body are for method: postDatacenterMoIdBatchQueryConnectInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Datacenter/{moId}/Destroy_Task": {
      "post": {
        "tags": [
          "Datacenter"
        ],
        "operationId": "postDatacenterMoIdDestroyTask",
        "description": "The parameters and request body are for method: postDatacenterMoIdDestroyTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datacenter/{moId}/PowerOnMultiVM_Task": {
      "post": {
        "tags": [
          "Datacenter"
        ],
        "operationId": "postDatacenterMoIdPowerOnMultiVMTask",
        "description": "The parameters and request body are for method: postDatacenterMoIdPowerOnMultiVMTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Datacenter/{moId}/queryDatacenterConfigOptionDescriptor": {
      "post": {
        "tags": [
          "Datacenter"
        ],
        "operationId": "postDatacenterMoIdQueryDatacenterConfigOptionDescriptor",
        "description": "The parameters and request body are for method: postDatacenterMoIdQueryDatacenterConfigOptionDescriptor. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datacenter/{moId}/QueryConnectionInfo": {
      "post": {
        "tags": [
          "Datacenter"
        ],
        "operationId": "postDatacenterMoIdQueryConnectionInfo",
        "description": "The parameters and request body are for method: postDatacenterMoIdQueryConnectionInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Datacenter/{moId}/QueryConnectionInfoViaSpec": {
      "post": {
        "tags": [
          "Datacenter"
        ],
        "operationId": "postDatacenterMoIdQueryConnectionInfoViaSpec",
        "description": "The parameters and request body are for method: postDatacenterMoIdQueryConnectionInfoViaSpec. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Datacenter/{moId}/ReconfigureDatacenter_Task": {
      "post": {
        "tags": [
          "Datacenter"
        ],
        "operationId": "postDatacenterMoIdReconfigureDatacenterTask",
        "description": "The parameters and request body are for method: postDatacenterMoIdReconfigureDatacenterTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Datacenter/{moId}/Reload": {
      "post": {
        "tags": [
          "Datacenter"
        ],
        "operationId": "postDatacenterMoIdReload",
        "description": "The parameters and request body are for method: postDatacenterMoIdReload. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datacenter/{moId}/Rename_Task": {
      "post": {
        "tags": [
          "Datacenter"
        ],
        "operationId": "postDatacenterMoIdRenameTask",
        "description": "The parameters and request body are for method: postDatacenterMoIdRenameTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Datacenter/{moId}/setCustomValue": {
      "post": {
        "tags": [
          "Datacenter"
        ],
        "operationId": "postDatacenterMoIdSetCustomValue",
        "description": "The parameters and request body are for method: postDatacenterMoIdSetCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Datacenter/{moId}/alarmActionsEnabled": {
      "get": {
        "tags": [
          "Datacenter"
        ],
        "operationId": "getDatacenterMoIdAlarmActionsEnabled",
        "description": "The parameters and request body are for method: getDatacenterMoIdAlarmActionsEnabled. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datacenter/{moId}/availableField": {
      "get": {
        "tags": [
          "Datacenter"
        ],
        "operationId": "getDatacenterMoIdAvailableField",
        "description": "The parameters and request body are for method: getDatacenterMoIdAvailableField. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datacenter/{moId}/configIssue": {
      "get": {
        "tags": [
          "Datacenter"
        ],
        "operationId": "getDatacenterMoIdConfigIssue",
        "description": "The parameters and request body are for method: getDatacenterMoIdConfigIssue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datacenter/{moId}/configStatus": {
      "get": {
        "tags": [
          "Datacenter"
        ],
        "operationId": "getDatacenterMoIdConfigStatus",
        "description": "The parameters and request body are for method: getDatacenterMoIdConfigStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datacenter/{moId}/configuration": {
      "get": {
        "tags": [
          "Datacenter"
        ],
        "operationId": "getDatacenterMoIdConfiguration",
        "description": "The parameters and request body are for method: getDatacenterMoIdConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datacenter/{moId}/customValue": {
      "get": {
        "tags": [
          "Datacenter"
        ],
        "operationId": "getDatacenterMoIdCustomValue",
        "description": "The parameters and request body are for method: getDatacenterMoIdCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datacenter/{moId}/datastore": {
      "get": {
        "tags": [
          "Datacenter"
        ],
        "operationId": "getDatacenterMoIdDatastore",
        "description": "The parameters and request body are for method: getDatacenterMoIdDatastore. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datacenter/{moId}/datastoreFolder": {
      "get": {
        "tags": [
          "Datacenter"
        ],
        "operationId": "getDatacenterMoIdDatastoreFolder",
        "description": "The parameters and request body are for method: getDatacenterMoIdDatastoreFolder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datacenter/{moId}/declaredAlarmState": {
      "get": {
        "tags": [
          "Datacenter"
        ],
        "operationId": "getDatacenterMoIdDeclaredAlarmState",
        "description": "The parameters and request body are for method: getDatacenterMoIdDeclaredAlarmState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datacenter/{moId}/disabledMethod": {
      "get": {
        "tags": [
          "Datacenter"
        ],
        "operationId": "getDatacenterMoIdDisabledMethod",
        "description": "The parameters and request body are for method: getDatacenterMoIdDisabledMethod. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datacenter/{moId}/effectiveRole": {
      "get": {
        "tags": [
          "Datacenter"
        ],
        "operationId": "getDatacenterMoIdEffectiveRole",
        "description": "The parameters and request body are for method: getDatacenterMoIdEffectiveRole. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datacenter/{moId}/hostFolder": {
      "get": {
        "tags": [
          "Datacenter"
        ],
        "operationId": "getDatacenterMoIdHostFolder",
        "description": "The parameters and request body are for method: getDatacenterMoIdHostFolder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datacenter/{moId}/name": {
      "get": {
        "tags": [
          "Datacenter"
        ],
        "operationId": "getDatacenterMoIdName",
        "description": "The parameters and request body are for method: getDatacenterMoIdName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datacenter/{moId}/network": {
      "get": {
        "tags": [
          "Datacenter"
        ],
        "operationId": "getDatacenterMoIdNetwork",
        "description": "The parameters and request body are for method: getDatacenterMoIdNetwork. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datacenter/{moId}/networkFolder": {
      "get": {
        "tags": [
          "Datacenter"
        ],
        "operationId": "getDatacenterMoIdNetworkFolder",
        "description": "The parameters and request body are for method: getDatacenterMoIdNetworkFolder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datacenter/{moId}/overallStatus": {
      "get": {
        "tags": [
          "Datacenter"
        ],
        "operationId": "getDatacenterMoIdOverallStatus",
        "description": "The parameters and request body are for method: getDatacenterMoIdOverallStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datacenter/{moId}/parent": {
      "get": {
        "tags": [
          "Datacenter"
        ],
        "operationId": "getDatacenterMoIdParent",
        "description": "The parameters and request body are for method: getDatacenterMoIdParent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datacenter/{moId}/permission": {
      "get": {
        "tags": [
          "Datacenter"
        ],
        "operationId": "getDatacenterMoIdPermission",
        "description": "The parameters and request body are for method: getDatacenterMoIdPermission. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datacenter/{moId}/recentTask": {
      "get": {
        "tags": [
          "Datacenter"
        ],
        "operationId": "getDatacenterMoIdRecentTask",
        "description": "The parameters and request body are for method: getDatacenterMoIdRecentTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datacenter/{moId}/tag": {
      "get": {
        "tags": [
          "Datacenter"
        ],
        "operationId": "getDatacenterMoIdTag",
        "description": "The parameters and request body are for method: getDatacenterMoIdTag. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datacenter/{moId}/triggeredAlarmState": {
      "get": {
        "tags": [
          "Datacenter"
        ],
        "operationId": "getDatacenterMoIdTriggeredAlarmState",
        "description": "The parameters and request body are for method: getDatacenterMoIdTriggeredAlarmState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datacenter/{moId}/value": {
      "get": {
        "tags": [
          "Datacenter"
        ],
        "operationId": "getDatacenterMoIdValue",
        "description": "The parameters and request body are for method: getDatacenterMoIdValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datacenter/{moId}/vmFolder": {
      "get": {
        "tags": [
          "Datacenter"
        ],
        "operationId": "getDatacenterMoIdVmFolder",
        "description": "The parameters and request body are for method: getDatacenterMoIdVmFolder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datastore/{moId}/Destroy_Task": {
      "post": {
        "tags": [
          "Datastore"
        ],
        "operationId": "postDatastoreMoIdDestroyTask",
        "description": "The parameters and request body are for method: postDatastoreMoIdDestroyTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datastore/{moId}/DestroyDatastore": {
      "post": {
        "tags": [
          "Datastore"
        ],
        "operationId": "postDatastoreMoIdDestroyDatastore",
        "description": "The parameters and request body are for method: postDatastoreMoIdDestroyDatastore. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datastore/{moId}/DatastoreEnterMaintenanceMode": {
      "post": {
        "tags": [
          "Datastore"
        ],
        "operationId": "postDatastoreMoIdDatastoreEnterMaintenanceMode",
        "description": "The parameters and request body are for method: postDatastoreMoIdDatastoreEnterMaintenanceMode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datastore/{moId}/DatastoreExitMaintenanceMode_Task": {
      "post": {
        "tags": [
          "Datastore"
        ],
        "operationId": "postDatastoreMoIdDatastoreExitMaintenanceModeTask",
        "description": "The parameters and request body are for method: postDatastoreMoIdDatastoreExitMaintenanceModeTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datastore/{moId}/IsClusteredVmdkEnabled": {
      "post": {
        "tags": [
          "Datastore"
        ],
        "operationId": "postDatastoreMoIdIsClusteredVmdkEnabled",
        "description": "The parameters and request body are for method: postDatastoreMoIdIsClusteredVmdkEnabled. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datastore/{moId}/RefreshDatastore": {
      "post": {
        "tags": [
          "Datastore"
        ],
        "operationId": "postDatastoreMoIdRefreshDatastore",
        "description": "The parameters and request body are for method: postDatastoreMoIdRefreshDatastore. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datastore/{moId}/RefreshDatastoreStorageInfo": {
      "post": {
        "tags": [
          "Datastore"
        ],
        "operationId": "postDatastoreMoIdRefreshDatastoreStorageInfo",
        "description": "The parameters and request body are for method: postDatastoreMoIdRefreshDatastoreStorageInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datastore/{moId}/Reload": {
      "post": {
        "tags": [
          "Datastore"
        ],
        "operationId": "postDatastoreMoIdReload",
        "description": "The parameters and request body are for method: postDatastoreMoIdReload. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datastore/{moId}/Rename_Task": {
      "post": {
        "tags": [
          "Datastore"
        ],
        "operationId": "postDatastoreMoIdRenameTask",
        "description": "The parameters and request body are for method: postDatastoreMoIdRenameTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Datastore/{moId}/RenameDatastore": {
      "post": {
        "tags": [
          "Datastore"
        ],
        "operationId": "postDatastoreMoIdRenameDatastore",
        "description": "The parameters and request body are for method: postDatastoreMoIdRenameDatastore. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Datastore/{moId}/setCustomValue": {
      "post": {
        "tags": [
          "Datastore"
        ],
        "operationId": "postDatastoreMoIdSetCustomValue",
        "description": "The parameters and request body are for method: postDatastoreMoIdSetCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Datastore/{moId}/UpdateVVolVirtualMachineFiles_Task": {
      "post": {
        "tags": [
          "Datastore"
        ],
        "operationId": "postDatastoreMoIdUpdateVVolVirtualMachineFilesTask",
        "description": "The parameters and request body are for method: postDatastoreMoIdUpdateVVolVirtualMachineFilesTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Datastore/{moId}/UpdateVirtualMachineFiles_Task": {
      "post": {
        "tags": [
          "Datastore"
        ],
        "operationId": "postDatastoreMoIdUpdateVirtualMachineFilesTask",
        "description": "The parameters and request body are for method: postDatastoreMoIdUpdateVirtualMachineFilesTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Datastore/{moId}/alarmActionsEnabled": {
      "get": {
        "tags": [
          "Datastore"
        ],
        "operationId": "getDatastoreMoIdAlarmActionsEnabled",
        "description": "The parameters and request body are for method: getDatastoreMoIdAlarmActionsEnabled. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datastore/{moId}/availableField": {
      "get": {
        "tags": [
          "Datastore"
        ],
        "operationId": "getDatastoreMoIdAvailableField",
        "description": "The parameters and request body are for method: getDatastoreMoIdAvailableField. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datastore/{moId}/browser": {
      "get": {
        "tags": [
          "Datastore"
        ],
        "operationId": "getDatastoreMoIdBrowser",
        "description": "The parameters and request body are for method: getDatastoreMoIdBrowser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datastore/{moId}/capability": {
      "get": {
        "tags": [
          "Datastore"
        ],
        "operationId": "getDatastoreMoIdCapability",
        "description": "The parameters and request body are for method: getDatastoreMoIdCapability. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datastore/{moId}/configIssue": {
      "get": {
        "tags": [
          "Datastore"
        ],
        "operationId": "getDatastoreMoIdConfigIssue",
        "description": "The parameters and request body are for method: getDatastoreMoIdConfigIssue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datastore/{moId}/configStatus": {
      "get": {
        "tags": [
          "Datastore"
        ],
        "operationId": "getDatastoreMoIdConfigStatus",
        "description": "The parameters and request body are for method: getDatastoreMoIdConfigStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datastore/{moId}/customValue": {
      "get": {
        "tags": [
          "Datastore"
        ],
        "operationId": "getDatastoreMoIdCustomValue",
        "description": "The parameters and request body are for method: getDatastoreMoIdCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datastore/{moId}/declaredAlarmState": {
      "get": {
        "tags": [
          "Datastore"
        ],
        "operationId": "getDatastoreMoIdDeclaredAlarmState",
        "description": "The parameters and request body are for method: getDatastoreMoIdDeclaredAlarmState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datastore/{moId}/disabledMethod": {
      "get": {
        "tags": [
          "Datastore"
        ],
        "operationId": "getDatastoreMoIdDisabledMethod",
        "description": "The parameters and request body are for method: getDatastoreMoIdDisabledMethod. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datastore/{moId}/effectiveRole": {
      "get": {
        "tags": [
          "Datastore"
        ],
        "operationId": "getDatastoreMoIdEffectiveRole",
        "description": "The parameters and request body are for method: getDatastoreMoIdEffectiveRole. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datastore/{moId}/host": {
      "get": {
        "tags": [
          "Datastore"
        ],
        "operationId": "getDatastoreMoIdHost",
        "description": "The parameters and request body are for method: getDatastoreMoIdHost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datastore/{moId}/info": {
      "get": {
        "tags": [
          "Datastore"
        ],
        "operationId": "getDatastoreMoIdInfo",
        "description": "The parameters and request body are for method: getDatastoreMoIdInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datastore/{moId}/iormConfiguration": {
      "get": {
        "tags": [
          "Datastore"
        ],
        "operationId": "getDatastoreMoIdIormConfiguration",
        "description": "The parameters and request body are for method: getDatastoreMoIdIormConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datastore/{moId}/name": {
      "get": {
        "tags": [
          "Datastore"
        ],
        "operationId": "getDatastoreMoIdName",
        "description": "The parameters and request body are for method: getDatastoreMoIdName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datastore/{moId}/overallStatus": {
      "get": {
        "tags": [
          "Datastore"
        ],
        "operationId": "getDatastoreMoIdOverallStatus",
        "description": "The parameters and request body are for method: getDatastoreMoIdOverallStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datastore/{moId}/parent": {
      "get": {
        "tags": [
          "Datastore"
        ],
        "operationId": "getDatastoreMoIdParent",
        "description": "The parameters and request body are for method: getDatastoreMoIdParent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datastore/{moId}/permission": {
      "get": {
        "tags": [
          "Datastore"
        ],
        "operationId": "getDatastoreMoIdPermission",
        "description": "The parameters and request body are for method: getDatastoreMoIdPermission. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datastore/{moId}/recentTask": {
      "get": {
        "tags": [
          "Datastore"
        ],
        "operationId": "getDatastoreMoIdRecentTask",
        "description": "The parameters and request body are for method: getDatastoreMoIdRecentTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datastore/{moId}/summary": {
      "get": {
        "tags": [
          "Datastore"
        ],
        "operationId": "getDatastoreMoIdSummary",
        "description": "The parameters and request body are for method: getDatastoreMoIdSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datastore/{moId}/tag": {
      "get": {
        "tags": [
          "Datastore"
        ],
        "operationId": "getDatastoreMoIdTag",
        "description": "The parameters and request body are for method: getDatastoreMoIdTag. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datastore/{moId}/triggeredAlarmState": {
      "get": {
        "tags": [
          "Datastore"
        ],
        "operationId": "getDatastoreMoIdTriggeredAlarmState",
        "description": "The parameters and request body are for method: getDatastoreMoIdTriggeredAlarmState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datastore/{moId}/value": {
      "get": {
        "tags": [
          "Datastore"
        ],
        "operationId": "getDatastoreMoIdValue",
        "description": "The parameters and request body are for method: getDatastoreMoIdValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Datastore/{moId}/vm": {
      "get": {
        "tags": [
          "Datastore"
        ],
        "operationId": "getDatastoreMoIdVm",
        "description": "The parameters and request body are for method: getDatastoreMoIdVm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DatastoreNamespaceManager/{moId}/ConvertNamespacePathToUuidPath": {
      "post": {
        "tags": [
          "DatastoreNamespaceManager"
        ],
        "operationId": "postDatastoreNamespaceManagerMoIdConvertNamespacePathToUuidPath",
        "description": "The parameters and request body are for method: postDatastoreNamespaceManagerMoIdConvertNamespacePathToUuidPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DatastoreNamespaceManager/{moId}/CreateDirectory": {
      "post": {
        "tags": [
          "DatastoreNamespaceManager"
        ],
        "operationId": "postDatastoreNamespaceManagerMoIdCreateDirectory",
        "description": "The parameters and request body are for method: postDatastoreNamespaceManagerMoIdCreateDirectory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DatastoreNamespaceManager/{moId}/DeleteDirectory": {
      "post": {
        "tags": [
          "DatastoreNamespaceManager"
        ],
        "operationId": "postDatastoreNamespaceManagerMoIdDeleteDirectory",
        "description": "The parameters and request body are for method: postDatastoreNamespaceManagerMoIdDeleteDirectory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DatastoreNamespaceManager/{moId}/IncreaseDirectorySize": {
      "post": {
        "tags": [
          "DatastoreNamespaceManager"
        ],
        "operationId": "postDatastoreNamespaceManagerMoIdIncreaseDirectorySize",
        "description": "The parameters and request body are for method: postDatastoreNamespaceManagerMoIdIncreaseDirectorySize. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DatastoreNamespaceManager/{moId}/QueryDirectoryInfo": {
      "post": {
        "tags": [
          "DatastoreNamespaceManager"
        ],
        "operationId": "postDatastoreNamespaceManagerMoIdQueryDirectoryInfo",
        "description": "The parameters and request body are for method: postDatastoreNamespaceManagerMoIdQueryDirectoryInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DiagnosticManager/{moId}/EmitSyslogMark": {
      "post": {
        "tags": [
          "DiagnosticManager"
        ],
        "operationId": "postDiagnosticManagerMoIdEmitSyslogMark",
        "description": "The parameters and request body are for method: postDiagnosticManagerMoIdEmitSyslogMark. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DiagnosticManager/{moId}/FetchAuditRecords": {
      "post": {
        "tags": [
          "DiagnosticManager"
        ],
        "operationId": "postDiagnosticManagerMoIdFetchAuditRecords",
        "description": "The parameters and request body are for method: postDiagnosticManagerMoIdFetchAuditRecords. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DiagnosticManager/{moId}/BrowseDiagnosticLog": {
      "post": {
        "tags": [
          "DiagnosticManager"
        ],
        "operationId": "postDiagnosticManagerMoIdBrowseDiagnosticLog",
        "description": "The parameters and request body are for method: postDiagnosticManagerMoIdBrowseDiagnosticLog. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DiagnosticManager/{moId}/GenerateLogBundles_Task": {
      "post": {
        "tags": [
          "DiagnosticManager"
        ],
        "operationId": "postDiagnosticManagerMoIdGenerateLogBundlesTask",
        "description": "The parameters and request body are for method: postDiagnosticManagerMoIdGenerateLogBundlesTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DiagnosticManager/{moId}/QueryDescriptions": {
      "post": {
        "tags": [
          "DiagnosticManager"
        ],
        "operationId": "postDiagnosticManagerMoIdQueryDescriptions",
        "description": "The parameters and request body are for method: postDiagnosticManagerMoIdQueryDescriptions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualPortgroup/{moId}/Destroy_Task": {
      "post": {
        "tags": [
          "DistributedVirtualPortgroup"
        ],
        "operationId": "postDistributedVirtualPortgroupMoIdDestroyTask",
        "description": "The parameters and request body are for method: postDistributedVirtualPortgroupMoIdDestroyTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualPortgroup/{moId}/DestroyNetwork": {
      "post": {
        "tags": [
          "DistributedVirtualPortgroup"
        ],
        "operationId": "postDistributedVirtualPortgroupMoIdDestroyNetwork",
        "description": "The parameters and request body are for method: postDistributedVirtualPortgroupMoIdDestroyNetwork. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualPortgroup/{moId}/ReconfigureDVPortgroup_Task": {
      "post": {
        "tags": [
          "DistributedVirtualPortgroup"
        ],
        "operationId": "postDistributedVirtualPortgroupMoIdReconfigureDVPortgroupTask",
        "description": "The parameters and request body are for method: postDistributedVirtualPortgroupMoIdReconfigureDVPortgroupTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualPortgroup/{moId}/Reload": {
      "post": {
        "tags": [
          "DistributedVirtualPortgroup"
        ],
        "operationId": "postDistributedVirtualPortgroupMoIdReload",
        "description": "The parameters and request body are for method: postDistributedVirtualPortgroupMoIdReload. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualPortgroup/{moId}/Rename_Task": {
      "post": {
        "tags": [
          "DistributedVirtualPortgroup"
        ],
        "operationId": "postDistributedVirtualPortgroupMoIdRenameTask",
        "description": "The parameters and request body are for method: postDistributedVirtualPortgroupMoIdRenameTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualPortgroup/{moId}/DVPortgroupRollback_Task": {
      "post": {
        "tags": [
          "DistributedVirtualPortgroup"
        ],
        "operationId": "postDistributedVirtualPortgroupMoIdDVPortgroupRollbackTask",
        "description": "The parameters and request body are for method: postDistributedVirtualPortgroupMoIdDVPortgroupRollbackTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualPortgroup/{moId}/setCustomValue": {
      "post": {
        "tags": [
          "DistributedVirtualPortgroup"
        ],
        "operationId": "postDistributedVirtualPortgroupMoIdSetCustomValue",
        "description": "The parameters and request body are for method: postDistributedVirtualPortgroupMoIdSetCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualPortgroup/{moId}/alarmActionsEnabled": {
      "get": {
        "tags": [
          "DistributedVirtualPortgroup"
        ],
        "operationId": "getDistributedVirtualPortgroupMoIdAlarmActionsEnabled",
        "description": "The parameters and request body are for method: getDistributedVirtualPortgroupMoIdAlarmActionsEnabled. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualPortgroup/{moId}/availableField": {
      "get": {
        "tags": [
          "DistributedVirtualPortgroup"
        ],
        "operationId": "getDistributedVirtualPortgroupMoIdAvailableField",
        "description": "The parameters and request body are for method: getDistributedVirtualPortgroupMoIdAvailableField. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualPortgroup/{moId}/config": {
      "get": {
        "tags": [
          "DistributedVirtualPortgroup"
        ],
        "operationId": "getDistributedVirtualPortgroupMoIdConfig",
        "description": "The parameters and request body are for method: getDistributedVirtualPortgroupMoIdConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualPortgroup/{moId}/configIssue": {
      "get": {
        "tags": [
          "DistributedVirtualPortgroup"
        ],
        "operationId": "getDistributedVirtualPortgroupMoIdConfigIssue",
        "description": "The parameters and request body are for method: getDistributedVirtualPortgroupMoIdConfigIssue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualPortgroup/{moId}/configStatus": {
      "get": {
        "tags": [
          "DistributedVirtualPortgroup"
        ],
        "operationId": "getDistributedVirtualPortgroupMoIdConfigStatus",
        "description": "The parameters and request body are for method: getDistributedVirtualPortgroupMoIdConfigStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualPortgroup/{moId}/customValue": {
      "get": {
        "tags": [
          "DistributedVirtualPortgroup"
        ],
        "operationId": "getDistributedVirtualPortgroupMoIdCustomValue",
        "description": "The parameters and request body are for method: getDistributedVirtualPortgroupMoIdCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualPortgroup/{moId}/declaredAlarmState": {
      "get": {
        "tags": [
          "DistributedVirtualPortgroup"
        ],
        "operationId": "getDistributedVirtualPortgroupMoIdDeclaredAlarmState",
        "description": "The parameters and request body are for method: getDistributedVirtualPortgroupMoIdDeclaredAlarmState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualPortgroup/{moId}/disabledMethod": {
      "get": {
        "tags": [
          "DistributedVirtualPortgroup"
        ],
        "operationId": "getDistributedVirtualPortgroupMoIdDisabledMethod",
        "description": "The parameters and request body are for method: getDistributedVirtualPortgroupMoIdDisabledMethod. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualPortgroup/{moId}/effectiveRole": {
      "get": {
        "tags": [
          "DistributedVirtualPortgroup"
        ],
        "operationId": "getDistributedVirtualPortgroupMoIdEffectiveRole",
        "description": "The parameters and request body are for method: getDistributedVirtualPortgroupMoIdEffectiveRole. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualPortgroup/{moId}/host": {
      "get": {
        "tags": [
          "DistributedVirtualPortgroup"
        ],
        "operationId": "getDistributedVirtualPortgroupMoIdHost",
        "description": "The parameters and request body are for method: getDistributedVirtualPortgroupMoIdHost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualPortgroup/{moId}/key": {
      "get": {
        "tags": [
          "DistributedVirtualPortgroup"
        ],
        "operationId": "getDistributedVirtualPortgroupMoIdKey",
        "description": "The parameters and request body are for method: getDistributedVirtualPortgroupMoIdKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualPortgroup/{moId}/name": {
      "get": {
        "tags": [
          "DistributedVirtualPortgroup"
        ],
        "operationId": "getDistributedVirtualPortgroupMoIdName",
        "description": "The parameters and request body are for method: getDistributedVirtualPortgroupMoIdName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualPortgroup/{moId}/overallStatus": {
      "get": {
        "tags": [
          "DistributedVirtualPortgroup"
        ],
        "operationId": "getDistributedVirtualPortgroupMoIdOverallStatus",
        "description": "The parameters and request body are for method: getDistributedVirtualPortgroupMoIdOverallStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualPortgroup/{moId}/parent": {
      "get": {
        "tags": [
          "DistributedVirtualPortgroup"
        ],
        "operationId": "getDistributedVirtualPortgroupMoIdParent",
        "description": "The parameters and request body are for method: getDistributedVirtualPortgroupMoIdParent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualPortgroup/{moId}/permission": {
      "get": {
        "tags": [
          "DistributedVirtualPortgroup"
        ],
        "operationId": "getDistributedVirtualPortgroupMoIdPermission",
        "description": "The parameters and request body are for method: getDistributedVirtualPortgroupMoIdPermission. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualPortgroup/{moId}/portKeys": {
      "get": {
        "tags": [
          "DistributedVirtualPortgroup"
        ],
        "operationId": "getDistributedVirtualPortgroupMoIdPortKeys",
        "description": "The parameters and request body are for method: getDistributedVirtualPortgroupMoIdPortKeys. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualPortgroup/{moId}/recentTask": {
      "get": {
        "tags": [
          "DistributedVirtualPortgroup"
        ],
        "operationId": "getDistributedVirtualPortgroupMoIdRecentTask",
        "description": "The parameters and request body are for method: getDistributedVirtualPortgroupMoIdRecentTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualPortgroup/{moId}/summary": {
      "get": {
        "tags": [
          "DistributedVirtualPortgroup"
        ],
        "operationId": "getDistributedVirtualPortgroupMoIdSummary",
        "description": "The parameters and request body are for method: getDistributedVirtualPortgroupMoIdSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualPortgroup/{moId}/tag": {
      "get": {
        "tags": [
          "DistributedVirtualPortgroup"
        ],
        "operationId": "getDistributedVirtualPortgroupMoIdTag",
        "description": "The parameters and request body are for method: getDistributedVirtualPortgroupMoIdTag. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualPortgroup/{moId}/triggeredAlarmState": {
      "get": {
        "tags": [
          "DistributedVirtualPortgroup"
        ],
        "operationId": "getDistributedVirtualPortgroupMoIdTriggeredAlarmState",
        "description": "The parameters and request body are for method: getDistributedVirtualPortgroupMoIdTriggeredAlarmState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualPortgroup/{moId}/value": {
      "get": {
        "tags": [
          "DistributedVirtualPortgroup"
        ],
        "operationId": "getDistributedVirtualPortgroupMoIdValue",
        "description": "The parameters and request body are for method: getDistributedVirtualPortgroupMoIdValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualPortgroup/{moId}/vm": {
      "get": {
        "tags": [
          "DistributedVirtualPortgroup"
        ],
        "operationId": "getDistributedVirtualPortgroupMoIdVm",
        "description": "The parameters and request body are for method: getDistributedVirtualPortgroupMoIdVm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/AddNetworkResourcePool": {
      "post": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "postDistributedVirtualSwitchMoIdAddNetworkResourcePool",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchMoIdAddNetworkResourcePool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/CreateDVPortgroup_Task": {
      "post": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "postDistributedVirtualSwitchMoIdCreateDVPortgroupTask",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchMoIdCreateDVPortgroupTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/AddDVPortgroup_Task": {
      "post": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "postDistributedVirtualSwitchMoIdAddDVPortgroupTask",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchMoIdAddDVPortgroupTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/Destroy_Task": {
      "post": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "postDistributedVirtualSwitchMoIdDestroyTask",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchMoIdDestroyTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/EnableNetworkResourceManagement": {
      "post": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "postDistributedVirtualSwitchMoIdEnableNetworkResourceManagement",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchMoIdEnableNetworkResourceManagement. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/FetchDVPortKeys": {
      "post": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "postDistributedVirtualSwitchMoIdFetchDVPortKeys",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchMoIdFetchDVPortKeys. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/FetchDVPorts": {
      "post": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "postDistributedVirtualSwitchMoIdFetchDVPorts",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchMoIdFetchDVPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/LookupDvPortGroup": {
      "post": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "postDistributedVirtualSwitchMoIdLookupDvPortGroup",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchMoIdLookupDvPortGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/MergeDvs_Task": {
      "post": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "postDistributedVirtualSwitchMoIdMergeDvsTask",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchMoIdMergeDvsTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/MoveDVPort_Task": {
      "post": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "postDistributedVirtualSwitchMoIdMoveDVPortTask",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchMoIdMoveDVPortTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/PerformDvsProductSpecOperation_Task": {
      "post": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "postDistributedVirtualSwitchMoIdPerformDvsProductSpecOperationTask",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchMoIdPerformDvsProductSpecOperationTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/QueryUsedVlanIdInDvs": {
      "post": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "postDistributedVirtualSwitchMoIdQueryUsedVlanIdInDvs",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchMoIdQueryUsedVlanIdInDvs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/ReconfigureDvs_Task": {
      "post": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "postDistributedVirtualSwitchMoIdReconfigureDvsTask",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchMoIdReconfigureDvsTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/ReconfigureDVPort_Task": {
      "post": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "postDistributedVirtualSwitchMoIdReconfigureDVPortTask",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchMoIdReconfigureDVPortTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/DvsReconfigureVmVnicNetworkResourcePool_Task": {
      "post": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "postDistributedVirtualSwitchMoIdDvsReconfigureVmVnicNetworkResourcePoolTask",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchMoIdDvsReconfigureVmVnicNetworkResourcePoolTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/RectifyDvsHost_Task": {
      "post": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "postDistributedVirtualSwitchMoIdRectifyDvsHostTask",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchMoIdRectifyDvsHostTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/RefreshDVPortState": {
      "post": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "postDistributedVirtualSwitchMoIdRefreshDVPortState",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchMoIdRefreshDVPortState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/Reload": {
      "post": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "postDistributedVirtualSwitchMoIdReload",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchMoIdReload. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/RemoveNetworkResourcePool": {
      "post": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "postDistributedVirtualSwitchMoIdRemoveNetworkResourcePool",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchMoIdRemoveNetworkResourcePool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/Rename_Task": {
      "post": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "postDistributedVirtualSwitchMoIdRenameTask",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchMoIdRenameTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/DVSRollback_Task": {
      "post": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "postDistributedVirtualSwitchMoIdDVSRollbackTask",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchMoIdDVSRollbackTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/setCustomValue": {
      "post": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "postDistributedVirtualSwitchMoIdSetCustomValue",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchMoIdSetCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/UpdateDvsCapability": {
      "post": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "postDistributedVirtualSwitchMoIdUpdateDvsCapability",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchMoIdUpdateDvsCapability. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/UpdateDVSHealthCheckConfig_Task": {
      "post": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "postDistributedVirtualSwitchMoIdUpdateDVSHealthCheckConfigTask",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchMoIdUpdateDVSHealthCheckConfigTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/UpdateNetworkResourcePool": {
      "post": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "postDistributedVirtualSwitchMoIdUpdateNetworkResourcePool",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchMoIdUpdateNetworkResourcePool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/alarmActionsEnabled": {
      "get": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "getDistributedVirtualSwitchMoIdAlarmActionsEnabled",
        "description": "The parameters and request body are for method: getDistributedVirtualSwitchMoIdAlarmActionsEnabled. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/availableField": {
      "get": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "getDistributedVirtualSwitchMoIdAvailableField",
        "description": "The parameters and request body are for method: getDistributedVirtualSwitchMoIdAvailableField. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/capability": {
      "get": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "getDistributedVirtualSwitchMoIdCapability",
        "description": "The parameters and request body are for method: getDistributedVirtualSwitchMoIdCapability. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/config": {
      "get": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "getDistributedVirtualSwitchMoIdConfig",
        "description": "The parameters and request body are for method: getDistributedVirtualSwitchMoIdConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/configIssue": {
      "get": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "getDistributedVirtualSwitchMoIdConfigIssue",
        "description": "The parameters and request body are for method: getDistributedVirtualSwitchMoIdConfigIssue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/configStatus": {
      "get": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "getDistributedVirtualSwitchMoIdConfigStatus",
        "description": "The parameters and request body are for method: getDistributedVirtualSwitchMoIdConfigStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/customValue": {
      "get": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "getDistributedVirtualSwitchMoIdCustomValue",
        "description": "The parameters and request body are for method: getDistributedVirtualSwitchMoIdCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/declaredAlarmState": {
      "get": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "getDistributedVirtualSwitchMoIdDeclaredAlarmState",
        "description": "The parameters and request body are for method: getDistributedVirtualSwitchMoIdDeclaredAlarmState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/disabledMethod": {
      "get": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "getDistributedVirtualSwitchMoIdDisabledMethod",
        "description": "The parameters and request body are for method: getDistributedVirtualSwitchMoIdDisabledMethod. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/effectiveRole": {
      "get": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "getDistributedVirtualSwitchMoIdEffectiveRole",
        "description": "The parameters and request body are for method: getDistributedVirtualSwitchMoIdEffectiveRole. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/name": {
      "get": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "getDistributedVirtualSwitchMoIdName",
        "description": "The parameters and request body are for method: getDistributedVirtualSwitchMoIdName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/networkResourcePool": {
      "get": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "getDistributedVirtualSwitchMoIdNetworkResourcePool",
        "description": "The parameters and request body are for method: getDistributedVirtualSwitchMoIdNetworkResourcePool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/overallStatus": {
      "get": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "getDistributedVirtualSwitchMoIdOverallStatus",
        "description": "The parameters and request body are for method: getDistributedVirtualSwitchMoIdOverallStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/parent": {
      "get": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "getDistributedVirtualSwitchMoIdParent",
        "description": "The parameters and request body are for method: getDistributedVirtualSwitchMoIdParent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/permission": {
      "get": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "getDistributedVirtualSwitchMoIdPermission",
        "description": "The parameters and request body are for method: getDistributedVirtualSwitchMoIdPermission. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/portgroup": {
      "get": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "getDistributedVirtualSwitchMoIdPortgroup",
        "description": "The parameters and request body are for method: getDistributedVirtualSwitchMoIdPortgroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/recentTask": {
      "get": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "getDistributedVirtualSwitchMoIdRecentTask",
        "description": "The parameters and request body are for method: getDistributedVirtualSwitchMoIdRecentTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/runtime": {
      "get": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "getDistributedVirtualSwitchMoIdRuntime",
        "description": "The parameters and request body are for method: getDistributedVirtualSwitchMoIdRuntime. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/summary": {
      "get": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "getDistributedVirtualSwitchMoIdSummary",
        "description": "The parameters and request body are for method: getDistributedVirtualSwitchMoIdSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/tag": {
      "get": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "getDistributedVirtualSwitchMoIdTag",
        "description": "The parameters and request body are for method: getDistributedVirtualSwitchMoIdTag. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/triggeredAlarmState": {
      "get": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "getDistributedVirtualSwitchMoIdTriggeredAlarmState",
        "description": "The parameters and request body are for method: getDistributedVirtualSwitchMoIdTriggeredAlarmState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/uuid": {
      "get": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "getDistributedVirtualSwitchMoIdUuid",
        "description": "The parameters and request body are for method: getDistributedVirtualSwitchMoIdUuid. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitch/{moId}/value": {
      "get": {
        "tags": [
          "DistributedVirtualSwitch"
        ],
        "operationId": "getDistributedVirtualSwitchMoIdValue",
        "description": "The parameters and request body are for method: getDistributedVirtualSwitchMoIdValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitchManager/{moId}/QueryDvsCheckCompatibility": {
      "post": {
        "tags": [
          "DistributedVirtualSwitchManager"
        ],
        "operationId": "postDistributedVirtualSwitchManagerMoIdQueryDvsCheckCompatibility",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchManagerMoIdQueryDvsCheckCompatibility. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitchManager/{moId}/DVSManagerExportEntity_Task": {
      "post": {
        "tags": [
          "DistributedVirtualSwitchManager"
        ],
        "operationId": "postDistributedVirtualSwitchManagerMoIdDVSManagerExportEntityTask",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchManagerMoIdDVSManagerExportEntityTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitchManager/{moId}/DVSManagerImportEntity_Task": {
      "post": {
        "tags": [
          "DistributedVirtualSwitchManager"
        ],
        "operationId": "postDistributedVirtualSwitchManagerMoIdDVSManagerImportEntityTask",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchManagerMoIdDVSManagerImportEntityTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitchManager/{moId}/DVSManagerLookupDvPortGroup": {
      "post": {
        "tags": [
          "DistributedVirtualSwitchManager"
        ],
        "operationId": "postDistributedVirtualSwitchManagerMoIdDVSManagerLookupDvPortGroup",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchManagerMoIdDVSManagerLookupDvPortGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitchManager/{moId}/QueryCompatibleHostForExistingDvs": {
      "post": {
        "tags": [
          "DistributedVirtualSwitchManager"
        ],
        "operationId": "postDistributedVirtualSwitchManagerMoIdQueryCompatibleHostForExistingDvs",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchManagerMoIdQueryCompatibleHostForExistingDvs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitchManager/{moId}/QueryCompatibleHostForNewDvs": {
      "post": {
        "tags": [
          "DistributedVirtualSwitchManager"
        ],
        "operationId": "postDistributedVirtualSwitchManagerMoIdQueryCompatibleHostForNewDvs",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchManagerMoIdQueryCompatibleHostForNewDvs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitchManager/{moId}/QueryDvsCompatibleHostSpec": {
      "post": {
        "tags": [
          "DistributedVirtualSwitchManager"
        ],
        "operationId": "postDistributedVirtualSwitchManagerMoIdQueryDvsCompatibleHostSpec",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchManagerMoIdQueryDvsCompatibleHostSpec. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitchManager/{moId}/QueryCompatibleVmnicsFromHosts": {
      "post": {
        "tags": [
          "DistributedVirtualSwitchManager"
        ],
        "operationId": "postDistributedVirtualSwitchManagerMoIdQueryCompatibleVmnicsFromHosts",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchManagerMoIdQueryCompatibleVmnicsFromHosts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitchManager/{moId}/QueryDvsConfigTarget": {
      "post": {
        "tags": [
          "DistributedVirtualSwitchManager"
        ],
        "operationId": "postDistributedVirtualSwitchManagerMoIdQueryDvsConfigTarget",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchManagerMoIdQueryDvsConfigTarget. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitchManager/{moId}/QueryDvsFeatureCapability": {
      "post": {
        "tags": [
          "DistributedVirtualSwitchManager"
        ],
        "operationId": "postDistributedVirtualSwitchManagerMoIdQueryDvsFeatureCapability",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchManagerMoIdQueryDvsFeatureCapability. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitchManager/{moId}/QuerySupportedNetworkOffloadSpec": {
      "post": {
        "tags": [
          "DistributedVirtualSwitchManager"
        ],
        "operationId": "postDistributedVirtualSwitchManagerMoIdQuerySupportedNetworkOffloadSpec",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchManagerMoIdQuerySupportedNetworkOffloadSpec. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitchManager/{moId}/QueryAvailableDvsSpec": {
      "post": {
        "tags": [
          "DistributedVirtualSwitchManager"
        ],
        "operationId": "postDistributedVirtualSwitchManagerMoIdQueryAvailableDvsSpec",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchManagerMoIdQueryAvailableDvsSpec. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitchManager/{moId}/QueryDvsByUuid": {
      "post": {
        "tags": [
          "DistributedVirtualSwitchManager"
        ],
        "operationId": "postDistributedVirtualSwitchManagerMoIdQueryDvsByUuid",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchManagerMoIdQueryDvsByUuid. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/DistributedVirtualSwitchManager/{moId}/RectifyDvsOnHost_Task": {
      "post": {
        "tags": [
          "DistributedVirtualSwitchManager"
        ],
        "operationId": "postDistributedVirtualSwitchManagerMoIdRectifyDvsOnHostTask",
        "description": "The parameters and request body are for method: postDistributedVirtualSwitchManagerMoIdRectifyDvsOnHostTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/EnvironmentBrowser/{moId}/QueryConfigOption": {
      "post": {
        "tags": [
          "EnvironmentBrowser"
        ],
        "operationId": "postEnvironmentBrowserMoIdQueryConfigOption",
        "description": "The parameters and request body are for method: postEnvironmentBrowserMoIdQueryConfigOption. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/EnvironmentBrowser/{moId}/QueryConfigOptionDescriptor": {
      "post": {
        "tags": [
          "EnvironmentBrowser"
        ],
        "operationId": "postEnvironmentBrowserMoIdQueryConfigOptionDescriptor",
        "description": "The parameters and request body are for method: postEnvironmentBrowserMoIdQueryConfigOptionDescriptor. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/EnvironmentBrowser/{moId}/QueryConfigOptionEx": {
      "post": {
        "tags": [
          "EnvironmentBrowser"
        ],
        "operationId": "postEnvironmentBrowserMoIdQueryConfigOptionEx",
        "description": "The parameters and request body are for method: postEnvironmentBrowserMoIdQueryConfigOptionEx. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/EnvironmentBrowser/{moId}/QueryConfigTarget": {
      "post": {
        "tags": [
          "EnvironmentBrowser"
        ],
        "operationId": "postEnvironmentBrowserMoIdQueryConfigTarget",
        "description": "The parameters and request body are for method: postEnvironmentBrowserMoIdQueryConfigTarget. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/EnvironmentBrowser/{moId}/QueryTargetCapabilities": {
      "post": {
        "tags": [
          "EnvironmentBrowser"
        ],
        "operationId": "postEnvironmentBrowserMoIdQueryTargetCapabilities",
        "description": "The parameters and request body are for method: postEnvironmentBrowserMoIdQueryTargetCapabilities. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/EnvironmentBrowser/{moId}/datastoreBrowser": {
      "get": {
        "tags": [
          "EnvironmentBrowser"
        ],
        "operationId": "getEnvironmentBrowserMoIdDatastoreBrowser",
        "description": "The parameters and request body are for method: getEnvironmentBrowserMoIdDatastoreBrowser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/EventHistoryCollector/{moId}/ReadNextEvents": {
      "post": {
        "tags": [
          "EventHistoryCollector"
        ],
        "operationId": "postEventHistoryCollectorMoIdReadNextEvents",
        "description": "The parameters and request body are for method: postEventHistoryCollectorMoIdReadNextEvents. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/EventHistoryCollector/{moId}/ReadPreviousEvents": {
      "post": {
        "tags": [
          "EventHistoryCollector"
        ],
        "operationId": "postEventHistoryCollectorMoIdReadPreviousEvents",
        "description": "The parameters and request body are for method: postEventHistoryCollectorMoIdReadPreviousEvents. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/EventHistoryCollector/{moId}/DestroyCollector": {
      "post": {
        "tags": [
          "EventHistoryCollector"
        ],
        "operationId": "postEventHistoryCollectorMoIdDestroyCollector",
        "description": "The parameters and request body are for method: postEventHistoryCollectorMoIdDestroyCollector. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/EventHistoryCollector/{moId}/ResetCollector": {
      "post": {
        "tags": [
          "EventHistoryCollector"
        ],
        "operationId": "postEventHistoryCollectorMoIdResetCollector",
        "description": "The parameters and request body are for method: postEventHistoryCollectorMoIdResetCollector. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/EventHistoryCollector/{moId}/RewindCollector": {
      "post": {
        "tags": [
          "EventHistoryCollector"
        ],
        "operationId": "postEventHistoryCollectorMoIdRewindCollector",
        "description": "The parameters and request body are for method: postEventHistoryCollectorMoIdRewindCollector. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/EventHistoryCollector/{moId}/SetCollectorPageSize": {
      "post": {
        "tags": [
          "EventHistoryCollector"
        ],
        "operationId": "postEventHistoryCollectorMoIdSetCollectorPageSize",
        "description": "The parameters and request body are for method: postEventHistoryCollectorMoIdSetCollectorPageSize. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/EventHistoryCollector/{moId}/filter": {
      "get": {
        "tags": [
          "EventHistoryCollector"
        ],
        "operationId": "getEventHistoryCollectorMoIdFilter",
        "description": "The parameters and request body are for method: getEventHistoryCollectorMoIdFilter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/EventHistoryCollector/{moId}/initialized": {
      "get": {
        "tags": [
          "EventHistoryCollector"
        ],
        "operationId": "getEventHistoryCollectorMoIdInitialized",
        "description": "The parameters and request body are for method: getEventHistoryCollectorMoIdInitialized. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/EventHistoryCollector/{moId}/latestPage": {
      "get": {
        "tags": [
          "EventHistoryCollector"
        ],
        "operationId": "getEventHistoryCollectorMoIdLatestPage",
        "description": "The parameters and request body are for method: getEventHistoryCollectorMoIdLatestPage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/EventManager/{moId}/QueryEvents": {
      "post": {
        "tags": [
          "EventManager"
        ],
        "operationId": "postEventManagerMoIdQueryEvents",
        "description": "The parameters and request body are for method: postEventManagerMoIdQueryEvents. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/EventManager/{moId}/CreateCollectorForEvents": {
      "post": {
        "tags": [
          "EventManager"
        ],
        "operationId": "postEventManagerMoIdCreateCollectorForEvents",
        "description": "The parameters and request body are for method: postEventManagerMoIdCreateCollectorForEvents. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/EventManager/{moId}/LogUserEvent": {
      "post": {
        "tags": [
          "EventManager"
        ],
        "operationId": "postEventManagerMoIdLogUserEvent",
        "description": "The parameters and request body are for method: postEventManagerMoIdLogUserEvent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/EventManager/{moId}/PostEvent": {
      "post": {
        "tags": [
          "EventManager"
        ],
        "operationId": "postEventManagerMoIdPostEvent",
        "description": "The parameters and request body are for method: postEventManagerMoIdPostEvent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/EventManager/{moId}/RetrieveArgumentDescription": {
      "post": {
        "tags": [
          "EventManager"
        ],
        "operationId": "postEventManagerMoIdRetrieveArgumentDescription",
        "description": "The parameters and request body are for method: postEventManagerMoIdRetrieveArgumentDescription. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/EventManager/{moId}/description": {
      "get": {
        "tags": [
          "EventManager"
        ],
        "operationId": "getEventManagerMoIdDescription",
        "description": "The parameters and request body are for method: getEventManagerMoIdDescription. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/EventManager/{moId}/latestEvent": {
      "get": {
        "tags": [
          "EventManager"
        ],
        "operationId": "getEventManagerMoIdLatestEvent",
        "description": "The parameters and request body are for method: getEventManagerMoIdLatestEvent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/EventManager/{moId}/maxCollector": {
      "get": {
        "tags": [
          "EventManager"
        ],
        "operationId": "getEventManagerMoIdMaxCollector",
        "description": "The parameters and request body are for method: getEventManagerMoIdMaxCollector. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ExtensibleManagedObject/{moId}/setCustomValue": {
      "post": {
        "tags": [
          "ExtensibleManagedObject"
        ],
        "operationId": "postExtensibleManagedObjectMoIdSetCustomValue",
        "description": "The parameters and request body are for method: postExtensibleManagedObjectMoIdSetCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ExtensibleManagedObject/{moId}/availableField": {
      "get": {
        "tags": [
          "ExtensibleManagedObject"
        ],
        "operationId": "getExtensibleManagedObjectMoIdAvailableField",
        "description": "The parameters and request body are for method: getExtensibleManagedObjectMoIdAvailableField. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ExtensibleManagedObject/{moId}/value": {
      "get": {
        "tags": [
          "ExtensibleManagedObject"
        ],
        "operationId": "getExtensibleManagedObjectMoIdValue",
        "description": "The parameters and request body are for method: getExtensibleManagedObjectMoIdValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ExtensionManager/{moId}/FindExtension": {
      "post": {
        "tags": [
          "ExtensionManager"
        ],
        "operationId": "postExtensionManagerMoIdFindExtension",
        "description": "The parameters and request body are for method: postExtensionManagerMoIdFindExtension. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ExtensionManager/{moId}/GetPublicKey": {
      "post": {
        "tags": [
          "ExtensionManager"
        ],
        "operationId": "postExtensionManagerMoIdGetPublicKey",
        "description": "The parameters and request body are for method: postExtensionManagerMoIdGetPublicKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ExtensionManager/{moId}/QueryExtensionIpAllocationUsage": {
      "post": {
        "tags": [
          "ExtensionManager"
        ],
        "operationId": "postExtensionManagerMoIdQueryExtensionIpAllocationUsage",
        "description": "The parameters and request body are for method: postExtensionManagerMoIdQueryExtensionIpAllocationUsage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ExtensionManager/{moId}/QueryManagedBy": {
      "post": {
        "tags": [
          "ExtensionManager"
        ],
        "operationId": "postExtensionManagerMoIdQueryManagedBy",
        "description": "The parameters and request body are for method: postExtensionManagerMoIdQueryManagedBy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ExtensionManager/{moId}/RegisterExtension": {
      "post": {
        "tags": [
          "ExtensionManager"
        ],
        "operationId": "postExtensionManagerMoIdRegisterExtension",
        "description": "The parameters and request body are for method: postExtensionManagerMoIdRegisterExtension. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ExtensionManager/{moId}/SetExtensionCertificate": {
      "post": {
        "tags": [
          "ExtensionManager"
        ],
        "operationId": "postExtensionManagerMoIdSetExtensionCertificate",
        "description": "The parameters and request body are for method: postExtensionManagerMoIdSetExtensionCertificate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ExtensionManager/{moId}/SetPublicKey": {
      "post": {
        "tags": [
          "ExtensionManager"
        ],
        "operationId": "postExtensionManagerMoIdSetPublicKey",
        "description": "The parameters and request body are for method: postExtensionManagerMoIdSetPublicKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ExtensionManager/{moId}/SetServiceAccount": {
      "post": {
        "tags": [
          "ExtensionManager"
        ],
        "operationId": "postExtensionManagerMoIdSetServiceAccount",
        "description": "The parameters and request body are for method: postExtensionManagerMoIdSetServiceAccount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ExtensionManager/{moId}/UnregisterExtension": {
      "post": {
        "tags": [
          "ExtensionManager"
        ],
        "operationId": "postExtensionManagerMoIdUnregisterExtension",
        "description": "The parameters and request body are for method: postExtensionManagerMoIdUnregisterExtension. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ExtensionManager/{moId}/UpdateExtension": {
      "post": {
        "tags": [
          "ExtensionManager"
        ],
        "operationId": "postExtensionManagerMoIdUpdateExtension",
        "description": "The parameters and request body are for method: postExtensionManagerMoIdUpdateExtension. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ExtensionManager/{moId}/extensionList": {
      "get": {
        "tags": [
          "ExtensionManager"
        ],
        "operationId": "getExtensionManagerMoIdExtensionList",
        "description": "The parameters and request body are for method: getExtensionManagerMoIdExtensionList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/FailoverClusterConfigurator/{moId}/configureVcha_Task": {
      "post": {
        "tags": [
          "FailoverClusterConfigurator"
        ],
        "operationId": "postFailoverClusterConfiguratorMoIdConfigureVchaTask",
        "description": "The parameters and request body are for method: postFailoverClusterConfiguratorMoIdConfigureVchaTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/FailoverClusterConfigurator/{moId}/createPassiveNode_Task": {
      "post": {
        "tags": [
          "FailoverClusterConfigurator"
        ],
        "operationId": "postFailoverClusterConfiguratorMoIdCreatePassiveNodeTask",
        "description": "The parameters and request body are for method: postFailoverClusterConfiguratorMoIdCreatePassiveNodeTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/FailoverClusterConfigurator/{moId}/createWitnessNode_Task": {
      "post": {
        "tags": [
          "FailoverClusterConfigurator"
        ],
        "operationId": "postFailoverClusterConfiguratorMoIdCreateWitnessNodeTask",
        "description": "The parameters and request body are for method: postFailoverClusterConfiguratorMoIdCreateWitnessNodeTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/FailoverClusterConfigurator/{moId}/deployVcha_Task": {
      "post": {
        "tags": [
          "FailoverClusterConfigurator"
        ],
        "operationId": "postFailoverClusterConfiguratorMoIdDeployVchaTask",
        "description": "The parameters and request body are for method: postFailoverClusterConfiguratorMoIdDeployVchaTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/FailoverClusterConfigurator/{moId}/destroyVcha_Task": {
      "post": {
        "tags": [
          "FailoverClusterConfigurator"
        ],
        "operationId": "postFailoverClusterConfiguratorMoIdDestroyVchaTask",
        "description": "The parameters and request body are for method: postFailoverClusterConfiguratorMoIdDestroyVchaTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/FailoverClusterConfigurator/{moId}/getVchaConfig": {
      "post": {
        "tags": [
          "FailoverClusterConfigurator"
        ],
        "operationId": "postFailoverClusterConfiguratorMoIdGetVchaConfig",
        "description": "The parameters and request body are for method: postFailoverClusterConfiguratorMoIdGetVchaConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/FailoverClusterConfigurator/{moId}/prepareVcha_Task": {
      "post": {
        "tags": [
          "FailoverClusterConfigurator"
        ],
        "operationId": "postFailoverClusterConfiguratorMoIdPrepareVchaTask",
        "description": "The parameters and request body are for method: postFailoverClusterConfiguratorMoIdPrepareVchaTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/FailoverClusterConfigurator/{moId}/disabledConfigureMethod": {
      "get": {
        "tags": [
          "FailoverClusterConfigurator"
        ],
        "operationId": "getFailoverClusterConfiguratorMoIdDisabledConfigureMethod",
        "description": "The parameters and request body are for method: getFailoverClusterConfiguratorMoIdDisabledConfigureMethod. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/FailoverClusterManager/{moId}/GetVchaClusterHealth": {
      "post": {
        "tags": [
          "FailoverClusterManager"
        ],
        "operationId": "postFailoverClusterManagerMoIdGetVchaClusterHealth",
        "description": "The parameters and request body are for method: postFailoverClusterManagerMoIdGetVchaClusterHealth. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/FailoverClusterManager/{moId}/getClusterMode": {
      "post": {
        "tags": [
          "FailoverClusterManager"
        ],
        "operationId": "postFailoverClusterManagerMoIdGetClusterMode",
        "description": "The parameters and request body are for method: postFailoverClusterManagerMoIdGetClusterMode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/FailoverClusterManager/{moId}/initiateFailover_Task": {
      "post": {
        "tags": [
          "FailoverClusterManager"
        ],
        "operationId": "postFailoverClusterManagerMoIdInitiateFailoverTask",
        "description": "The parameters and request body are for method: postFailoverClusterManagerMoIdInitiateFailoverTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/FailoverClusterManager/{moId}/setClusterMode_Task": {
      "post": {
        "tags": [
          "FailoverClusterManager"
        ],
        "operationId": "postFailoverClusterManagerMoIdSetClusterModeTask",
        "description": "The parameters and request body are for method: postFailoverClusterManagerMoIdSetClusterModeTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/FailoverClusterManager/{moId}/disabledClusterMethod": {
      "get": {
        "tags": [
          "FailoverClusterManager"
        ],
        "operationId": "getFailoverClusterManagerMoIdDisabledClusterMethod",
        "description": "The parameters and request body are for method: getFailoverClusterManagerMoIdDisabledClusterMethod. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/FileManager/{moId}/ChangeOwner": {
      "post": {
        "tags": [
          "FileManager"
        ],
        "operationId": "postFileManagerMoIdChangeOwner",
        "description": "The parameters and request body are for method: postFileManagerMoIdChangeOwner. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/FileManager/{moId}/CopyDatastoreFile_Task": {
      "post": {
        "tags": [
          "FileManager"
        ],
        "operationId": "postFileManagerMoIdCopyDatastoreFileTask",
        "description": "The parameters and request body are for method: postFileManagerMoIdCopyDatastoreFileTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/FileManager/{moId}/DeleteDatastoreFile_Task": {
      "post": {
        "tags": [
          "FileManager"
        ],
        "operationId": "postFileManagerMoIdDeleteDatastoreFileTask",
        "description": "The parameters and request body are for method: postFileManagerMoIdDeleteDatastoreFileTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/FileManager/{moId}/MakeDirectory": {
      "post": {
        "tags": [
          "FileManager"
        ],
        "operationId": "postFileManagerMoIdMakeDirectory",
        "description": "The parameters and request body are for method: postFileManagerMoIdMakeDirectory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/FileManager/{moId}/MoveDatastoreFile_Task": {
      "post": {
        "tags": [
          "FileManager"
        ],
        "operationId": "postFileManagerMoIdMoveDatastoreFileTask",
        "description": "The parameters and request body are for method: postFileManagerMoIdMoveDatastoreFileTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/FileManager/{moId}/QueryFileLockInfo": {
      "post": {
        "tags": [
          "FileManager"
        ],
        "operationId": "postFileManagerMoIdQueryFileLockInfo",
        "description": "The parameters and request body are for method: postFileManagerMoIdQueryFileLockInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Folder/{moId}/AddStandaloneHost_Task": {
      "post": {
        "tags": [
          "Folder"
        ],
        "operationId": "postFolderMoIdAddStandaloneHostTask",
        "description": "The parameters and request body are for method: postFolderMoIdAddStandaloneHostTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Folder/{moId}/BatchAddHostsToCluster_Task": {
      "post": {
        "tags": [
          "Folder"
        ],
        "operationId": "postFolderMoIdBatchAddHostsToClusterTask",
        "description": "The parameters and request body are for method: postFolderMoIdBatchAddHostsToClusterTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Folder/{moId}/BatchAddStandaloneHosts_Task": {
      "post": {
        "tags": [
          "Folder"
        ],
        "operationId": "postFolderMoIdBatchAddStandaloneHostsTask",
        "description": "The parameters and request body are for method: postFolderMoIdBatchAddStandaloneHostsTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Folder/{moId}/CreateCluster": {
      "post": {
        "tags": [
          "Folder"
        ],
        "operationId": "postFolderMoIdCreateCluster",
        "description": "The parameters and request body are for method: postFolderMoIdCreateCluster. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Folder/{moId}/CreateClusterEx": {
      "post": {
        "tags": [
          "Folder"
        ],
        "operationId": "postFolderMoIdCreateClusterEx",
        "description": "The parameters and request body are for method: postFolderMoIdCreateClusterEx. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Folder/{moId}/CreateDatacenter": {
      "post": {
        "tags": [
          "Folder"
        ],
        "operationId": "postFolderMoIdCreateDatacenter",
        "description": "The parameters and request body are for method: postFolderMoIdCreateDatacenter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Folder/{moId}/CreateDVS_Task": {
      "post": {
        "tags": [
          "Folder"
        ],
        "operationId": "postFolderMoIdCreateDVSTask",
        "description": "The parameters and request body are for method: postFolderMoIdCreateDVSTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Folder/{moId}/CreateFolder": {
      "post": {
        "tags": [
          "Folder"
        ],
        "operationId": "postFolderMoIdCreateFolder",
        "description": "The parameters and request body are for method: postFolderMoIdCreateFolder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Folder/{moId}/CreateStoragePod": {
      "post": {
        "tags": [
          "Folder"
        ],
        "operationId": "postFolderMoIdCreateStoragePod",
        "description": "The parameters and request body are for method: postFolderMoIdCreateStoragePod. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Folder/{moId}/CreateVM_Task": {
      "post": {
        "tags": [
          "Folder"
        ],
        "operationId": "postFolderMoIdCreateVMTask",
        "description": "The parameters and request body are for method: postFolderMoIdCreateVMTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Folder/{moId}/Destroy_Task": {
      "post": {
        "tags": [
          "Folder"
        ],
        "operationId": "postFolderMoIdDestroyTask",
        "description": "The parameters and request body are for method: postFolderMoIdDestroyTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Folder/{moId}/MoveIntoFolder_Task": {
      "post": {
        "tags": [
          "Folder"
        ],
        "operationId": "postFolderMoIdMoveIntoFolderTask",
        "description": "The parameters and request body are for method: postFolderMoIdMoveIntoFolderTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Folder/{moId}/RegisterVM_Task": {
      "post": {
        "tags": [
          "Folder"
        ],
        "operationId": "postFolderMoIdRegisterVMTask",
        "description": "The parameters and request body are for method: postFolderMoIdRegisterVMTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Folder/{moId}/Reload": {
      "post": {
        "tags": [
          "Folder"
        ],
        "operationId": "postFolderMoIdReload",
        "description": "The parameters and request body are for method: postFolderMoIdReload. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Folder/{moId}/Rename_Task": {
      "post": {
        "tags": [
          "Folder"
        ],
        "operationId": "postFolderMoIdRenameTask",
        "description": "The parameters and request body are for method: postFolderMoIdRenameTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Folder/{moId}/setCustomValue": {
      "post": {
        "tags": [
          "Folder"
        ],
        "operationId": "postFolderMoIdSetCustomValue",
        "description": "The parameters and request body are for method: postFolderMoIdSetCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Folder/{moId}/UnregisterAndDestroy_Task": {
      "post": {
        "tags": [
          "Folder"
        ],
        "operationId": "postFolderMoIdUnregisterAndDestroyTask",
        "description": "The parameters and request body are for method: postFolderMoIdUnregisterAndDestroyTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Folder/{moId}/alarmActionsEnabled": {
      "get": {
        "tags": [
          "Folder"
        ],
        "operationId": "getFolderMoIdAlarmActionsEnabled",
        "description": "The parameters and request body are for method: getFolderMoIdAlarmActionsEnabled. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Folder/{moId}/availableField": {
      "get": {
        "tags": [
          "Folder"
        ],
        "operationId": "getFolderMoIdAvailableField",
        "description": "The parameters and request body are for method: getFolderMoIdAvailableField. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Folder/{moId}/childEntity": {
      "get": {
        "tags": [
          "Folder"
        ],
        "operationId": "getFolderMoIdChildEntity",
        "description": "The parameters and request body are for method: getFolderMoIdChildEntity. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Folder/{moId}/childType": {
      "get": {
        "tags": [
          "Folder"
        ],
        "operationId": "getFolderMoIdChildType",
        "description": "The parameters and request body are for method: getFolderMoIdChildType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Folder/{moId}/configIssue": {
      "get": {
        "tags": [
          "Folder"
        ],
        "operationId": "getFolderMoIdConfigIssue",
        "description": "The parameters and request body are for method: getFolderMoIdConfigIssue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Folder/{moId}/configStatus": {
      "get": {
        "tags": [
          "Folder"
        ],
        "operationId": "getFolderMoIdConfigStatus",
        "description": "The parameters and request body are for method: getFolderMoIdConfigStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Folder/{moId}/customValue": {
      "get": {
        "tags": [
          "Folder"
        ],
        "operationId": "getFolderMoIdCustomValue",
        "description": "The parameters and request body are for method: getFolderMoIdCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Folder/{moId}/declaredAlarmState": {
      "get": {
        "tags": [
          "Folder"
        ],
        "operationId": "getFolderMoIdDeclaredAlarmState",
        "description": "The parameters and request body are for method: getFolderMoIdDeclaredAlarmState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Folder/{moId}/disabledMethod": {
      "get": {
        "tags": [
          "Folder"
        ],
        "operationId": "getFolderMoIdDisabledMethod",
        "description": "The parameters and request body are for method: getFolderMoIdDisabledMethod. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Folder/{moId}/effectiveRole": {
      "get": {
        "tags": [
          "Folder"
        ],
        "operationId": "getFolderMoIdEffectiveRole",
        "description": "The parameters and request body are for method: getFolderMoIdEffectiveRole. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Folder/{moId}/name": {
      "get": {
        "tags": [
          "Folder"
        ],
        "operationId": "getFolderMoIdName",
        "description": "The parameters and request body are for method: getFolderMoIdName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Folder/{moId}/namespace": {
      "get": {
        "tags": [
          "Folder"
        ],
        "operationId": "getFolderMoIdNamespace",
        "description": "The parameters and request body are for method: getFolderMoIdNamespace. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Folder/{moId}/overallStatus": {
      "get": {
        "tags": [
          "Folder"
        ],
        "operationId": "getFolderMoIdOverallStatus",
        "description": "The parameters and request body are for method: getFolderMoIdOverallStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Folder/{moId}/parent": {
      "get": {
        "tags": [
          "Folder"
        ],
        "operationId": "getFolderMoIdParent",
        "description": "The parameters and request body are for method: getFolderMoIdParent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Folder/{moId}/permission": {
      "get": {
        "tags": [
          "Folder"
        ],
        "operationId": "getFolderMoIdPermission",
        "description": "The parameters and request body are for method: getFolderMoIdPermission. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Folder/{moId}/recentTask": {
      "get": {
        "tags": [
          "Folder"
        ],
        "operationId": "getFolderMoIdRecentTask",
        "description": "The parameters and request body are for method: getFolderMoIdRecentTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Folder/{moId}/tag": {
      "get": {
        "tags": [
          "Folder"
        ],
        "operationId": "getFolderMoIdTag",
        "description": "The parameters and request body are for method: getFolderMoIdTag. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Folder/{moId}/triggeredAlarmState": {
      "get": {
        "tags": [
          "Folder"
        ],
        "operationId": "getFolderMoIdTriggeredAlarmState",
        "description": "The parameters and request body are for method: getFolderMoIdTriggeredAlarmState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Folder/{moId}/value": {
      "get": {
        "tags": [
          "Folder"
        ],
        "operationId": "getFolderMoIdValue",
        "description": "The parameters and request body are for method: getFolderMoIdValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/GuestAliasManager/{moId}/AddGuestAlias": {
      "post": {
        "tags": [
          "GuestAliasManager"
        ],
        "operationId": "postGuestAliasManagerMoIdAddGuestAlias",
        "description": "The parameters and request body are for method: postGuestAliasManagerMoIdAddGuestAlias. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/GuestAliasManager/{moId}/ListGuestAliases": {
      "post": {
        "tags": [
          "GuestAliasManager"
        ],
        "operationId": "postGuestAliasManagerMoIdListGuestAliases",
        "description": "The parameters and request body are for method: postGuestAliasManagerMoIdListGuestAliases. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/GuestAliasManager/{moId}/ListGuestMappedAliases": {
      "post": {
        "tags": [
          "GuestAliasManager"
        ],
        "operationId": "postGuestAliasManagerMoIdListGuestMappedAliases",
        "description": "The parameters and request body are for method: postGuestAliasManagerMoIdListGuestMappedAliases. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/GuestAliasManager/{moId}/RemoveGuestAlias": {
      "post": {
        "tags": [
          "GuestAliasManager"
        ],
        "operationId": "postGuestAliasManagerMoIdRemoveGuestAlias",
        "description": "The parameters and request body are for method: postGuestAliasManagerMoIdRemoveGuestAlias. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/GuestAliasManager/{moId}/RemoveGuestAliasByCert": {
      "post": {
        "tags": [
          "GuestAliasManager"
        ],
        "operationId": "postGuestAliasManagerMoIdRemoveGuestAliasByCert",
        "description": "The parameters and request body are for method: postGuestAliasManagerMoIdRemoveGuestAliasByCert. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/GuestAuthManager/{moId}/AcquireCredentialsInGuest": {
      "post": {
        "tags": [
          "GuestAuthManager"
        ],
        "operationId": "postGuestAuthManagerMoIdAcquireCredentialsInGuest",
        "description": "The parameters and request body are for method: postGuestAuthManagerMoIdAcquireCredentialsInGuest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/GuestAuthManager/{moId}/ReleaseCredentialsInGuest": {
      "post": {
        "tags": [
          "GuestAuthManager"
        ],
        "operationId": "postGuestAuthManagerMoIdReleaseCredentialsInGuest",
        "description": "The parameters and request body are for method: postGuestAuthManagerMoIdReleaseCredentialsInGuest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/GuestAuthManager/{moId}/ValidateCredentialsInGuest": {
      "post": {
        "tags": [
          "GuestAuthManager"
        ],
        "operationId": "postGuestAuthManagerMoIdValidateCredentialsInGuest",
        "description": "The parameters and request body are for method: postGuestAuthManagerMoIdValidateCredentialsInGuest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/GuestFileManager/{moId}/ChangeFileAttributesInGuest": {
      "post": {
        "tags": [
          "GuestFileManager"
        ],
        "operationId": "postGuestFileManagerMoIdChangeFileAttributesInGuest",
        "description": "The parameters and request body are for method: postGuestFileManagerMoIdChangeFileAttributesInGuest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/GuestFileManager/{moId}/CreateTemporaryDirectoryInGuest": {
      "post": {
        "tags": [
          "GuestFileManager"
        ],
        "operationId": "postGuestFileManagerMoIdCreateTemporaryDirectoryInGuest",
        "description": "The parameters and request body are for method: postGuestFileManagerMoIdCreateTemporaryDirectoryInGuest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/GuestFileManager/{moId}/CreateTemporaryFileInGuest": {
      "post": {
        "tags": [
          "GuestFileManager"
        ],
        "operationId": "postGuestFileManagerMoIdCreateTemporaryFileInGuest",
        "description": "The parameters and request body are for method: postGuestFileManagerMoIdCreateTemporaryFileInGuest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/GuestFileManager/{moId}/DeleteDirectoryInGuest": {
      "post": {
        "tags": [
          "GuestFileManager"
        ],
        "operationId": "postGuestFileManagerMoIdDeleteDirectoryInGuest",
        "description": "The parameters and request body are for method: postGuestFileManagerMoIdDeleteDirectoryInGuest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/GuestFileManager/{moId}/DeleteFileInGuest": {
      "post": {
        "tags": [
          "GuestFileManager"
        ],
        "operationId": "postGuestFileManagerMoIdDeleteFileInGuest",
        "description": "The parameters and request body are for method: postGuestFileManagerMoIdDeleteFileInGuest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/GuestFileManager/{moId}/InitiateFileTransferFromGuest": {
      "post": {
        "tags": [
          "GuestFileManager"
        ],
        "operationId": "postGuestFileManagerMoIdInitiateFileTransferFromGuest",
        "description": "The parameters and request body are for method: postGuestFileManagerMoIdInitiateFileTransferFromGuest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/GuestFileManager/{moId}/InitiateFileTransferToGuest": {
      "post": {
        "tags": [
          "GuestFileManager"
        ],
        "operationId": "postGuestFileManagerMoIdInitiateFileTransferToGuest",
        "description": "The parameters and request body are for method: postGuestFileManagerMoIdInitiateFileTransferToGuest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/GuestFileManager/{moId}/ListFilesInGuest": {
      "post": {
        "tags": [
          "GuestFileManager"
        ],
        "operationId": "postGuestFileManagerMoIdListFilesInGuest",
        "description": "The parameters and request body are for method: postGuestFileManagerMoIdListFilesInGuest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/GuestFileManager/{moId}/MakeDirectoryInGuest": {
      "post": {
        "tags": [
          "GuestFileManager"
        ],
        "operationId": "postGuestFileManagerMoIdMakeDirectoryInGuest",
        "description": "The parameters and request body are for method: postGuestFileManagerMoIdMakeDirectoryInGuest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/GuestFileManager/{moId}/MoveDirectoryInGuest": {
      "post": {
        "tags": [
          "GuestFileManager"
        ],
        "operationId": "postGuestFileManagerMoIdMoveDirectoryInGuest",
        "description": "The parameters and request body are for method: postGuestFileManagerMoIdMoveDirectoryInGuest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/GuestFileManager/{moId}/MoveFileInGuest": {
      "post": {
        "tags": [
          "GuestFileManager"
        ],
        "operationId": "postGuestFileManagerMoIdMoveFileInGuest",
        "description": "The parameters and request body are for method: postGuestFileManagerMoIdMoveFileInGuest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/GuestOperationsManager/{moId}/aliasManager": {
      "get": {
        "tags": [
          "GuestOperationsManager"
        ],
        "operationId": "getGuestOperationsManagerMoIdAliasManager",
        "description": "The parameters and request body are for method: getGuestOperationsManagerMoIdAliasManager. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/GuestOperationsManager/{moId}/authManager": {
      "get": {
        "tags": [
          "GuestOperationsManager"
        ],
        "operationId": "getGuestOperationsManagerMoIdAuthManager",
        "description": "The parameters and request body are for method: getGuestOperationsManagerMoIdAuthManager. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/GuestOperationsManager/{moId}/fileManager": {
      "get": {
        "tags": [
          "GuestOperationsManager"
        ],
        "operationId": "getGuestOperationsManagerMoIdFileManager",
        "description": "The parameters and request body are for method: getGuestOperationsManagerMoIdFileManager. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/GuestOperationsManager/{moId}/guestWindowsRegistryManager": {
      "get": {
        "tags": [
          "GuestOperationsManager"
        ],
        "operationId": "getGuestOperationsManagerMoIdGuestWindowsRegistryManager",
        "description": "The parameters and request body are for method: getGuestOperationsManagerMoIdGuestWindowsRegistryManager. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/GuestOperationsManager/{moId}/processManager": {
      "get": {
        "tags": [
          "GuestOperationsManager"
        ],
        "operationId": "getGuestOperationsManagerMoIdProcessManager",
        "description": "The parameters and request body are for method: getGuestOperationsManagerMoIdProcessManager. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/GuestProcessManager/{moId}/ListProcessesInGuest": {
      "post": {
        "tags": [
          "GuestProcessManager"
        ],
        "operationId": "postGuestProcessManagerMoIdListProcessesInGuest",
        "description": "The parameters and request body are for method: postGuestProcessManagerMoIdListProcessesInGuest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/GuestProcessManager/{moId}/ReadEnvironmentVariableInGuest": {
      "post": {
        "tags": [
          "GuestProcessManager"
        ],
        "operationId": "postGuestProcessManagerMoIdReadEnvironmentVariableInGuest",
        "description": "The parameters and request body are for method: postGuestProcessManagerMoIdReadEnvironmentVariableInGuest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/GuestProcessManager/{moId}/StartProgramInGuest": {
      "post": {
        "tags": [
          "GuestProcessManager"
        ],
        "operationId": "postGuestProcessManagerMoIdStartProgramInGuest",
        "description": "The parameters and request body are for method: postGuestProcessManagerMoIdStartProgramInGuest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/GuestProcessManager/{moId}/TerminateProcessInGuest": {
      "post": {
        "tags": [
          "GuestProcessManager"
        ],
        "operationId": "postGuestProcessManagerMoIdTerminateProcessInGuest",
        "description": "The parameters and request body are for method: postGuestProcessManagerMoIdTerminateProcessInGuest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/GuestWindowsRegistryManager/{moId}/CreateRegistryKeyInGuest": {
      "post": {
        "tags": [
          "GuestWindowsRegistryManager"
        ],
        "operationId": "postGuestWindowsRegistryManagerMoIdCreateRegistryKeyInGuest",
        "description": "The parameters and request body are for method: postGuestWindowsRegistryManagerMoIdCreateRegistryKeyInGuest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/GuestWindowsRegistryManager/{moId}/DeleteRegistryKeyInGuest": {
      "post": {
        "tags": [
          "GuestWindowsRegistryManager"
        ],
        "operationId": "postGuestWindowsRegistryManagerMoIdDeleteRegistryKeyInGuest",
        "description": "The parameters and request body are for method: postGuestWindowsRegistryManagerMoIdDeleteRegistryKeyInGuest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/GuestWindowsRegistryManager/{moId}/DeleteRegistryValueInGuest": {
      "post": {
        "tags": [
          "GuestWindowsRegistryManager"
        ],
        "operationId": "postGuestWindowsRegistryManagerMoIdDeleteRegistryValueInGuest",
        "description": "The parameters and request body are for method: postGuestWindowsRegistryManagerMoIdDeleteRegistryValueInGuest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/GuestWindowsRegistryManager/{moId}/ListRegistryKeysInGuest": {
      "post": {
        "tags": [
          "GuestWindowsRegistryManager"
        ],
        "operationId": "postGuestWindowsRegistryManagerMoIdListRegistryKeysInGuest",
        "description": "The parameters and request body are for method: postGuestWindowsRegistryManagerMoIdListRegistryKeysInGuest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/GuestWindowsRegistryManager/{moId}/ListRegistryValuesInGuest": {
      "post": {
        "tags": [
          "GuestWindowsRegistryManager"
        ],
        "operationId": "postGuestWindowsRegistryManagerMoIdListRegistryValuesInGuest",
        "description": "The parameters and request body are for method: postGuestWindowsRegistryManagerMoIdListRegistryValuesInGuest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/GuestWindowsRegistryManager/{moId}/SetRegistryValueInGuest": {
      "post": {
        "tags": [
          "GuestWindowsRegistryManager"
        ],
        "operationId": "postGuestWindowsRegistryManagerMoIdSetRegistryValueInGuest",
        "description": "The parameters and request body are for method: postGuestWindowsRegistryManagerMoIdSetRegistryValueInGuest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HealthUpdateManager/{moId}/AddFilter": {
      "post": {
        "tags": [
          "HealthUpdateManager"
        ],
        "operationId": "postHealthUpdateManagerMoIdAddFilter",
        "description": "The parameters and request body are for method: postHealthUpdateManagerMoIdAddFilter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HealthUpdateManager/{moId}/AddFilterEntities": {
      "post": {
        "tags": [
          "HealthUpdateManager"
        ],
        "operationId": "postHealthUpdateManagerMoIdAddFilterEntities",
        "description": "The parameters and request body are for method: postHealthUpdateManagerMoIdAddFilterEntities. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HealthUpdateManager/{moId}/AddMonitoredEntities": {
      "post": {
        "tags": [
          "HealthUpdateManager"
        ],
        "operationId": "postHealthUpdateManagerMoIdAddMonitoredEntities",
        "description": "The parameters and request body are for method: postHealthUpdateManagerMoIdAddMonitoredEntities. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HealthUpdateManager/{moId}/HasMonitoredEntity": {
      "post": {
        "tags": [
          "HealthUpdateManager"
        ],
        "operationId": "postHealthUpdateManagerMoIdHasMonitoredEntity",
        "description": "The parameters and request body are for method: postHealthUpdateManagerMoIdHasMonitoredEntity. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HealthUpdateManager/{moId}/HasProvider": {
      "post": {
        "tags": [
          "HealthUpdateManager"
        ],
        "operationId": "postHealthUpdateManagerMoIdHasProvider",
        "description": "The parameters and request body are for method: postHealthUpdateManagerMoIdHasProvider. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HealthUpdateManager/{moId}/PostHealthUpdates": {
      "post": {
        "tags": [
          "HealthUpdateManager"
        ],
        "operationId": "postHealthUpdateManagerMoIdPostHealthUpdates",
        "description": "The parameters and request body are for method: postHealthUpdateManagerMoIdPostHealthUpdates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HealthUpdateManager/{moId}/QueryFilterEntities": {
      "post": {
        "tags": [
          "HealthUpdateManager"
        ],
        "operationId": "postHealthUpdateManagerMoIdQueryFilterEntities",
        "description": "The parameters and request body are for method: postHealthUpdateManagerMoIdQueryFilterEntities. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HealthUpdateManager/{moId}/QueryFilterInfoIds": {
      "post": {
        "tags": [
          "HealthUpdateManager"
        ],
        "operationId": "postHealthUpdateManagerMoIdQueryFilterInfoIds",
        "description": "The parameters and request body are for method: postHealthUpdateManagerMoIdQueryFilterInfoIds. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HealthUpdateManager/{moId}/QueryFilterList": {
      "post": {
        "tags": [
          "HealthUpdateManager"
        ],
        "operationId": "postHealthUpdateManagerMoIdQueryFilterList",
        "description": "The parameters and request body are for method: postHealthUpdateManagerMoIdQueryFilterList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HealthUpdateManager/{moId}/QueryFilterName": {
      "post": {
        "tags": [
          "HealthUpdateManager"
        ],
        "operationId": "postHealthUpdateManagerMoIdQueryFilterName",
        "description": "The parameters and request body are for method: postHealthUpdateManagerMoIdQueryFilterName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HealthUpdateManager/{moId}/QueryHealthUpdateInfos": {
      "post": {
        "tags": [
          "HealthUpdateManager"
        ],
        "operationId": "postHealthUpdateManagerMoIdQueryHealthUpdateInfos",
        "description": "The parameters and request body are for method: postHealthUpdateManagerMoIdQueryHealthUpdateInfos. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HealthUpdateManager/{moId}/QueryHealthUpdates": {
      "post": {
        "tags": [
          "HealthUpdateManager"
        ],
        "operationId": "postHealthUpdateManagerMoIdQueryHealthUpdates",
        "description": "The parameters and request body are for method: postHealthUpdateManagerMoIdQueryHealthUpdates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HealthUpdateManager/{moId}/QueryMonitoredEntities": {
      "post": {
        "tags": [
          "HealthUpdateManager"
        ],
        "operationId": "postHealthUpdateManagerMoIdQueryMonitoredEntities",
        "description": "The parameters and request body are for method: postHealthUpdateManagerMoIdQueryMonitoredEntities. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HealthUpdateManager/{moId}/QueryProviderList": {
      "post": {
        "tags": [
          "HealthUpdateManager"
        ],
        "operationId": "postHealthUpdateManagerMoIdQueryProviderList",
        "description": "The parameters and request body are for method: postHealthUpdateManagerMoIdQueryProviderList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HealthUpdateManager/{moId}/QueryProviderName": {
      "post": {
        "tags": [
          "HealthUpdateManager"
        ],
        "operationId": "postHealthUpdateManagerMoIdQueryProviderName",
        "description": "The parameters and request body are for method: postHealthUpdateManagerMoIdQueryProviderName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HealthUpdateManager/{moId}/QueryUnmonitoredHosts": {
      "post": {
        "tags": [
          "HealthUpdateManager"
        ],
        "operationId": "postHealthUpdateManagerMoIdQueryUnmonitoredHosts",
        "description": "The parameters and request body are for method: postHealthUpdateManagerMoIdQueryUnmonitoredHosts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HealthUpdateManager/{moId}/RegisterHealthUpdateProvider": {
      "post": {
        "tags": [
          "HealthUpdateManager"
        ],
        "operationId": "postHealthUpdateManagerMoIdRegisterHealthUpdateProvider",
        "description": "The parameters and request body are for method: postHealthUpdateManagerMoIdRegisterHealthUpdateProvider. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HealthUpdateManager/{moId}/RemoveFilter": {
      "post": {
        "tags": [
          "HealthUpdateManager"
        ],
        "operationId": "postHealthUpdateManagerMoIdRemoveFilter",
        "description": "The parameters and request body are for method: postHealthUpdateManagerMoIdRemoveFilter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HealthUpdateManager/{moId}/RemoveFilterEntities": {
      "post": {
        "tags": [
          "HealthUpdateManager"
        ],
        "operationId": "postHealthUpdateManagerMoIdRemoveFilterEntities",
        "description": "The parameters and request body are for method: postHealthUpdateManagerMoIdRemoveFilterEntities. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HealthUpdateManager/{moId}/RemoveMonitoredEntities": {
      "post": {
        "tags": [
          "HealthUpdateManager"
        ],
        "operationId": "postHealthUpdateManagerMoIdRemoveMonitoredEntities",
        "description": "The parameters and request body are for method: postHealthUpdateManagerMoIdRemoveMonitoredEntities. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HealthUpdateManager/{moId}/UnregisterHealthUpdateProvider": {
      "post": {
        "tags": [
          "HealthUpdateManager"
        ],
        "operationId": "postHealthUpdateManagerMoIdUnregisterHealthUpdateProvider",
        "description": "The parameters and request body are for method: postHealthUpdateManagerMoIdUnregisterHealthUpdateProvider. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HistoryCollector/{moId}/DestroyCollector": {
      "post": {
        "tags": [
          "HistoryCollector"
        ],
        "operationId": "postHistoryCollectorMoIdDestroyCollector",
        "description": "The parameters and request body are for method: postHistoryCollectorMoIdDestroyCollector. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HistoryCollector/{moId}/ResetCollector": {
      "post": {
        "tags": [
          "HistoryCollector"
        ],
        "operationId": "postHistoryCollectorMoIdResetCollector",
        "description": "The parameters and request body are for method: postHistoryCollectorMoIdResetCollector. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HistoryCollector/{moId}/RewindCollector": {
      "post": {
        "tags": [
          "HistoryCollector"
        ],
        "operationId": "postHistoryCollectorMoIdRewindCollector",
        "description": "The parameters and request body are for method: postHistoryCollectorMoIdRewindCollector. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HistoryCollector/{moId}/SetCollectorPageSize": {
      "post": {
        "tags": [
          "HistoryCollector"
        ],
        "operationId": "postHistoryCollectorMoIdSetCollectorPageSize",
        "description": "The parameters and request body are for method: postHistoryCollectorMoIdSetCollectorPageSize. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HistoryCollector/{moId}/filter": {
      "get": {
        "tags": [
          "HistoryCollector"
        ],
        "operationId": "getHistoryCollectorMoIdFilter",
        "description": "The parameters and request body are for method: getHistoryCollectorMoIdFilter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostAccessManager/{moId}/ChangeAccessMode": {
      "post": {
        "tags": [
          "HostAccessManager"
        ],
        "operationId": "postHostAccessManagerMoIdChangeAccessMode",
        "description": "The parameters and request body are for method: postHostAccessManagerMoIdChangeAccessMode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostAccessManager/{moId}/ChangeLockdownMode": {
      "post": {
        "tags": [
          "HostAccessManager"
        ],
        "operationId": "postHostAccessManagerMoIdChangeLockdownMode",
        "description": "The parameters and request body are for method: postHostAccessManagerMoIdChangeLockdownMode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostAccessManager/{moId}/QueryLockdownExceptions": {
      "post": {
        "tags": [
          "HostAccessManager"
        ],
        "operationId": "postHostAccessManagerMoIdQueryLockdownExceptions",
        "description": "The parameters and request body are for method: postHostAccessManagerMoIdQueryLockdownExceptions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostAccessManager/{moId}/QuerySystemUsers": {
      "post": {
        "tags": [
          "HostAccessManager"
        ],
        "operationId": "postHostAccessManagerMoIdQuerySystemUsers",
        "description": "The parameters and request body are for method: postHostAccessManagerMoIdQuerySystemUsers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostAccessManager/{moId}/RetrieveHostAccessControlEntries": {
      "post": {
        "tags": [
          "HostAccessManager"
        ],
        "operationId": "postHostAccessManagerMoIdRetrieveHostAccessControlEntries",
        "description": "The parameters and request body are for method: postHostAccessManagerMoIdRetrieveHostAccessControlEntries. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostAccessManager/{moId}/UpdateLockdownExceptions": {
      "post": {
        "tags": [
          "HostAccessManager"
        ],
        "operationId": "postHostAccessManagerMoIdUpdateLockdownExceptions",
        "description": "The parameters and request body are for method: postHostAccessManagerMoIdUpdateLockdownExceptions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostAccessManager/{moId}/UpdateSystemUsers": {
      "post": {
        "tags": [
          "HostAccessManager"
        ],
        "operationId": "postHostAccessManagerMoIdUpdateSystemUsers",
        "description": "The parameters and request body are for method: postHostAccessManagerMoIdUpdateSystemUsers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostAccessManager/{moId}/lockdownMode": {
      "get": {
        "tags": [
          "HostAccessManager"
        ],
        "operationId": "getHostAccessManagerMoIdLockdownMode",
        "description": "The parameters and request body are for method: getHostAccessManagerMoIdLockdownMode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostActiveDirectoryAuthentication/{moId}/DisableSmartCardAuthentication": {
      "post": {
        "tags": [
          "HostActiveDirectoryAuthentication"
        ],
        "operationId": "postHostActiveDirectoryAuthenticationMoIdDisableSmartCardAuthentication",
        "description": "The parameters and request body are for method: postHostActiveDirectoryAuthenticationMoIdDisableSmartCardAuthentication. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostActiveDirectoryAuthentication/{moId}/EnableSmartCardAuthentication": {
      "post": {
        "tags": [
          "HostActiveDirectoryAuthentication"
        ],
        "operationId": "postHostActiveDirectoryAuthenticationMoIdEnableSmartCardAuthentication",
        "description": "The parameters and request body are for method: postHostActiveDirectoryAuthenticationMoIdEnableSmartCardAuthentication. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostActiveDirectoryAuthentication/{moId}/ImportCertificateForCAM_Task": {
      "post": {
        "tags": [
          "HostActiveDirectoryAuthentication"
        ],
        "operationId": "postHostActiveDirectoryAuthenticationMoIdImportCertificateForCAMTask",
        "description": "The parameters and request body are for method: postHostActiveDirectoryAuthenticationMoIdImportCertificateForCAMTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostActiveDirectoryAuthentication/{moId}/InstallSmartCardTrustAnchor": {
      "post": {
        "tags": [
          "HostActiveDirectoryAuthentication"
        ],
        "operationId": "postHostActiveDirectoryAuthenticationMoIdInstallSmartCardTrustAnchor",
        "description": "The parameters and request body are for method: postHostActiveDirectoryAuthenticationMoIdInstallSmartCardTrustAnchor. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostActiveDirectoryAuthentication/{moId}/JoinDomain_Task": {
      "post": {
        "tags": [
          "HostActiveDirectoryAuthentication"
        ],
        "operationId": "postHostActiveDirectoryAuthenticationMoIdJoinDomainTask",
        "description": "The parameters and request body are for method: postHostActiveDirectoryAuthenticationMoIdJoinDomainTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostActiveDirectoryAuthentication/{moId}/JoinDomainWithCAM_Task": {
      "post": {
        "tags": [
          "HostActiveDirectoryAuthentication"
        ],
        "operationId": "postHostActiveDirectoryAuthenticationMoIdJoinDomainWithCAMTask",
        "description": "The parameters and request body are for method: postHostActiveDirectoryAuthenticationMoIdJoinDomainWithCAMTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostActiveDirectoryAuthentication/{moId}/LeaveCurrentDomain_Task": {
      "post": {
        "tags": [
          "HostActiveDirectoryAuthentication"
        ],
        "operationId": "postHostActiveDirectoryAuthenticationMoIdLeaveCurrentDomainTask",
        "description": "The parameters and request body are for method: postHostActiveDirectoryAuthenticationMoIdLeaveCurrentDomainTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostActiveDirectoryAuthentication/{moId}/ListSmartCardTrustAnchors": {
      "post": {
        "tags": [
          "HostActiveDirectoryAuthentication"
        ],
        "operationId": "postHostActiveDirectoryAuthenticationMoIdListSmartCardTrustAnchors",
        "description": "The parameters and request body are for method: postHostActiveDirectoryAuthenticationMoIdListSmartCardTrustAnchors. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostActiveDirectoryAuthentication/{moId}/RemoveSmartCardTrustAnchor": {
      "post": {
        "tags": [
          "HostActiveDirectoryAuthentication"
        ],
        "operationId": "postHostActiveDirectoryAuthenticationMoIdRemoveSmartCardTrustAnchor",
        "description": "The parameters and request body are for method: postHostActiveDirectoryAuthenticationMoIdRemoveSmartCardTrustAnchor. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostActiveDirectoryAuthentication/{moId}/RemoveSmartCardTrustAnchorByFingerprint": {
      "post": {
        "tags": [
          "HostActiveDirectoryAuthentication"
        ],
        "operationId": "postHostActiveDirectoryAuthenticationMoIdRemoveSmartCardTrustAnchorByFingerprint",
        "description": "The parameters and request body are for method: postHostActiveDirectoryAuthenticationMoIdRemoveSmartCardTrustAnchorByFingerprint. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostActiveDirectoryAuthentication/{moId}/ReplaceSmartCardTrustAnchors": {
      "post": {
        "tags": [
          "HostActiveDirectoryAuthentication"
        ],
        "operationId": "postHostActiveDirectoryAuthenticationMoIdReplaceSmartCardTrustAnchors",
        "description": "The parameters and request body are for method: postHostActiveDirectoryAuthenticationMoIdReplaceSmartCardTrustAnchors. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostActiveDirectoryAuthentication/{moId}/info": {
      "get": {
        "tags": [
          "HostActiveDirectoryAuthentication"
        ],
        "operationId": "getHostActiveDirectoryAuthenticationMoIdInfo",
        "description": "The parameters and request body are for method: getHostActiveDirectoryAuthenticationMoIdInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostAssignableHardwareManager/{moId}/DownloadDescriptionTree": {
      "post": {
        "tags": [
          "HostAssignableHardwareManager"
        ],
        "operationId": "postHostAssignableHardwareManagerMoIdDownloadDescriptionTree",
        "description": "The parameters and request body are for method: postHostAssignableHardwareManagerMoIdDownloadDescriptionTree. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostAssignableHardwareManager/{moId}/RetrieveDynamicPassthroughInfo": {
      "post": {
        "tags": [
          "HostAssignableHardwareManager"
        ],
        "operationId": "postHostAssignableHardwareManagerMoIdRetrieveDynamicPassthroughInfo",
        "description": "The parameters and request body are for method: postHostAssignableHardwareManagerMoIdRetrieveDynamicPassthroughInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostAssignableHardwareManager/{moId}/RetrieveVendorDeviceGroupInfo": {
      "post": {
        "tags": [
          "HostAssignableHardwareManager"
        ],
        "operationId": "postHostAssignableHardwareManagerMoIdRetrieveVendorDeviceGroupInfo",
        "description": "The parameters and request body are for method: postHostAssignableHardwareManagerMoIdRetrieveVendorDeviceGroupInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostAssignableHardwareManager/{moId}/UpdateAssignableHardwareConfig": {
      "post": {
        "tags": [
          "HostAssignableHardwareManager"
        ],
        "operationId": "postHostAssignableHardwareManagerMoIdUpdateAssignableHardwareConfig",
        "description": "The parameters and request body are for method: postHostAssignableHardwareManagerMoIdUpdateAssignableHardwareConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostAssignableHardwareManager/{moId}/binding": {
      "get": {
        "tags": [
          "HostAssignableHardwareManager"
        ],
        "operationId": "getHostAssignableHardwareManagerMoIdBinding",
        "description": "The parameters and request body are for method: getHostAssignableHardwareManagerMoIdBinding. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostAssignableHardwareManager/{moId}/config": {
      "get": {
        "tags": [
          "HostAssignableHardwareManager"
        ],
        "operationId": "getHostAssignableHardwareManagerMoIdConfig",
        "description": "The parameters and request body are for method: getHostAssignableHardwareManagerMoIdConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostAuthenticationManager/{moId}/info": {
      "get": {
        "tags": [
          "HostAuthenticationManager"
        ],
        "operationId": "getHostAuthenticationManagerMoIdInfo",
        "description": "The parameters and request body are for method: getHostAuthenticationManagerMoIdInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostAuthenticationManager/{moId}/supportedStore": {
      "get": {
        "tags": [
          "HostAuthenticationManager"
        ],
        "operationId": "getHostAuthenticationManagerMoIdSupportedStore",
        "description": "The parameters and request body are for method: getHostAuthenticationManagerMoIdSupportedStore. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostAuthenticationStore/{moId}/info": {
      "get": {
        "tags": [
          "HostAuthenticationStore"
        ],
        "operationId": "getHostAuthenticationStoreMoIdInfo",
        "description": "The parameters and request body are for method: getHostAuthenticationStoreMoIdInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostAutoStartManager/{moId}/AutoStartPowerOff": {
      "post": {
        "tags": [
          "HostAutoStartManager"
        ],
        "operationId": "postHostAutoStartManagerMoIdAutoStartPowerOff",
        "description": "The parameters and request body are for method: postHostAutoStartManagerMoIdAutoStartPowerOff. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostAutoStartManager/{moId}/AutoStartPowerOn": {
      "post": {
        "tags": [
          "HostAutoStartManager"
        ],
        "operationId": "postHostAutoStartManagerMoIdAutoStartPowerOn",
        "description": "The parameters and request body are for method: postHostAutoStartManagerMoIdAutoStartPowerOn. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostAutoStartManager/{moId}/ReconfigureAutostart": {
      "post": {
        "tags": [
          "HostAutoStartManager"
        ],
        "operationId": "postHostAutoStartManagerMoIdReconfigureAutostart",
        "description": "The parameters and request body are for method: postHostAutoStartManagerMoIdReconfigureAutostart. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostAutoStartManager/{moId}/config": {
      "get": {
        "tags": [
          "HostAutoStartManager"
        ],
        "operationId": "getHostAutoStartManagerMoIdConfig",
        "description": "The parameters and request body are for method: getHostAutoStartManagerMoIdConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostBootDeviceSystem/{moId}/QueryBootDevices": {
      "post": {
        "tags": [
          "HostBootDeviceSystem"
        ],
        "operationId": "postHostBootDeviceSystemMoIdQueryBootDevices",
        "description": "The parameters and request body are for method: postHostBootDeviceSystemMoIdQueryBootDevices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostBootDeviceSystem/{moId}/UpdateBootDevice": {
      "post": {
        "tags": [
          "HostBootDeviceSystem"
        ],
        "operationId": "postHostBootDeviceSystemMoIdUpdateBootDevice",
        "description": "The parameters and request body are for method: postHostBootDeviceSystemMoIdUpdateBootDevice. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostCacheConfigurationManager/{moId}/ConfigureHostCache_Task": {
      "post": {
        "tags": [
          "HostCacheConfigurationManager"
        ],
        "operationId": "postHostCacheConfigurationManagerMoIdConfigureHostCacheTask",
        "description": "The parameters and request body are for method: postHostCacheConfigurationManagerMoIdConfigureHostCacheTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostCacheConfigurationManager/{moId}/cacheConfigurationInfo": {
      "get": {
        "tags": [
          "HostCacheConfigurationManager"
        ],
        "operationId": "getHostCacheConfigurationManagerMoIdCacheConfigurationInfo",
        "description": "The parameters and request body are for method: getHostCacheConfigurationManagerMoIdCacheConfigurationInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostCertificateManager/{moId}/GenerateCertificateSigningRequest": {
      "post": {
        "tags": [
          "HostCertificateManager"
        ],
        "operationId": "postHostCertificateManagerMoIdGenerateCertificateSigningRequest",
        "description": "The parameters and request body are for method: postHostCertificateManagerMoIdGenerateCertificateSigningRequest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostCertificateManager/{moId}/GenerateCertificateSigningRequestByDn": {
      "post": {
        "tags": [
          "HostCertificateManager"
        ],
        "operationId": "postHostCertificateManagerMoIdGenerateCertificateSigningRequestByDn",
        "description": "The parameters and request body are for method: postHostCertificateManagerMoIdGenerateCertificateSigningRequestByDn. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostCertificateManager/{moId}/InstallServerCertificate": {
      "post": {
        "tags": [
          "HostCertificateManager"
        ],
        "operationId": "postHostCertificateManagerMoIdInstallServerCertificate",
        "description": "The parameters and request body are for method: postHostCertificateManagerMoIdInstallServerCertificate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostCertificateManager/{moId}/ListCACertificateRevocationLists": {
      "post": {
        "tags": [
          "HostCertificateManager"
        ],
        "operationId": "postHostCertificateManagerMoIdListCACertificateRevocationLists",
        "description": "The parameters and request body are for method: postHostCertificateManagerMoIdListCACertificateRevocationLists. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostCertificateManager/{moId}/ListCACertificates": {
      "post": {
        "tags": [
          "HostCertificateManager"
        ],
        "operationId": "postHostCertificateManagerMoIdListCACertificates",
        "description": "The parameters and request body are for method: postHostCertificateManagerMoIdListCACertificates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostCertificateManager/{moId}/NotifyAffectedServices": {
      "post": {
        "tags": [
          "HostCertificateManager"
        ],
        "operationId": "postHostCertificateManagerMoIdNotifyAffectedServices",
        "description": "The parameters and request body are for method: postHostCertificateManagerMoIdNotifyAffectedServices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostCertificateManager/{moId}/ProvisionServerPrivateKey": {
      "post": {
        "tags": [
          "HostCertificateManager"
        ],
        "operationId": "postHostCertificateManagerMoIdProvisionServerPrivateKey",
        "description": "The parameters and request body are for method: postHostCertificateManagerMoIdProvisionServerPrivateKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostCertificateManager/{moId}/ReplaceCACertificatesAndCRLs": {
      "post": {
        "tags": [
          "HostCertificateManager"
        ],
        "operationId": "postHostCertificateManagerMoIdReplaceCACertificatesAndCRLs",
        "description": "The parameters and request body are for method: postHostCertificateManagerMoIdReplaceCACertificatesAndCRLs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostCertificateManager/{moId}/RetrieveCertificateInfoList": {
      "post": {
        "tags": [
          "HostCertificateManager"
        ],
        "operationId": "postHostCertificateManagerMoIdRetrieveCertificateInfoList",
        "description": "The parameters and request body are for method: postHostCertificateManagerMoIdRetrieveCertificateInfoList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostCertificateManager/{moId}/certificateInfo": {
      "get": {
        "tags": [
          "HostCertificateManager"
        ],
        "operationId": "getHostCertificateManagerMoIdCertificateInfo",
        "description": "The parameters and request body are for method: getHostCertificateManagerMoIdCertificateInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostCpuSchedulerSystem/{moId}/DisableHyperThreading": {
      "post": {
        "tags": [
          "HostCpuSchedulerSystem"
        ],
        "operationId": "postHostCpuSchedulerSystemMoIdDisableHyperThreading",
        "description": "The parameters and request body are for method: postHostCpuSchedulerSystemMoIdDisableHyperThreading. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostCpuSchedulerSystem/{moId}/EnableHyperThreading": {
      "post": {
        "tags": [
          "HostCpuSchedulerSystem"
        ],
        "operationId": "postHostCpuSchedulerSystemMoIdEnableHyperThreading",
        "description": "The parameters and request body are for method: postHostCpuSchedulerSystemMoIdEnableHyperThreading. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostCpuSchedulerSystem/{moId}/setCustomValue": {
      "post": {
        "tags": [
          "HostCpuSchedulerSystem"
        ],
        "operationId": "postHostCpuSchedulerSystemMoIdSetCustomValue",
        "description": "The parameters and request body are for method: postHostCpuSchedulerSystemMoIdSetCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostCpuSchedulerSystem/{moId}/availableField": {
      "get": {
        "tags": [
          "HostCpuSchedulerSystem"
        ],
        "operationId": "getHostCpuSchedulerSystemMoIdAvailableField",
        "description": "The parameters and request body are for method: getHostCpuSchedulerSystemMoIdAvailableField. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostCpuSchedulerSystem/{moId}/cpuSchedulerInfo": {
      "get": {
        "tags": [
          "HostCpuSchedulerSystem"
        ],
        "operationId": "getHostCpuSchedulerSystemMoIdCpuSchedulerInfo",
        "description": "The parameters and request body are for method: getHostCpuSchedulerSystemMoIdCpuSchedulerInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostCpuSchedulerSystem/{moId}/hyperthreadInfo": {
      "get": {
        "tags": [
          "HostCpuSchedulerSystem"
        ],
        "operationId": "getHostCpuSchedulerSystemMoIdHyperthreadInfo",
        "description": "The parameters and request body are for method: getHostCpuSchedulerSystemMoIdHyperthreadInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostCpuSchedulerSystem/{moId}/value": {
      "get": {
        "tags": [
          "HostCpuSchedulerSystem"
        ],
        "operationId": "getHostCpuSchedulerSystemMoIdValue",
        "description": "The parameters and request body are for method: getHostCpuSchedulerSystemMoIdValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostDatastoreBrowser/{moId}/DeleteFile": {
      "post": {
        "tags": [
          "HostDatastoreBrowser"
        ],
        "operationId": "postHostDatastoreBrowserMoIdDeleteFile",
        "description": "The parameters and request body are for method: postHostDatastoreBrowserMoIdDeleteFile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostDatastoreBrowser/{moId}/SearchDatastore_Task": {
      "post": {
        "tags": [
          "HostDatastoreBrowser"
        ],
        "operationId": "postHostDatastoreBrowserMoIdSearchDatastoreTask",
        "description": "The parameters and request body are for method: postHostDatastoreBrowserMoIdSearchDatastoreTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostDatastoreBrowser/{moId}/SearchDatastoreSubFolders_Task": {
      "post": {
        "tags": [
          "HostDatastoreBrowser"
        ],
        "operationId": "postHostDatastoreBrowserMoIdSearchDatastoreSubFoldersTask",
        "description": "The parameters and request body are for method: postHostDatastoreBrowserMoIdSearchDatastoreSubFoldersTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostDatastoreBrowser/{moId}/datastore": {
      "get": {
        "tags": [
          "HostDatastoreBrowser"
        ],
        "operationId": "getHostDatastoreBrowserMoIdDatastore",
        "description": "The parameters and request body are for method: getHostDatastoreBrowserMoIdDatastore. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostDatastoreBrowser/{moId}/supportedType": {
      "get": {
        "tags": [
          "HostDatastoreBrowser"
        ],
        "operationId": "getHostDatastoreBrowserMoIdSupportedType",
        "description": "The parameters and request body are for method: getHostDatastoreBrowserMoIdSupportedType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostDatastoreSystem/{moId}/ConfigureDatastorePrincipal": {
      "post": {
        "tags": [
          "HostDatastoreSystem"
        ],
        "operationId": "postHostDatastoreSystemMoIdConfigureDatastorePrincipal",
        "description": "The parameters and request body are for method: postHostDatastoreSystemMoIdConfigureDatastorePrincipal. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostDatastoreSystem/{moId}/CreateLocalDatastore": {
      "post": {
        "tags": [
          "HostDatastoreSystem"
        ],
        "operationId": "postHostDatastoreSystemMoIdCreateLocalDatastore",
        "description": "The parameters and request body are for method: postHostDatastoreSystemMoIdCreateLocalDatastore. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostDatastoreSystem/{moId}/CreateNasDatastore": {
      "post": {
        "tags": [
          "HostDatastoreSystem"
        ],
        "operationId": "postHostDatastoreSystemMoIdCreateNasDatastore",
        "description": "The parameters and request body are for method: postHostDatastoreSystemMoIdCreateNasDatastore. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostDatastoreSystem/{moId}/CreateVmfsDatastore": {
      "post": {
        "tags": [
          "HostDatastoreSystem"
        ],
        "operationId": "postHostDatastoreSystemMoIdCreateVmfsDatastore",
        "description": "The parameters and request body are for method: postHostDatastoreSystemMoIdCreateVmfsDatastore. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostDatastoreSystem/{moId}/CreateVvolDatastore": {
      "post": {
        "tags": [
          "HostDatastoreSystem"
        ],
        "operationId": "postHostDatastoreSystemMoIdCreateVvolDatastore",
        "description": "The parameters and request body are for method: postHostDatastoreSystemMoIdCreateVvolDatastore. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostDatastoreSystem/{moId}/DisableClusteredVmdkSupport": {
      "post": {
        "tags": [
          "HostDatastoreSystem"
        ],
        "operationId": "postHostDatastoreSystemMoIdDisableClusteredVmdkSupport",
        "description": "The parameters and request body are for method: postHostDatastoreSystemMoIdDisableClusteredVmdkSupport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostDatastoreSystem/{moId}/EnableClusteredVmdkSupport": {
      "post": {
        "tags": [
          "HostDatastoreSystem"
        ],
        "operationId": "postHostDatastoreSystemMoIdEnableClusteredVmdkSupport",
        "description": "The parameters and request body are for method: postHostDatastoreSystemMoIdEnableClusteredVmdkSupport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostDatastoreSystem/{moId}/ExpandVmfsDatastore": {
      "post": {
        "tags": [
          "HostDatastoreSystem"
        ],
        "operationId": "postHostDatastoreSystemMoIdExpandVmfsDatastore",
        "description": "The parameters and request body are for method: postHostDatastoreSystemMoIdExpandVmfsDatastore. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostDatastoreSystem/{moId}/ExtendVmfsDatastore": {
      "post": {
        "tags": [
          "HostDatastoreSystem"
        ],
        "operationId": "postHostDatastoreSystemMoIdExtendVmfsDatastore",
        "description": "The parameters and request body are for method: postHostDatastoreSystemMoIdExtendVmfsDatastore. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostDatastoreSystem/{moId}/QueryAvailableDisksForVmfs": {
      "post": {
        "tags": [
          "HostDatastoreSystem"
        ],
        "operationId": "postHostDatastoreSystemMoIdQueryAvailableDisksForVmfs",
        "description": "The parameters and request body are for method: postHostDatastoreSystemMoIdQueryAvailableDisksForVmfs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostDatastoreSystem/{moId}/QueryMaxQueueDepth": {
      "post": {
        "tags": [
          "HostDatastoreSystem"
        ],
        "operationId": "postHostDatastoreSystemMoIdQueryMaxQueueDepth",
        "description": "The parameters and request body are for method: postHostDatastoreSystemMoIdQueryMaxQueueDepth. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostDatastoreSystem/{moId}/QueryUnresolvedVmfsVolumes": {
      "post": {
        "tags": [
          "HostDatastoreSystem"
        ],
        "operationId": "postHostDatastoreSystemMoIdQueryUnresolvedVmfsVolumes",
        "description": "The parameters and request body are for method: postHostDatastoreSystemMoIdQueryUnresolvedVmfsVolumes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostDatastoreSystem/{moId}/QueryVmfsDatastoreCreateOptions": {
      "post": {
        "tags": [
          "HostDatastoreSystem"
        ],
        "operationId": "postHostDatastoreSystemMoIdQueryVmfsDatastoreCreateOptions",
        "description": "The parameters and request body are for method: postHostDatastoreSystemMoIdQueryVmfsDatastoreCreateOptions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostDatastoreSystem/{moId}/QueryVmfsDatastoreExpandOptions": {
      "post": {
        "tags": [
          "HostDatastoreSystem"
        ],
        "operationId": "postHostDatastoreSystemMoIdQueryVmfsDatastoreExpandOptions",
        "description": "The parameters and request body are for method: postHostDatastoreSystemMoIdQueryVmfsDatastoreExpandOptions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostDatastoreSystem/{moId}/QueryVmfsDatastoreExtendOptions": {
      "post": {
        "tags": [
          "HostDatastoreSystem"
        ],
        "operationId": "postHostDatastoreSystemMoIdQueryVmfsDatastoreExtendOptions",
        "description": "The parameters and request body are for method: postHostDatastoreSystemMoIdQueryVmfsDatastoreExtendOptions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostDatastoreSystem/{moId}/RemoveDatastore": {
      "post": {
        "tags": [
          "HostDatastoreSystem"
        ],
        "operationId": "postHostDatastoreSystemMoIdRemoveDatastore",
        "description": "The parameters and request body are for method: postHostDatastoreSystemMoIdRemoveDatastore. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostDatastoreSystem/{moId}/RemoveDatastoreEx_Task": {
      "post": {
        "tags": [
          "HostDatastoreSystem"
        ],
        "operationId": "postHostDatastoreSystemMoIdRemoveDatastoreExTask",
        "description": "The parameters and request body are for method: postHostDatastoreSystemMoIdRemoveDatastoreExTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostDatastoreSystem/{moId}/ResignatureUnresolvedVmfsVolume_Task": {
      "post": {
        "tags": [
          "HostDatastoreSystem"
        ],
        "operationId": "postHostDatastoreSystemMoIdResignatureUnresolvedVmfsVolumeTask",
        "description": "The parameters and request body are for method: postHostDatastoreSystemMoIdResignatureUnresolvedVmfsVolumeTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostDatastoreSystem/{moId}/SetMaxQueueDepth": {
      "post": {
        "tags": [
          "HostDatastoreSystem"
        ],
        "operationId": "postHostDatastoreSystemMoIdSetMaxQueueDepth",
        "description": "The parameters and request body are for method: postHostDatastoreSystemMoIdSetMaxQueueDepth. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostDatastoreSystem/{moId}/UpdateLocalSwapDatastore": {
      "post": {
        "tags": [
          "HostDatastoreSystem"
        ],
        "operationId": "postHostDatastoreSystemMoIdUpdateLocalSwapDatastore",
        "description": "The parameters and request body are for method: postHostDatastoreSystemMoIdUpdateLocalSwapDatastore. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostDatastoreSystem/{moId}/capabilities": {
      "get": {
        "tags": [
          "HostDatastoreSystem"
        ],
        "operationId": "getHostDatastoreSystemMoIdCapabilities",
        "description": "The parameters and request body are for method: getHostDatastoreSystemMoIdCapabilities. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostDatastoreSystem/{moId}/datastore": {
      "get": {
        "tags": [
          "HostDatastoreSystem"
        ],
        "operationId": "getHostDatastoreSystemMoIdDatastore",
        "description": "The parameters and request body are for method: getHostDatastoreSystemMoIdDatastore. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostDateTimeSystem/{moId}/QueryAvailableTimeZones": {
      "post": {
        "tags": [
          "HostDateTimeSystem"
        ],
        "operationId": "postHostDateTimeSystemMoIdQueryAvailableTimeZones",
        "description": "The parameters and request body are for method: postHostDateTimeSystemMoIdQueryAvailableTimeZones. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostDateTimeSystem/{moId}/QueryDateTime": {
      "post": {
        "tags": [
          "HostDateTimeSystem"
        ],
        "operationId": "postHostDateTimeSystemMoIdQueryDateTime",
        "description": "The parameters and request body are for method: postHostDateTimeSystemMoIdQueryDateTime. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostDateTimeSystem/{moId}/RefreshDateTimeSystem": {
      "post": {
        "tags": [
          "HostDateTimeSystem"
        ],
        "operationId": "postHostDateTimeSystemMoIdRefreshDateTimeSystem",
        "description": "The parameters and request body are for method: postHostDateTimeSystemMoIdRefreshDateTimeSystem. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostDateTimeSystem/{moId}/TestTimeService": {
      "post": {
        "tags": [
          "HostDateTimeSystem"
        ],
        "operationId": "postHostDateTimeSystemMoIdTestTimeService",
        "description": "The parameters and request body are for method: postHostDateTimeSystemMoIdTestTimeService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostDateTimeSystem/{moId}/UpdateDateTimeConfig": {
      "post": {
        "tags": [
          "HostDateTimeSystem"
        ],
        "operationId": "postHostDateTimeSystemMoIdUpdateDateTimeConfig",
        "description": "The parameters and request body are for method: postHostDateTimeSystemMoIdUpdateDateTimeConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostDateTimeSystem/{moId}/UpdateDateTime": {
      "post": {
        "tags": [
          "HostDateTimeSystem"
        ],
        "operationId": "postHostDateTimeSystemMoIdUpdateDateTime",
        "description": "The parameters and request body are for method: postHostDateTimeSystemMoIdUpdateDateTime. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostDateTimeSystem/{moId}/dateTimeInfo": {
      "get": {
        "tags": [
          "HostDateTimeSystem"
        ],
        "operationId": "getHostDateTimeSystemMoIdDateTimeInfo",
        "description": "The parameters and request body are for method: getHostDateTimeSystemMoIdDateTimeInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostDiagnosticSystem/{moId}/CreateDiagnosticPartition": {
      "post": {
        "tags": [
          "HostDiagnosticSystem"
        ],
        "operationId": "postHostDiagnosticSystemMoIdCreateDiagnosticPartition",
        "description": "The parameters and request body are for method: postHostDiagnosticSystemMoIdCreateDiagnosticPartition. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostDiagnosticSystem/{moId}/QueryAvailablePartition": {
      "post": {
        "tags": [
          "HostDiagnosticSystem"
        ],
        "operationId": "postHostDiagnosticSystemMoIdQueryAvailablePartition",
        "description": "The parameters and request body are for method: postHostDiagnosticSystemMoIdQueryAvailablePartition. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostDiagnosticSystem/{moId}/QueryPartitionCreateDesc": {
      "post": {
        "tags": [
          "HostDiagnosticSystem"
        ],
        "operationId": "postHostDiagnosticSystemMoIdQueryPartitionCreateDesc",
        "description": "The parameters and request body are for method: postHostDiagnosticSystemMoIdQueryPartitionCreateDesc. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostDiagnosticSystem/{moId}/QueryPartitionCreateOptions": {
      "post": {
        "tags": [
          "HostDiagnosticSystem"
        ],
        "operationId": "postHostDiagnosticSystemMoIdQueryPartitionCreateOptions",
        "description": "The parameters and request body are for method: postHostDiagnosticSystemMoIdQueryPartitionCreateOptions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostDiagnosticSystem/{moId}/SelectActivePartition": {
      "post": {
        "tags": [
          "HostDiagnosticSystem"
        ],
        "operationId": "postHostDiagnosticSystemMoIdSelectActivePartition",
        "description": "The parameters and request body are for method: postHostDiagnosticSystemMoIdSelectActivePartition. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostDiagnosticSystem/{moId}/activePartition": {
      "get": {
        "tags": [
          "HostDiagnosticSystem"
        ],
        "operationId": "getHostDiagnosticSystemMoIdActivePartition",
        "description": "The parameters and request body are for method: getHostDiagnosticSystemMoIdActivePartition. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostDirectoryStore/{moId}/info": {
      "get": {
        "tags": [
          "HostDirectoryStore"
        ],
        "operationId": "getHostDirectoryStoreMoIdInfo",
        "description": "The parameters and request body are for method: getHostDirectoryStoreMoIdInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostEsxAgentHostManager/{moId}/EsxAgentHostManagerUpdateConfig": {
      "post": {
        "tags": [
          "HostEsxAgentHostManager"
        ],
        "operationId": "postHostEsxAgentHostManagerMoIdEsxAgentHostManagerUpdateConfig",
        "description": "The parameters and request body are for method: postHostEsxAgentHostManagerMoIdEsxAgentHostManagerUpdateConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostEsxAgentHostManager/{moId}/configInfo": {
      "get": {
        "tags": [
          "HostEsxAgentHostManager"
        ],
        "operationId": "getHostEsxAgentHostManagerMoIdConfigInfo",
        "description": "The parameters and request body are for method: getHostEsxAgentHostManagerMoIdConfigInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostFirewallSystem/{moId}/DisableRuleset": {
      "post": {
        "tags": [
          "HostFirewallSystem"
        ],
        "operationId": "postHostFirewallSystemMoIdDisableRuleset",
        "description": "The parameters and request body are for method: postHostFirewallSystemMoIdDisableRuleset. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostFirewallSystem/{moId}/EnableRuleset": {
      "post": {
        "tags": [
          "HostFirewallSystem"
        ],
        "operationId": "postHostFirewallSystemMoIdEnableRuleset",
        "description": "The parameters and request body are for method: postHostFirewallSystemMoIdEnableRuleset. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostFirewallSystem/{moId}/RefreshFirewall": {
      "post": {
        "tags": [
          "HostFirewallSystem"
        ],
        "operationId": "postHostFirewallSystemMoIdRefreshFirewall",
        "description": "The parameters and request body are for method: postHostFirewallSystemMoIdRefreshFirewall. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostFirewallSystem/{moId}/setCustomValue": {
      "post": {
        "tags": [
          "HostFirewallSystem"
        ],
        "operationId": "postHostFirewallSystemMoIdSetCustomValue",
        "description": "The parameters and request body are for method: postHostFirewallSystemMoIdSetCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostFirewallSystem/{moId}/UpdateDefaultPolicy": {
      "post": {
        "tags": [
          "HostFirewallSystem"
        ],
        "operationId": "postHostFirewallSystemMoIdUpdateDefaultPolicy",
        "description": "The parameters and request body are for method: postHostFirewallSystemMoIdUpdateDefaultPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostFirewallSystem/{moId}/UpdateRuleset": {
      "post": {
        "tags": [
          "HostFirewallSystem"
        ],
        "operationId": "postHostFirewallSystemMoIdUpdateRuleset",
        "description": "The parameters and request body are for method: postHostFirewallSystemMoIdUpdateRuleset. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostFirewallSystem/{moId}/availableField": {
      "get": {
        "tags": [
          "HostFirewallSystem"
        ],
        "operationId": "getHostFirewallSystemMoIdAvailableField",
        "description": "The parameters and request body are for method: getHostFirewallSystemMoIdAvailableField. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostFirewallSystem/{moId}/firewallInfo": {
      "get": {
        "tags": [
          "HostFirewallSystem"
        ],
        "operationId": "getHostFirewallSystemMoIdFirewallInfo",
        "description": "The parameters and request body are for method: getHostFirewallSystemMoIdFirewallInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostFirewallSystem/{moId}/value": {
      "get": {
        "tags": [
          "HostFirewallSystem"
        ],
        "operationId": "getHostFirewallSystemMoIdValue",
        "description": "The parameters and request body are for method: getHostFirewallSystemMoIdValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostFirmwareSystem/{moId}/BackupFirmwareConfiguration": {
      "post": {
        "tags": [
          "HostFirmwareSystem"
        ],
        "operationId": "postHostFirmwareSystemMoIdBackupFirmwareConfiguration",
        "description": "The parameters and request body are for method: postHostFirmwareSystemMoIdBackupFirmwareConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostFirmwareSystem/{moId}/QueryFirmwareConfigUploadURL": {
      "post": {
        "tags": [
          "HostFirmwareSystem"
        ],
        "operationId": "postHostFirmwareSystemMoIdQueryFirmwareConfigUploadURL",
        "description": "The parameters and request body are for method: postHostFirmwareSystemMoIdQueryFirmwareConfigUploadURL. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostFirmwareSystem/{moId}/ResetFirmwareToFactoryDefaults": {
      "post": {
        "tags": [
          "HostFirmwareSystem"
        ],
        "operationId": "postHostFirmwareSystemMoIdResetFirmwareToFactoryDefaults",
        "description": "The parameters and request body are for method: postHostFirmwareSystemMoIdResetFirmwareToFactoryDefaults. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostFirmwareSystem/{moId}/RestoreFirmwareConfiguration": {
      "post": {
        "tags": [
          "HostFirmwareSystem"
        ],
        "operationId": "postHostFirmwareSystemMoIdRestoreFirmwareConfiguration",
        "description": "The parameters and request body are for method: postHostFirmwareSystemMoIdRestoreFirmwareConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostGraphicsManager/{moId}/IsSharedGraphicsActive": {
      "post": {
        "tags": [
          "HostGraphicsManager"
        ],
        "operationId": "postHostGraphicsManagerMoIdIsSharedGraphicsActive",
        "description": "The parameters and request body are for method: postHostGraphicsManagerMoIdIsSharedGraphicsActive. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostGraphicsManager/{moId}/RefreshGraphicsManager": {
      "post": {
        "tags": [
          "HostGraphicsManager"
        ],
        "operationId": "postHostGraphicsManagerMoIdRefreshGraphicsManager",
        "description": "The parameters and request body are for method: postHostGraphicsManagerMoIdRefreshGraphicsManager. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostGraphicsManager/{moId}/RetrieveVgpuDeviceInfo": {
      "post": {
        "tags": [
          "HostGraphicsManager"
        ],
        "operationId": "postHostGraphicsManagerMoIdRetrieveVgpuDeviceInfo",
        "description": "The parameters and request body are for method: postHostGraphicsManagerMoIdRetrieveVgpuDeviceInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostGraphicsManager/{moId}/RetrieveVgpuProfileInfo": {
      "post": {
        "tags": [
          "HostGraphicsManager"
        ],
        "operationId": "postHostGraphicsManagerMoIdRetrieveVgpuProfileInfo",
        "description": "The parameters and request body are for method: postHostGraphicsManagerMoIdRetrieveVgpuProfileInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostGraphicsManager/{moId}/setCustomValue": {
      "post": {
        "tags": [
          "HostGraphicsManager"
        ],
        "operationId": "postHostGraphicsManagerMoIdSetCustomValue",
        "description": "The parameters and request body are for method: postHostGraphicsManagerMoIdSetCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostGraphicsManager/{moId}/UpdateGraphicsConfig": {
      "post": {
        "tags": [
          "HostGraphicsManager"
        ],
        "operationId": "postHostGraphicsManagerMoIdUpdateGraphicsConfig",
        "description": "The parameters and request body are for method: postHostGraphicsManagerMoIdUpdateGraphicsConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostGraphicsManager/{moId}/availableField": {
      "get": {
        "tags": [
          "HostGraphicsManager"
        ],
        "operationId": "getHostGraphicsManagerMoIdAvailableField",
        "description": "The parameters and request body are for method: getHostGraphicsManagerMoIdAvailableField. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostGraphicsManager/{moId}/graphicsConfig": {
      "get": {
        "tags": [
          "HostGraphicsManager"
        ],
        "operationId": "getHostGraphicsManagerMoIdGraphicsConfig",
        "description": "The parameters and request body are for method: getHostGraphicsManagerMoIdGraphicsConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostGraphicsManager/{moId}/graphicsInfo": {
      "get": {
        "tags": [
          "HostGraphicsManager"
        ],
        "operationId": "getHostGraphicsManagerMoIdGraphicsInfo",
        "description": "The parameters and request body are for method: getHostGraphicsManagerMoIdGraphicsInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostGraphicsManager/{moId}/sharedGpuCapabilities": {
      "get": {
        "tags": [
          "HostGraphicsManager"
        ],
        "operationId": "getHostGraphicsManagerMoIdSharedGpuCapabilities",
        "description": "The parameters and request body are for method: getHostGraphicsManagerMoIdSharedGpuCapabilities. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostGraphicsManager/{moId}/sharedPassthruGpuTypes": {
      "get": {
        "tags": [
          "HostGraphicsManager"
        ],
        "operationId": "getHostGraphicsManagerMoIdSharedPassthruGpuTypes",
        "description": "The parameters and request body are for method: getHostGraphicsManagerMoIdSharedPassthruGpuTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostGraphicsManager/{moId}/value": {
      "get": {
        "tags": [
          "HostGraphicsManager"
        ],
        "operationId": "getHostGraphicsManagerMoIdValue",
        "description": "The parameters and request body are for method: getHostGraphicsManagerMoIdValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostHealthStatusSystem/{moId}/FetchSystemEventLog": {
      "post": {
        "tags": [
          "HostHealthStatusSystem"
        ],
        "operationId": "postHostHealthStatusSystemMoIdFetchSystemEventLog",
        "description": "The parameters and request body are for method: postHostHealthStatusSystemMoIdFetchSystemEventLog. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostHealthStatusSystem/{moId}/ClearSystemEventLog": {
      "post": {
        "tags": [
          "HostHealthStatusSystem"
        ],
        "operationId": "postHostHealthStatusSystemMoIdClearSystemEventLog",
        "description": "The parameters and request body are for method: postHostHealthStatusSystemMoIdClearSystemEventLog. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostHealthStatusSystem/{moId}/RefreshHealthStatusSystem": {
      "post": {
        "tags": [
          "HostHealthStatusSystem"
        ],
        "operationId": "postHostHealthStatusSystemMoIdRefreshHealthStatusSystem",
        "description": "The parameters and request body are for method: postHostHealthStatusSystemMoIdRefreshHealthStatusSystem. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostHealthStatusSystem/{moId}/ResetSystemHealthInfo": {
      "post": {
        "tags": [
          "HostHealthStatusSystem"
        ],
        "operationId": "postHostHealthStatusSystemMoIdResetSystemHealthInfo",
        "description": "The parameters and request body are for method: postHostHealthStatusSystemMoIdResetSystemHealthInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostHealthStatusSystem/{moId}/runtime": {
      "get": {
        "tags": [
          "HostHealthStatusSystem"
        ],
        "operationId": "getHostHealthStatusSystemMoIdRuntime",
        "description": "The parameters and request body are for method: getHostHealthStatusSystemMoIdRuntime. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostImageConfigManager/{moId}/fetchSoftwarePackages": {
      "post": {
        "tags": [
          "HostImageConfigManager"
        ],
        "operationId": "postHostImageConfigManagerMoIdFetchSoftwarePackages",
        "description": "The parameters and request body are for method: postHostImageConfigManagerMoIdFetchSoftwarePackages. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostImageConfigManager/{moId}/installDate": {
      "post": {
        "tags": [
          "HostImageConfigManager"
        ],
        "operationId": "postHostImageConfigManagerMoIdInstallDate",
        "description": "The parameters and request body are for method: postHostImageConfigManagerMoIdInstallDate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostImageConfigManager/{moId}/HostImageConfigGetAcceptance": {
      "post": {
        "tags": [
          "HostImageConfigManager"
        ],
        "operationId": "postHostImageConfigManagerMoIdHostImageConfigGetAcceptance",
        "description": "The parameters and request body are for method: postHostImageConfigManagerMoIdHostImageConfigGetAcceptance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostImageConfigManager/{moId}/HostImageConfigGetProfile": {
      "post": {
        "tags": [
          "HostImageConfigManager"
        ],
        "operationId": "postHostImageConfigManagerMoIdHostImageConfigGetProfile",
        "description": "The parameters and request body are for method: postHostImageConfigManagerMoIdHostImageConfigGetProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostImageConfigManager/{moId}/UpdateHostImageAcceptanceLevel": {
      "post": {
        "tags": [
          "HostImageConfigManager"
        ],
        "operationId": "postHostImageConfigManagerMoIdUpdateHostImageAcceptanceLevel",
        "description": "The parameters and request body are for method: postHostImageConfigManagerMoIdUpdateHostImageAcceptanceLevel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostKernelModuleSystem/{moId}/QueryConfiguredModuleOptionString": {
      "post": {
        "tags": [
          "HostKernelModuleSystem"
        ],
        "operationId": "postHostKernelModuleSystemMoIdQueryConfiguredModuleOptionString",
        "description": "The parameters and request body are for method: postHostKernelModuleSystemMoIdQueryConfiguredModuleOptionString. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostKernelModuleSystem/{moId}/QueryModules": {
      "post": {
        "tags": [
          "HostKernelModuleSystem"
        ],
        "operationId": "postHostKernelModuleSystemMoIdQueryModules",
        "description": "The parameters and request body are for method: postHostKernelModuleSystemMoIdQueryModules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostKernelModuleSystem/{moId}/UpdateModuleOptionString": {
      "post": {
        "tags": [
          "HostKernelModuleSystem"
        ],
        "operationId": "postHostKernelModuleSystemMoIdUpdateModuleOptionString",
        "description": "The parameters and request body are for method: postHostKernelModuleSystemMoIdUpdateModuleOptionString. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostLocalAccountManager/{moId}/AssignUserToGroup": {
      "post": {
        "tags": [
          "HostLocalAccountManager"
        ],
        "operationId": "postHostLocalAccountManagerMoIdAssignUserToGroup",
        "description": "The parameters and request body are for method: postHostLocalAccountManagerMoIdAssignUserToGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostLocalAccountManager/{moId}/ChangePassword": {
      "post": {
        "tags": [
          "HostLocalAccountManager"
        ],
        "operationId": "postHostLocalAccountManagerMoIdChangePassword",
        "description": "The parameters and request body are for method: postHostLocalAccountManagerMoIdChangePassword. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostLocalAccountManager/{moId}/CreateGroup": {
      "post": {
        "tags": [
          "HostLocalAccountManager"
        ],
        "operationId": "postHostLocalAccountManagerMoIdCreateGroup",
        "description": "The parameters and request body are for method: postHostLocalAccountManagerMoIdCreateGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostLocalAccountManager/{moId}/CreateUser": {
      "post": {
        "tags": [
          "HostLocalAccountManager"
        ],
        "operationId": "postHostLocalAccountManagerMoIdCreateUser",
        "description": "The parameters and request body are for method: postHostLocalAccountManagerMoIdCreateUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostLocalAccountManager/{moId}/RemoveGroup": {
      "post": {
        "tags": [
          "HostLocalAccountManager"
        ],
        "operationId": "postHostLocalAccountManagerMoIdRemoveGroup",
        "description": "The parameters and request body are for method: postHostLocalAccountManagerMoIdRemoveGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostLocalAccountManager/{moId}/RemoveUser": {
      "post": {
        "tags": [
          "HostLocalAccountManager"
        ],
        "operationId": "postHostLocalAccountManagerMoIdRemoveUser",
        "description": "The parameters and request body are for method: postHostLocalAccountManagerMoIdRemoveUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostLocalAccountManager/{moId}/UnassignUserFromGroup": {
      "post": {
        "tags": [
          "HostLocalAccountManager"
        ],
        "operationId": "postHostLocalAccountManagerMoIdUnassignUserFromGroup",
        "description": "The parameters and request body are for method: postHostLocalAccountManagerMoIdUnassignUserFromGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostLocalAccountManager/{moId}/UpdateUser": {
      "post": {
        "tags": [
          "HostLocalAccountManager"
        ],
        "operationId": "postHostLocalAccountManagerMoIdUpdateUser",
        "description": "The parameters and request body are for method: postHostLocalAccountManagerMoIdUpdateUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostLocalAuthentication/{moId}/info": {
      "get": {
        "tags": [
          "HostLocalAuthentication"
        ],
        "operationId": "getHostLocalAuthenticationMoIdInfo",
        "description": "The parameters and request body are for method: getHostLocalAuthenticationMoIdInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostMemorySystem/{moId}/ReconfigureServiceConsoleReservation": {
      "post": {
        "tags": [
          "HostMemorySystem"
        ],
        "operationId": "postHostMemorySystemMoIdReconfigureServiceConsoleReservation",
        "description": "The parameters and request body are for method: postHostMemorySystemMoIdReconfigureServiceConsoleReservation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostMemorySystem/{moId}/ReconfigureVirtualMachineReservation": {
      "post": {
        "tags": [
          "HostMemorySystem"
        ],
        "operationId": "postHostMemorySystemMoIdReconfigureVirtualMachineReservation",
        "description": "The parameters and request body are for method: postHostMemorySystemMoIdReconfigureVirtualMachineReservation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostMemorySystem/{moId}/setCustomValue": {
      "post": {
        "tags": [
          "HostMemorySystem"
        ],
        "operationId": "postHostMemorySystemMoIdSetCustomValue",
        "description": "The parameters and request body are for method: postHostMemorySystemMoIdSetCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostMemorySystem/{moId}/availableField": {
      "get": {
        "tags": [
          "HostMemorySystem"
        ],
        "operationId": "getHostMemorySystemMoIdAvailableField",
        "description": "The parameters and request body are for method: getHostMemorySystemMoIdAvailableField. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostMemorySystem/{moId}/consoleReservationInfo": {
      "get": {
        "tags": [
          "HostMemorySystem"
        ],
        "operationId": "getHostMemorySystemMoIdConsoleReservationInfo",
        "description": "The parameters and request body are for method: getHostMemorySystemMoIdConsoleReservationInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostMemorySystem/{moId}/value": {
      "get": {
        "tags": [
          "HostMemorySystem"
        ],
        "operationId": "getHostMemorySystemMoIdValue",
        "description": "The parameters and request body are for method: getHostMemorySystemMoIdValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostMemorySystem/{moId}/virtualMachineReservationInfo": {
      "get": {
        "tags": [
          "HostMemorySystem"
        ],
        "operationId": "getHostMemorySystemMoIdVirtualMachineReservationInfo",
        "description": "The parameters and request body are for method: getHostMemorySystemMoIdVirtualMachineReservationInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostNetworkSystem/{moId}/AddPortGroup": {
      "post": {
        "tags": [
          "HostNetworkSystem"
        ],
        "operationId": "postHostNetworkSystemMoIdAddPortGroup",
        "description": "The parameters and request body are for method: postHostNetworkSystemMoIdAddPortGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostNetworkSystem/{moId}/AddServiceConsoleVirtualNic": {
      "post": {
        "tags": [
          "HostNetworkSystem"
        ],
        "operationId": "postHostNetworkSystemMoIdAddServiceConsoleVirtualNic",
        "description": "The parameters and request body are for method: postHostNetworkSystemMoIdAddServiceConsoleVirtualNic. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostNetworkSystem/{moId}/AddVirtualNic": {
      "post": {
        "tags": [
          "HostNetworkSystem"
        ],
        "operationId": "postHostNetworkSystemMoIdAddVirtualNic",
        "description": "The parameters and request body are for method: postHostNetworkSystemMoIdAddVirtualNic. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostNetworkSystem/{moId}/AddVirtualSwitch": {
      "post": {
        "tags": [
          "HostNetworkSystem"
        ],
        "operationId": "postHostNetworkSystemMoIdAddVirtualSwitch",
        "description": "The parameters and request body are for method: postHostNetworkSystemMoIdAddVirtualSwitch. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostNetworkSystem/{moId}/QueryNetworkHint": {
      "post": {
        "tags": [
          "HostNetworkSystem"
        ],
        "operationId": "postHostNetworkSystemMoIdQueryNetworkHint",
        "description": "The parameters and request body are for method: postHostNetworkSystemMoIdQueryNetworkHint. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostNetworkSystem/{moId}/RefreshNetworkSystem": {
      "post": {
        "tags": [
          "HostNetworkSystem"
        ],
        "operationId": "postHostNetworkSystemMoIdRefreshNetworkSystem",
        "description": "The parameters and request body are for method: postHostNetworkSystemMoIdRefreshNetworkSystem. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostNetworkSystem/{moId}/RemovePortGroup": {
      "post": {
        "tags": [
          "HostNetworkSystem"
        ],
        "operationId": "postHostNetworkSystemMoIdRemovePortGroup",
        "description": "The parameters and request body are for method: postHostNetworkSystemMoIdRemovePortGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostNetworkSystem/{moId}/RemoveServiceConsoleVirtualNic": {
      "post": {
        "tags": [
          "HostNetworkSystem"
        ],
        "operationId": "postHostNetworkSystemMoIdRemoveServiceConsoleVirtualNic",
        "description": "The parameters and request body are for method: postHostNetworkSystemMoIdRemoveServiceConsoleVirtualNic. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostNetworkSystem/{moId}/RemoveVirtualNic": {
      "post": {
        "tags": [
          "HostNetworkSystem"
        ],
        "operationId": "postHostNetworkSystemMoIdRemoveVirtualNic",
        "description": "The parameters and request body are for method: postHostNetworkSystemMoIdRemoveVirtualNic. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostNetworkSystem/{moId}/RemoveVirtualSwitch": {
      "post": {
        "tags": [
          "HostNetworkSystem"
        ],
        "operationId": "postHostNetworkSystemMoIdRemoveVirtualSwitch",
        "description": "The parameters and request body are for method: postHostNetworkSystemMoIdRemoveVirtualSwitch. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostNetworkSystem/{moId}/RestartServiceConsoleVirtualNic": {
      "post": {
        "tags": [
          "HostNetworkSystem"
        ],
        "operationId": "postHostNetworkSystemMoIdRestartServiceConsoleVirtualNic",
        "description": "The parameters and request body are for method: postHostNetworkSystemMoIdRestartServiceConsoleVirtualNic. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostNetworkSystem/{moId}/setCustomValue": {
      "post": {
        "tags": [
          "HostNetworkSystem"
        ],
        "operationId": "postHostNetworkSystemMoIdSetCustomValue",
        "description": "The parameters and request body are for method: postHostNetworkSystemMoIdSetCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostNetworkSystem/{moId}/startDpuFailover": {
      "post": {
        "tags": [
          "HostNetworkSystem"
        ],
        "operationId": "postHostNetworkSystemMoIdStartDpuFailover",
        "description": "The parameters and request body are for method: postHostNetworkSystemMoIdStartDpuFailover. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostNetworkSystem/{moId}/UpdateConsoleIpRouteConfig": {
      "post": {
        "tags": [
          "HostNetworkSystem"
        ],
        "operationId": "postHostNetworkSystemMoIdUpdateConsoleIpRouteConfig",
        "description": "The parameters and request body are for method: postHostNetworkSystemMoIdUpdateConsoleIpRouteConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostNetworkSystem/{moId}/UpdateDnsConfig": {
      "post": {
        "tags": [
          "HostNetworkSystem"
        ],
        "operationId": "postHostNetworkSystemMoIdUpdateDnsConfig",
        "description": "The parameters and request body are for method: postHostNetworkSystemMoIdUpdateDnsConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostNetworkSystem/{moId}/UpdateIpRouteConfig": {
      "post": {
        "tags": [
          "HostNetworkSystem"
        ],
        "operationId": "postHostNetworkSystemMoIdUpdateIpRouteConfig",
        "description": "The parameters and request body are for method: postHostNetworkSystemMoIdUpdateIpRouteConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostNetworkSystem/{moId}/UpdateIpRouteTableConfig": {
      "post": {
        "tags": [
          "HostNetworkSystem"
        ],
        "operationId": "postHostNetworkSystemMoIdUpdateIpRouteTableConfig",
        "description": "The parameters and request body are for method: postHostNetworkSystemMoIdUpdateIpRouteTableConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostNetworkSystem/{moId}/UpdateNetworkConfig": {
      "post": {
        "tags": [
          "HostNetworkSystem"
        ],
        "operationId": "postHostNetworkSystemMoIdUpdateNetworkConfig",
        "description": "The parameters and request body are for method: postHostNetworkSystemMoIdUpdateNetworkConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostNetworkSystem/{moId}/UpdatePhysicalNicLinkSpeed": {
      "post": {
        "tags": [
          "HostNetworkSystem"
        ],
        "operationId": "postHostNetworkSystemMoIdUpdatePhysicalNicLinkSpeed",
        "description": "The parameters and request body are for method: postHostNetworkSystemMoIdUpdatePhysicalNicLinkSpeed. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostNetworkSystem/{moId}/UpdatePortGroup": {
      "post": {
        "tags": [
          "HostNetworkSystem"
        ],
        "operationId": "postHostNetworkSystemMoIdUpdatePortGroup",
        "description": "The parameters and request body are for method: postHostNetworkSystemMoIdUpdatePortGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostNetworkSystem/{moId}/UpdateServiceConsoleVirtualNic": {
      "post": {
        "tags": [
          "HostNetworkSystem"
        ],
        "operationId": "postHostNetworkSystemMoIdUpdateServiceConsoleVirtualNic",
        "description": "The parameters and request body are for method: postHostNetworkSystemMoIdUpdateServiceConsoleVirtualNic. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostNetworkSystem/{moId}/UpdateVirtualNic": {
      "post": {
        "tags": [
          "HostNetworkSystem"
        ],
        "operationId": "postHostNetworkSystemMoIdUpdateVirtualNic",
        "description": "The parameters and request body are for method: postHostNetworkSystemMoIdUpdateVirtualNic. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostNetworkSystem/{moId}/UpdateVirtualSwitch": {
      "post": {
        "tags": [
          "HostNetworkSystem"
        ],
        "operationId": "postHostNetworkSystemMoIdUpdateVirtualSwitch",
        "description": "The parameters and request body are for method: postHostNetworkSystemMoIdUpdateVirtualSwitch. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostNetworkSystem/{moId}/availableField": {
      "get": {
        "tags": [
          "HostNetworkSystem"
        ],
        "operationId": "getHostNetworkSystemMoIdAvailableField",
        "description": "The parameters and request body are for method: getHostNetworkSystemMoIdAvailableField. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostNetworkSystem/{moId}/capabilities": {
      "get": {
        "tags": [
          "HostNetworkSystem"
        ],
        "operationId": "getHostNetworkSystemMoIdCapabilities",
        "description": "The parameters and request body are for method: getHostNetworkSystemMoIdCapabilities. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostNetworkSystem/{moId}/consoleIpRouteConfig": {
      "get": {
        "tags": [
          "HostNetworkSystem"
        ],
        "operationId": "getHostNetworkSystemMoIdConsoleIpRouteConfig",
        "description": "The parameters and request body are for method: getHostNetworkSystemMoIdConsoleIpRouteConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostNetworkSystem/{moId}/dnsConfig": {
      "get": {
        "tags": [
          "HostNetworkSystem"
        ],
        "operationId": "getHostNetworkSystemMoIdDnsConfig",
        "description": "The parameters and request body are for method: getHostNetworkSystemMoIdDnsConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostNetworkSystem/{moId}/ipRouteConfig": {
      "get": {
        "tags": [
          "HostNetworkSystem"
        ],
        "operationId": "getHostNetworkSystemMoIdIpRouteConfig",
        "description": "The parameters and request body are for method: getHostNetworkSystemMoIdIpRouteConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostNetworkSystem/{moId}/networkConfig": {
      "get": {
        "tags": [
          "HostNetworkSystem"
        ],
        "operationId": "getHostNetworkSystemMoIdNetworkConfig",
        "description": "The parameters and request body are for method: getHostNetworkSystemMoIdNetworkConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostNetworkSystem/{moId}/networkInfo": {
      "get": {
        "tags": [
          "HostNetworkSystem"
        ],
        "operationId": "getHostNetworkSystemMoIdNetworkInfo",
        "description": "The parameters and request body are for method: getHostNetworkSystemMoIdNetworkInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostNetworkSystem/{moId}/offloadCapabilities": {
      "get": {
        "tags": [
          "HostNetworkSystem"
        ],
        "operationId": "getHostNetworkSystemMoIdOffloadCapabilities",
        "description": "The parameters and request body are for method: getHostNetworkSystemMoIdOffloadCapabilities. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostNetworkSystem/{moId}/value": {
      "get": {
        "tags": [
          "HostNetworkSystem"
        ],
        "operationId": "getHostNetworkSystemMoIdValue",
        "description": "The parameters and request body are for method: getHostNetworkSystemMoIdValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostNvdimmSystem/{moId}/CreateNvdimmNamespace_Task": {
      "post": {
        "tags": [
          "HostNvdimmSystem"
        ],
        "operationId": "postHostNvdimmSystemMoIdCreateNvdimmNamespaceTask",
        "description": "The parameters and request body are for method: postHostNvdimmSystemMoIdCreateNvdimmNamespaceTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostNvdimmSystem/{moId}/CreateNvdimmPMemNamespace_Task": {
      "post": {
        "tags": [
          "HostNvdimmSystem"
        ],
        "operationId": "postHostNvdimmSystemMoIdCreateNvdimmPMemNamespaceTask",
        "description": "The parameters and request body are for method: postHostNvdimmSystemMoIdCreateNvdimmPMemNamespaceTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostNvdimmSystem/{moId}/DeleteNvdimmBlockNamespaces_Task": {
      "post": {
        "tags": [
          "HostNvdimmSystem"
        ],
        "operationId": "postHostNvdimmSystemMoIdDeleteNvdimmBlockNamespacesTask",
        "description": "The parameters and request body are for method: postHostNvdimmSystemMoIdDeleteNvdimmBlockNamespacesTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostNvdimmSystem/{moId}/DeleteNvdimmNamespace_Task": {
      "post": {
        "tags": [
          "HostNvdimmSystem"
        ],
        "operationId": "postHostNvdimmSystemMoIdDeleteNvdimmNamespaceTask",
        "description": "The parameters and request body are for method: postHostNvdimmSystemMoIdDeleteNvdimmNamespaceTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostNvdimmSystem/{moId}/nvdimmSystemInfo": {
      "get": {
        "tags": [
          "HostNvdimmSystem"
        ],
        "operationId": "getHostNvdimmSystemMoIdNvdimmSystemInfo",
        "description": "The parameters and request body are for method: getHostNvdimmSystemMoIdNvdimmSystemInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostPatchManager/{moId}/CheckHostPatch_Task": {
      "post": {
        "tags": [
          "HostPatchManager"
        ],
        "operationId": "postHostPatchManagerMoIdCheckHostPatchTask",
        "description": "The parameters and request body are for method: postHostPatchManagerMoIdCheckHostPatchTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostPatchManager/{moId}/InstallHostPatch_Task": {
      "post": {
        "tags": [
          "HostPatchManager"
        ],
        "operationId": "postHostPatchManagerMoIdInstallHostPatchTask",
        "description": "The parameters and request body are for method: postHostPatchManagerMoIdInstallHostPatchTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostPatchManager/{moId}/InstallHostPatchV2_Task": {
      "post": {
        "tags": [
          "HostPatchManager"
        ],
        "operationId": "postHostPatchManagerMoIdInstallHostPatchV2Task",
        "description": "The parameters and request body are for method: postHostPatchManagerMoIdInstallHostPatchV2Task. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostPatchManager/{moId}/QueryHostPatch_Task": {
      "post": {
        "tags": [
          "HostPatchManager"
        ],
        "operationId": "postHostPatchManagerMoIdQueryHostPatchTask",
        "description": "The parameters and request body are for method: postHostPatchManagerMoIdQueryHostPatchTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostPatchManager/{moId}/ScanHostPatch_Task": {
      "post": {
        "tags": [
          "HostPatchManager"
        ],
        "operationId": "postHostPatchManagerMoIdScanHostPatchTask",
        "description": "The parameters and request body are for method: postHostPatchManagerMoIdScanHostPatchTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostPatchManager/{moId}/ScanHostPatchV2_Task": {
      "post": {
        "tags": [
          "HostPatchManager"
        ],
        "operationId": "postHostPatchManagerMoIdScanHostPatchV2Task",
        "description": "The parameters and request body are for method: postHostPatchManagerMoIdScanHostPatchV2Task. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostPatchManager/{moId}/StageHostPatch_Task": {
      "post": {
        "tags": [
          "HostPatchManager"
        ],
        "operationId": "postHostPatchManagerMoIdStageHostPatchTask",
        "description": "The parameters and request body are for method: postHostPatchManagerMoIdStageHostPatchTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostPatchManager/{moId}/UninstallHostPatch_Task": {
      "post": {
        "tags": [
          "HostPatchManager"
        ],
        "operationId": "postHostPatchManagerMoIdUninstallHostPatchTask",
        "description": "The parameters and request body are for method: postHostPatchManagerMoIdUninstallHostPatchTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostPciPassthruSystem/{moId}/Refresh": {
      "post": {
        "tags": [
          "HostPciPassthruSystem"
        ],
        "operationId": "postHostPciPassthruSystemMoIdRefresh",
        "description": "The parameters and request body are for method: postHostPciPassthruSystemMoIdRefresh. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostPciPassthruSystem/{moId}/setCustomValue": {
      "post": {
        "tags": [
          "HostPciPassthruSystem"
        ],
        "operationId": "postHostPciPassthruSystemMoIdSetCustomValue",
        "description": "The parameters and request body are for method: postHostPciPassthruSystemMoIdSetCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostPciPassthruSystem/{moId}/UpdatePassthruConfig": {
      "post": {
        "tags": [
          "HostPciPassthruSystem"
        ],
        "operationId": "postHostPciPassthruSystemMoIdUpdatePassthruConfig",
        "description": "The parameters and request body are for method: postHostPciPassthruSystemMoIdUpdatePassthruConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostPciPassthruSystem/{moId}/availableField": {
      "get": {
        "tags": [
          "HostPciPassthruSystem"
        ],
        "operationId": "getHostPciPassthruSystemMoIdAvailableField",
        "description": "The parameters and request body are for method: getHostPciPassthruSystemMoIdAvailableField. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostPciPassthruSystem/{moId}/pciPassthruInfo": {
      "get": {
        "tags": [
          "HostPciPassthruSystem"
        ],
        "operationId": "getHostPciPassthruSystemMoIdPciPassthruInfo",
        "description": "The parameters and request body are for method: getHostPciPassthruSystemMoIdPciPassthruInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostPciPassthruSystem/{moId}/sriovDevicePoolInfo": {
      "get": {
        "tags": [
          "HostPciPassthruSystem"
        ],
        "operationId": "getHostPciPassthruSystemMoIdSriovDevicePoolInfo",
        "description": "The parameters and request body are for method: getHostPciPassthruSystemMoIdSriovDevicePoolInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostPciPassthruSystem/{moId}/value": {
      "get": {
        "tags": [
          "HostPciPassthruSystem"
        ],
        "operationId": "getHostPciPassthruSystemMoIdValue",
        "description": "The parameters and request body are for method: getHostPciPassthruSystemMoIdValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostPowerSystem/{moId}/ConfigurePowerPolicy": {
      "post": {
        "tags": [
          "HostPowerSystem"
        ],
        "operationId": "postHostPowerSystemMoIdConfigurePowerPolicy",
        "description": "The parameters and request body are for method: postHostPowerSystemMoIdConfigurePowerPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostPowerSystem/{moId}/capability": {
      "get": {
        "tags": [
          "HostPowerSystem"
        ],
        "operationId": "getHostPowerSystemMoIdCapability",
        "description": "The parameters and request body are for method: getHostPowerSystemMoIdCapability. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostPowerSystem/{moId}/info": {
      "get": {
        "tags": [
          "HostPowerSystem"
        ],
        "operationId": "getHostPowerSystemMoIdInfo",
        "description": "The parameters and request body are for method: getHostPowerSystemMoIdInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostProfile/{moId}/HostProfileResetValidationState": {
      "post": {
        "tags": [
          "HostProfile"
        ],
        "operationId": "postHostProfileMoIdHostProfileResetValidationState",
        "description": "The parameters and request body are for method: postHostProfileMoIdHostProfileResetValidationState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostProfile/{moId}/AssociateProfile": {
      "post": {
        "tags": [
          "HostProfile"
        ],
        "operationId": "postHostProfileMoIdAssociateProfile",
        "description": "The parameters and request body are for method: postHostProfileMoIdAssociateProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostProfile/{moId}/CheckProfileCompliance_Task": {
      "post": {
        "tags": [
          "HostProfile"
        ],
        "operationId": "postHostProfileMoIdCheckProfileComplianceTask",
        "description": "The parameters and request body are for method: postHostProfileMoIdCheckProfileComplianceTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostProfile/{moId}/DestroyProfile": {
      "post": {
        "tags": [
          "HostProfile"
        ],
        "operationId": "postHostProfileMoIdDestroyProfile",
        "description": "The parameters and request body are for method: postHostProfileMoIdDestroyProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostProfile/{moId}/DissociateProfile": {
      "post": {
        "tags": [
          "HostProfile"
        ],
        "operationId": "postHostProfileMoIdDissociateProfile",
        "description": "The parameters and request body are for method: postHostProfileMoIdDissociateProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostProfile/{moId}/ExecuteHostProfile": {
      "post": {
        "tags": [
          "HostProfile"
        ],
        "operationId": "postHostProfileMoIdExecuteHostProfile",
        "description": "The parameters and request body are for method: postHostProfileMoIdExecuteHostProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostProfile/{moId}/ExportProfile": {
      "post": {
        "tags": [
          "HostProfile"
        ],
        "operationId": "postHostProfileMoIdExportProfile",
        "description": "The parameters and request body are for method: postHostProfileMoIdExportProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostProfile/{moId}/RetrieveDescription": {
      "post": {
        "tags": [
          "HostProfile"
        ],
        "operationId": "postHostProfileMoIdRetrieveDescription",
        "description": "The parameters and request body are for method: postHostProfileMoIdRetrieveDescription. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostProfile/{moId}/UpdateHostProfile": {
      "post": {
        "tags": [
          "HostProfile"
        ],
        "operationId": "postHostProfileMoIdUpdateHostProfile",
        "description": "The parameters and request body are for method: postHostProfileMoIdUpdateHostProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostProfile/{moId}/UpdateReferenceHost": {
      "post": {
        "tags": [
          "HostProfile"
        ],
        "operationId": "postHostProfileMoIdUpdateReferenceHost",
        "description": "The parameters and request body are for method: postHostProfileMoIdUpdateReferenceHost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostProfile/{moId}/complianceCheckTime": {
      "get": {
        "tags": [
          "HostProfile"
        ],
        "operationId": "getHostProfileMoIdComplianceCheckTime",
        "description": "The parameters and request body are for method: getHostProfileMoIdComplianceCheckTime. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostProfile/{moId}/complianceStatus": {
      "get": {
        "tags": [
          "HostProfile"
        ],
        "operationId": "getHostProfileMoIdComplianceStatus",
        "description": "The parameters and request body are for method: getHostProfileMoIdComplianceStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostProfile/{moId}/config": {
      "get": {
        "tags": [
          "HostProfile"
        ],
        "operationId": "getHostProfileMoIdConfig",
        "description": "The parameters and request body are for method: getHostProfileMoIdConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostProfile/{moId}/createdTime": {
      "get": {
        "tags": [
          "HostProfile"
        ],
        "operationId": "getHostProfileMoIdCreatedTime",
        "description": "The parameters and request body are for method: getHostProfileMoIdCreatedTime. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostProfile/{moId}/description": {
      "get": {
        "tags": [
          "HostProfile"
        ],
        "operationId": "getHostProfileMoIdDescription",
        "description": "The parameters and request body are for method: getHostProfileMoIdDescription. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostProfile/{moId}/entity": {
      "get": {
        "tags": [
          "HostProfile"
        ],
        "operationId": "getHostProfileMoIdEntity",
        "description": "The parameters and request body are for method: getHostProfileMoIdEntity. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostProfile/{moId}/modifiedTime": {
      "get": {
        "tags": [
          "HostProfile"
        ],
        "operationId": "getHostProfileMoIdModifiedTime",
        "description": "The parameters and request body are for method: getHostProfileMoIdModifiedTime. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostProfile/{moId}/name": {
      "get": {
        "tags": [
          "HostProfile"
        ],
        "operationId": "getHostProfileMoIdName",
        "description": "The parameters and request body are for method: getHostProfileMoIdName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostProfile/{moId}/referenceHost": {
      "get": {
        "tags": [
          "HostProfile"
        ],
        "operationId": "getHostProfileMoIdReferenceHost",
        "description": "The parameters and request body are for method: getHostProfileMoIdReferenceHost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostProfile/{moId}/validationFailureInfo": {
      "get": {
        "tags": [
          "HostProfile"
        ],
        "operationId": "getHostProfileMoIdValidationFailureInfo",
        "description": "The parameters and request body are for method: getHostProfileMoIdValidationFailureInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostProfile/{moId}/validationState": {
      "get": {
        "tags": [
          "HostProfile"
        ],
        "operationId": "getHostProfileMoIdValidationState",
        "description": "The parameters and request body are for method: getHostProfileMoIdValidationState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostProfile/{moId}/validationStateUpdateTime": {
      "get": {
        "tags": [
          "HostProfile"
        ],
        "operationId": "getHostProfileMoIdValidationStateUpdateTime",
        "description": "The parameters and request body are for method: getHostProfileMoIdValidationStateUpdateTime. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostProfileManager/{moId}/ApplyEntitiesConfig_Task": {
      "post": {
        "tags": [
          "HostProfileManager"
        ],
        "operationId": "postHostProfileManagerMoIdApplyEntitiesConfigTask",
        "description": "The parameters and request body are for method: postHostProfileManagerMoIdApplyEntitiesConfigTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostProfileManager/{moId}/ApplyHostConfig_Task": {
      "post": {
        "tags": [
          "HostProfileManager"
        ],
        "operationId": "postHostProfileManagerMoIdApplyHostConfigTask",
        "description": "The parameters and request body are for method: postHostProfileManagerMoIdApplyHostConfigTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostProfileManager/{moId}/CheckAnswerFileStatus_Task": {
      "post": {
        "tags": [
          "HostProfileManager"
        ],
        "operationId": "postHostProfileManagerMoIdCheckAnswerFileStatusTask",
        "description": "The parameters and request body are for method: postHostProfileManagerMoIdCheckAnswerFileStatusTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostProfileManager/{moId}/CompositeHostProfile_Task": {
      "post": {
        "tags": [
          "HostProfileManager"
        ],
        "operationId": "postHostProfileManagerMoIdCompositeHostProfileTask",
        "description": "The parameters and request body are for method: postHostProfileManagerMoIdCompositeHostProfileTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostProfileManager/{moId}/CreateDefaultProfile": {
      "post": {
        "tags": [
          "HostProfileManager"
        ],
        "operationId": "postHostProfileManagerMoIdCreateDefaultProfile",
        "description": "The parameters and request body are for method: postHostProfileManagerMoIdCreateDefaultProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostProfileManager/{moId}/CreateProfile": {
      "post": {
        "tags": [
          "HostProfileManager"
        ],
        "operationId": "postHostProfileManagerMoIdCreateProfile",
        "description": "The parameters and request body are for method: postHostProfileManagerMoIdCreateProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostProfileManager/{moId}/ExportAnswerFile_Task": {
      "post": {
        "tags": [
          "HostProfileManager"
        ],
        "operationId": "postHostProfileManagerMoIdExportAnswerFileTask",
        "description": "The parameters and request body are for method: postHostProfileManagerMoIdExportAnswerFileTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostProfileManager/{moId}/FindAssociatedProfile": {
      "post": {
        "tags": [
          "HostProfileManager"
        ],
        "operationId": "postHostProfileManagerMoIdFindAssociatedProfile",
        "description": "The parameters and request body are for method: postHostProfileManagerMoIdFindAssociatedProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostProfileManager/{moId}/GenerateConfigTaskList": {
      "post": {
        "tags": [
          "HostProfileManager"
        ],
        "operationId": "postHostProfileManagerMoIdGenerateConfigTaskList",
        "description": "The parameters and request body are for method: postHostProfileManagerMoIdGenerateConfigTaskList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostProfileManager/{moId}/GenerateHostConfigTaskSpec_Task": {
      "post": {
        "tags": [
          "HostProfileManager"
        ],
        "operationId": "postHostProfileManagerMoIdGenerateHostConfigTaskSpecTask",
        "description": "The parameters and request body are for method: postHostProfileManagerMoIdGenerateHostConfigTaskSpecTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostProfileManager/{moId}/GenerateHostProfileTaskList_Task": {
      "post": {
        "tags": [
          "HostProfileManager"
        ],
        "operationId": "postHostProfileManagerMoIdGenerateHostProfileTaskListTask",
        "description": "The parameters and request body are for method: postHostProfileManagerMoIdGenerateHostProfileTaskListTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostProfileManager/{moId}/QueryAnswerFileStatus": {
      "post": {
        "tags": [
          "HostProfileManager"
        ],
        "operationId": "postHostProfileManagerMoIdQueryAnswerFileStatus",
        "description": "The parameters and request body are for method: postHostProfileManagerMoIdQueryAnswerFileStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostProfileManager/{moId}/QueryPolicyMetadata": {
      "post": {
        "tags": [
          "HostProfileManager"
        ],
        "operationId": "postHostProfileManagerMoIdQueryPolicyMetadata",
        "description": "The parameters and request body are for method: postHostProfileManagerMoIdQueryPolicyMetadata. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostProfileManager/{moId}/QueryHostProfileMetadata": {
      "post": {
        "tags": [
          "HostProfileManager"
        ],
        "operationId": "postHostProfileManagerMoIdQueryHostProfileMetadata",
        "description": "The parameters and request body are for method: postHostProfileManagerMoIdQueryHostProfileMetadata. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostProfileManager/{moId}/QueryProfileStructure": {
      "post": {
        "tags": [
          "HostProfileManager"
        ],
        "operationId": "postHostProfileManagerMoIdQueryProfileStructure",
        "description": "The parameters and request body are for method: postHostProfileManagerMoIdQueryProfileStructure. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostProfileManager/{moId}/RetrieveAnswerFile": {
      "post": {
        "tags": [
          "HostProfileManager"
        ],
        "operationId": "postHostProfileManagerMoIdRetrieveAnswerFile",
        "description": "The parameters and request body are for method: postHostProfileManagerMoIdRetrieveAnswerFile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostProfileManager/{moId}/RetrieveAnswerFileForProfile": {
      "post": {
        "tags": [
          "HostProfileManager"
        ],
        "operationId": "postHostProfileManagerMoIdRetrieveAnswerFileForProfile",
        "description": "The parameters and request body are for method: postHostProfileManagerMoIdRetrieveAnswerFileForProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostProfileManager/{moId}/RetrieveHostCustomizations": {
      "post": {
        "tags": [
          "HostProfileManager"
        ],
        "operationId": "postHostProfileManagerMoIdRetrieveHostCustomizations",
        "description": "The parameters and request body are for method: postHostProfileManagerMoIdRetrieveHostCustomizations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostProfileManager/{moId}/RetrieveHostCustomizationsForProfile": {
      "post": {
        "tags": [
          "HostProfileManager"
        ],
        "operationId": "postHostProfileManagerMoIdRetrieveHostCustomizationsForProfile",
        "description": "The parameters and request body are for method: postHostProfileManagerMoIdRetrieveHostCustomizationsForProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostProfileManager/{moId}/UpdateAnswerFile_Task": {
      "post": {
        "tags": [
          "HostProfileManager"
        ],
        "operationId": "postHostProfileManagerMoIdUpdateAnswerFileTask",
        "description": "The parameters and request body are for method: postHostProfileManagerMoIdUpdateAnswerFileTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostProfileManager/{moId}/ValidateHostProfileComposition_Task": {
      "post": {
        "tags": [
          "HostProfileManager"
        ],
        "operationId": "postHostProfileManagerMoIdValidateHostProfileCompositionTask",
        "description": "The parameters and request body are for method: postHostProfileManagerMoIdValidateHostProfileCompositionTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostProfileManager/{moId}/profile": {
      "get": {
        "tags": [
          "HostProfileManager"
        ],
        "operationId": "getHostProfileManagerMoIdProfile",
        "description": "The parameters and request body are for method: getHostProfileManagerMoIdProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostServiceSystem/{moId}/RefreshServices": {
      "post": {
        "tags": [
          "HostServiceSystem"
        ],
        "operationId": "postHostServiceSystemMoIdRefreshServices",
        "description": "The parameters and request body are for method: postHostServiceSystemMoIdRefreshServices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostServiceSystem/{moId}/RestartService": {
      "post": {
        "tags": [
          "HostServiceSystem"
        ],
        "operationId": "postHostServiceSystemMoIdRestartService",
        "description": "The parameters and request body are for method: postHostServiceSystemMoIdRestartService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostServiceSystem/{moId}/setCustomValue": {
      "post": {
        "tags": [
          "HostServiceSystem"
        ],
        "operationId": "postHostServiceSystemMoIdSetCustomValue",
        "description": "The parameters and request body are for method: postHostServiceSystemMoIdSetCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostServiceSystem/{moId}/StartService": {
      "post": {
        "tags": [
          "HostServiceSystem"
        ],
        "operationId": "postHostServiceSystemMoIdStartService",
        "description": "The parameters and request body are for method: postHostServiceSystemMoIdStartService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostServiceSystem/{moId}/StopService": {
      "post": {
        "tags": [
          "HostServiceSystem"
        ],
        "operationId": "postHostServiceSystemMoIdStopService",
        "description": "The parameters and request body are for method: postHostServiceSystemMoIdStopService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostServiceSystem/{moId}/UninstallService": {
      "post": {
        "tags": [
          "HostServiceSystem"
        ],
        "operationId": "postHostServiceSystemMoIdUninstallService",
        "description": "The parameters and request body are for method: postHostServiceSystemMoIdUninstallService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostServiceSystem/{moId}/UpdateServicePolicy": {
      "post": {
        "tags": [
          "HostServiceSystem"
        ],
        "operationId": "postHostServiceSystemMoIdUpdateServicePolicy",
        "description": "The parameters and request body are for method: postHostServiceSystemMoIdUpdateServicePolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostServiceSystem/{moId}/availableField": {
      "get": {
        "tags": [
          "HostServiceSystem"
        ],
        "operationId": "getHostServiceSystemMoIdAvailableField",
        "description": "The parameters and request body are for method: getHostServiceSystemMoIdAvailableField. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostServiceSystem/{moId}/serviceInfo": {
      "get": {
        "tags": [
          "HostServiceSystem"
        ],
        "operationId": "getHostServiceSystemMoIdServiceInfo",
        "description": "The parameters and request body are for method: getHostServiceSystemMoIdServiceInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostServiceSystem/{moId}/value": {
      "get": {
        "tags": [
          "HostServiceSystem"
        ],
        "operationId": "getHostServiceSystemMoIdValue",
        "description": "The parameters and request body are for method: getHostServiceSystemMoIdValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSnmpSystem/{moId}/ReconfigureSnmpAgent": {
      "post": {
        "tags": [
          "HostSnmpSystem"
        ],
        "operationId": "postHostSnmpSystemMoIdReconfigureSnmpAgent",
        "description": "The parameters and request body are for method: postHostSnmpSystemMoIdReconfigureSnmpAgent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostSnmpSystem/{moId}/SendTestNotification": {
      "post": {
        "tags": [
          "HostSnmpSystem"
        ],
        "operationId": "postHostSnmpSystemMoIdSendTestNotification",
        "description": "The parameters and request body are for method: postHostSnmpSystemMoIdSendTestNotification. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSnmpSystem/{moId}/configuration": {
      "get": {
        "tags": [
          "HostSnmpSystem"
        ],
        "operationId": "getHostSnmpSystemMoIdConfiguration",
        "description": "The parameters and request body are for method: getHostSnmpSystemMoIdConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSnmpSystem/{moId}/limits": {
      "get": {
        "tags": [
          "HostSnmpSystem"
        ],
        "operationId": "getHostSnmpSystemMoIdLimits",
        "description": "The parameters and request body are for method: getHostSnmpSystemMoIdLimits. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSpecificationManager/{moId}/DeleteHostSpecification": {
      "post": {
        "tags": [
          "HostSpecificationManager"
        ],
        "operationId": "postHostSpecificationManagerMoIdDeleteHostSpecification",
        "description": "The parameters and request body are for method: postHostSpecificationManagerMoIdDeleteHostSpecification. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostSpecificationManager/{moId}/DeleteHostSubSpecification": {
      "post": {
        "tags": [
          "HostSpecificationManager"
        ],
        "operationId": "postHostSpecificationManagerMoIdDeleteHostSubSpecification",
        "description": "The parameters and request body are for method: postHostSpecificationManagerMoIdDeleteHostSubSpecification. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostSpecificationManager/{moId}/HostSpecGetUpdatedHosts": {
      "post": {
        "tags": [
          "HostSpecificationManager"
        ],
        "operationId": "postHostSpecificationManagerMoIdHostSpecGetUpdatedHosts",
        "description": "The parameters and request body are for method: postHostSpecificationManagerMoIdHostSpecGetUpdatedHosts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostSpecificationManager/{moId}/RetrieveHostSpecification": {
      "post": {
        "tags": [
          "HostSpecificationManager"
        ],
        "operationId": "postHostSpecificationManagerMoIdRetrieveHostSpecification",
        "description": "The parameters and request body are for method: postHostSpecificationManagerMoIdRetrieveHostSpecification. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostSpecificationManager/{moId}/UpdateHostSpecification": {
      "post": {
        "tags": [
          "HostSpecificationManager"
        ],
        "operationId": "postHostSpecificationManagerMoIdUpdateHostSpecification",
        "description": "The parameters and request body are for method: postHostSpecificationManagerMoIdUpdateHostSpecification. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostSpecificationManager/{moId}/UpdateHostSubSpecification": {
      "post": {
        "tags": [
          "HostSpecificationManager"
        ],
        "operationId": "postHostSpecificationManagerMoIdUpdateHostSubSpecification",
        "description": "The parameters and request body are for method: postHostSpecificationManagerMoIdUpdateHostSubSpecification. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/AddInternetScsiSendTargets": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdAddInternetScsiSendTargets",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdAddInternetScsiSendTargets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/AddInternetScsiStaticTargets": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdAddInternetScsiStaticTargets",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdAddInternetScsiStaticTargets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/AttachScsiLun": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdAttachScsiLun",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdAttachScsiLun. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/AttachScsiLunEx_Task": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdAttachScsiLunExTask",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdAttachScsiLunExTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/AttachVmfsExtent": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdAttachVmfsExtent",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdAttachVmfsExtent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/ChangeNFSUserPassword": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdChangeNFSUserPassword",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdChangeNFSUserPassword. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/ClearNFSUser": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdClearNFSUser",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdClearNFSUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/ComputeDiskPartitionInfo": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdComputeDiskPartitionInfo",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdComputeDiskPartitionInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/ComputeDiskPartitionInfoForResize": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdComputeDiskPartitionInfoForResize",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdComputeDiskPartitionInfoForResize. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/ConnectNvmeController": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdConnectNvmeController",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdConnectNvmeController. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/ConnectNvmeControllerEx_Task": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdConnectNvmeControllerExTask",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdConnectNvmeControllerExTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/CreateNvmeOverRdmaAdapter": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdCreateNvmeOverRdmaAdapter",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdCreateNvmeOverRdmaAdapter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/CreateSoftwareAdapter": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdCreateSoftwareAdapter",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdCreateSoftwareAdapter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/DeleteScsiLunState": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdDeleteScsiLunState",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdDeleteScsiLunState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/DeleteVffsVolumeState": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdDeleteVffsVolumeState",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdDeleteVffsVolumeState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/DeleteVmfsVolumeState": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdDeleteVmfsVolumeState",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdDeleteVmfsVolumeState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/DestroyVffs": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdDestroyVffs",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdDestroyVffs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/DetachScsiLun": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdDetachScsiLun",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdDetachScsiLun. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/DetachScsiLunEx_Task": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdDetachScsiLunExTask",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdDetachScsiLunExTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/DisableMultipathPath": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdDisableMultipathPath",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdDisableMultipathPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/DisconnectNvmeController": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdDisconnectNvmeController",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdDisconnectNvmeController. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/DisconnectNvmeControllerEx_Task": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdDisconnectNvmeControllerExTask",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdDisconnectNvmeControllerExTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/DiscoverFcoeHbas": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdDiscoverFcoeHbas",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdDiscoverFcoeHbas. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/DiscoverNvmeControllers": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdDiscoverNvmeControllers",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdDiscoverNvmeControllers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/EnableMultipathPath": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdEnableMultipathPath",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdEnableMultipathPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/ExpandVmfsExtent": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdExpandVmfsExtent",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdExpandVmfsExtent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/ExtendVffs": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdExtendVffs",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdExtendVffs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/FormatVffs": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdFormatVffs",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdFormatVffs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/FormatVmfs": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdFormatVmfs",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdFormatVmfs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/MarkAsLocal_Task": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdMarkAsLocalTask",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdMarkAsLocalTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/MarkAsNonLocal_Task": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdMarkAsNonLocalTask",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdMarkAsNonLocalTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/MarkAsNonSsd_Task": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdMarkAsNonSsdTask",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdMarkAsNonSsdTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/MarkAsSsd_Task": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdMarkAsSsdTask",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdMarkAsSsdTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/HostStorageSystem_MarkForRemoval": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdHostStorageSystemMarkForRemoval",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdHostStorageSystemMarkForRemoval. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/MarkPerenniallyReserved": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdMarkPerenniallyReserved",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdMarkPerenniallyReserved. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/MarkPerenniallyReservedEx_Task": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdMarkPerenniallyReservedExTask",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdMarkPerenniallyReservedExTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/MountVffsVolume": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdMountVffsVolume",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdMountVffsVolume. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/MountVmfsVolume": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdMountVmfsVolume",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdMountVmfsVolume. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/MountVmfsVolumeEx_Task": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdMountVmfsVolumeExTask",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdMountVmfsVolumeExTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/QueryAvailableSsds": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdQueryAvailableSsds",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdQueryAvailableSsds. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/QueryNFSUser": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdQueryNFSUser",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdQueryNFSUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/QueryPathSelectionPolicyOptions": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdQueryPathSelectionPolicyOptions",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdQueryPathSelectionPolicyOptions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/QueryStorageArrayTypePolicyOptions": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdQueryStorageArrayTypePolicyOptions",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdQueryStorageArrayTypePolicyOptions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/QueryUnresolvedVmfsVolume": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdQueryUnresolvedVmfsVolume",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdQueryUnresolvedVmfsVolume. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/QueryVmfsConfigOption": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdQueryVmfsConfigOption",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdQueryVmfsConfigOption. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/RefreshStorageSystem": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdRefreshStorageSystem",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdRefreshStorageSystem. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/RemoveInternetScsiSendTargets": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdRemoveInternetScsiSendTargets",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdRemoveInternetScsiSendTargets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/RemoveInternetScsiStaticTargets": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdRemoveInternetScsiStaticTargets",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdRemoveInternetScsiStaticTargets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/RemoveNvmeOverRdmaAdapter": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdRemoveNvmeOverRdmaAdapter",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdRemoveNvmeOverRdmaAdapter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/RemoveSoftwareAdapter": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdRemoveSoftwareAdapter",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdRemoveSoftwareAdapter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/RescanAllHba": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdRescanAllHba",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdRescanAllHba. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/RescanHba": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdRescanHba",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdRescanHba. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/RescanVffs": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdRescanVffs",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdRescanVffs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/RescanVmfs": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdRescanVmfs",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdRescanVmfs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/ResolveMultipleUnresolvedVmfsVolumes": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdResolveMultipleUnresolvedVmfsVolumes",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdResolveMultipleUnresolvedVmfsVolumes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/ResolveMultipleUnresolvedVmfsVolumesEx_Task": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdResolveMultipleUnresolvedVmfsVolumesExTask",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdResolveMultipleUnresolvedVmfsVolumesExTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/RetrieveDiskPartitionInfo": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdRetrieveDiskPartitionInfo",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdRetrieveDiskPartitionInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/setCustomValue": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdSetCustomValue",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdSetCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/SetMultipathLunPolicy": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdSetMultipathLunPolicy",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdSetMultipathLunPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/SetNFSUser": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdSetNFSUser",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdSetNFSUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/TurnDiskLocatorLedOff_Task": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdTurnDiskLocatorLedOffTask",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdTurnDiskLocatorLedOffTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/TurnDiskLocatorLedOn_Task": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdTurnDiskLocatorLedOnTask",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdTurnDiskLocatorLedOnTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/UnmapVmfsVolumeEx_Task": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdUnmapVmfsVolumeExTask",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdUnmapVmfsVolumeExTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/UnmountForceMountedVmfsVolume": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdUnmountForceMountedVmfsVolume",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdUnmountForceMountedVmfsVolume. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/UnmountVffsVolume": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdUnmountVffsVolume",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdUnmountVffsVolume. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/UnmountVmfsVolume": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdUnmountVmfsVolume",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdUnmountVmfsVolume. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/UnmountVmfsVolumeEx_Task": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdUnmountVmfsVolumeExTask",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdUnmountVmfsVolumeExTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/UpdateDiskPartitions": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdUpdateDiskPartitions",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdUpdateDiskPartitions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/UpdateHppMultipathLunPolicy": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdUpdateHppMultipathLunPolicy",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdUpdateHppMultipathLunPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/UpdateInternetScsiAdvancedOptions": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdUpdateInternetScsiAdvancedOptions",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdUpdateInternetScsiAdvancedOptions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/UpdateInternetScsiAlias": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdUpdateInternetScsiAlias",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdUpdateInternetScsiAlias. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/UpdateInternetScsiAuthenticationProperties": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdUpdateInternetScsiAuthenticationProperties",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdUpdateInternetScsiAuthenticationProperties. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/UpdateInternetScsiDigestProperties": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdUpdateInternetScsiDigestProperties",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdUpdateInternetScsiDigestProperties. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/UpdateInternetScsiDiscoveryProperties": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdUpdateInternetScsiDiscoveryProperties",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdUpdateInternetScsiDiscoveryProperties. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/UpdateInternetScsiIPProperties": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdUpdateInternetScsiIPProperties",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdUpdateInternetScsiIPProperties. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/UpdateInternetScsiName": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdUpdateInternetScsiName",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdUpdateInternetScsiName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/UpdateScsiLunDisplayName": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdUpdateScsiLunDisplayName",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdUpdateScsiLunDisplayName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/UpdateSoftwareInternetScsiEnabled": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdUpdateSoftwareInternetScsiEnabled",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdUpdateSoftwareInternetScsiEnabled. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/UpdateVmfsUnmapBandwidth": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdUpdateVmfsUnmapBandwidth",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdUpdateVmfsUnmapBandwidth. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/UpdateVmfsUnmapPriority": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdUpdateVmfsUnmapPriority",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdUpdateVmfsUnmapPriority. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/UpgradeVmLayout": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdUpgradeVmLayout",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdUpgradeVmLayout. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/UpgradeVmfs": {
      "post": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "postHostStorageSystemMoIdUpgradeVmfs",
        "description": "The parameters and request body are for method: postHostStorageSystemMoIdUpgradeVmfs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/availableField": {
      "get": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "getHostStorageSystemMoIdAvailableField",
        "description": "The parameters and request body are for method: getHostStorageSystemMoIdAvailableField. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/fileSystemVolumeInfo": {
      "get": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "getHostStorageSystemMoIdFileSystemVolumeInfo",
        "description": "The parameters and request body are for method: getHostStorageSystemMoIdFileSystemVolumeInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/multipathStateInfo": {
      "get": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "getHostStorageSystemMoIdMultipathStateInfo",
        "description": "The parameters and request body are for method: getHostStorageSystemMoIdMultipathStateInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/storageDeviceInfo": {
      "get": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "getHostStorageSystemMoIdStorageDeviceInfo",
        "description": "The parameters and request body are for method: getHostStorageSystemMoIdStorageDeviceInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/systemFile": {
      "get": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "getHostStorageSystemMoIdSystemFile",
        "description": "The parameters and request body are for method: getHostStorageSystemMoIdSystemFile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostStorageSystem/{moId}/value": {
      "get": {
        "tags": [
          "HostStorageSystem"
        ],
        "operationId": "getHostStorageSystemMoIdValue",
        "description": "The parameters and request body are for method: getHostStorageSystemMoIdValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/AcquireCimServicesTicket": {
      "post": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "postHostSystemMoIdAcquireCimServicesTicket",
        "description": "The parameters and request body are for method: postHostSystemMoIdAcquireCimServicesTicket. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/ConfigureCryptoKey": {
      "post": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "postHostSystemMoIdConfigureCryptoKey",
        "description": "The parameters and request body are for method: postHostSystemMoIdConfigureCryptoKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/Destroy_Task": {
      "post": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "postHostSystemMoIdDestroyTask",
        "description": "The parameters and request body are for method: postHostSystemMoIdDestroyTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/DisconnectHost_Task": {
      "post": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "postHostSystemMoIdDisconnectHostTask",
        "description": "The parameters and request body are for method: postHostSystemMoIdDisconnectHostTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/EnableCrypto": {
      "post": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "postHostSystemMoIdEnableCrypto",
        "description": "The parameters and request body are for method: postHostSystemMoIdEnableCrypto. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/EnterLockdownMode": {
      "post": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "postHostSystemMoIdEnterLockdownMode",
        "description": "The parameters and request body are for method: postHostSystemMoIdEnterLockdownMode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/EnterMaintenanceMode_Task": {
      "post": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "postHostSystemMoIdEnterMaintenanceModeTask",
        "description": "The parameters and request body are for method: postHostSystemMoIdEnterMaintenanceModeTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/PowerDownHostToStandBy_Task": {
      "post": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "postHostSystemMoIdPowerDownHostToStandByTask",
        "description": "The parameters and request body are for method: postHostSystemMoIdPowerDownHostToStandByTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/ExitLockdownMode": {
      "post": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "postHostSystemMoIdExitLockdownMode",
        "description": "The parameters and request body are for method: postHostSystemMoIdExitLockdownMode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/ExitMaintenanceMode_Task": {
      "post": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "postHostSystemMoIdExitMaintenanceModeTask",
        "description": "The parameters and request body are for method: postHostSystemMoIdExitMaintenanceModeTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/PowerUpHostFromStandBy_Task": {
      "post": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "postHostSystemMoIdPowerUpHostFromStandByTask",
        "description": "The parameters and request body are for method: postHostSystemMoIdPowerUpHostFromStandByTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/PrepareCrypto": {
      "post": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "postHostSystemMoIdPrepareCrypto",
        "description": "The parameters and request body are for method: postHostSystemMoIdPrepareCrypto. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/QueryHostConnectionInfo": {
      "post": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "postHostSystemMoIdQueryHostConnectionInfo",
        "description": "The parameters and request body are for method: postHostSystemMoIdQueryHostConnectionInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/QueryMemoryOverhead": {
      "post": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "postHostSystemMoIdQueryMemoryOverhead",
        "description": "The parameters and request body are for method: postHostSystemMoIdQueryMemoryOverhead. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/QueryMemoryOverheadEx": {
      "post": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "postHostSystemMoIdQueryMemoryOverheadEx",
        "description": "The parameters and request body are for method: postHostSystemMoIdQueryMemoryOverheadEx. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/QueryProductLockerLocation": {
      "post": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "postHostSystemMoIdQueryProductLockerLocation",
        "description": "The parameters and request body are for method: postHostSystemMoIdQueryProductLockerLocation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/QueryTpmAttestationReport": {
      "post": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "postHostSystemMoIdQueryTpmAttestationReport",
        "description": "The parameters and request body are for method: postHostSystemMoIdQueryTpmAttestationReport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/RebootHost_Task": {
      "post": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "postHostSystemMoIdRebootHostTask",
        "description": "The parameters and request body are for method: postHostSystemMoIdRebootHostTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/ReconfigureHostForDAS_Task": {
      "post": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "postHostSystemMoIdReconfigureHostForDASTask",
        "description": "The parameters and request body are for method: postHostSystemMoIdReconfigureHostForDASTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/ReconnectHost_Task": {
      "post": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "postHostSystemMoIdReconnectHostTask",
        "description": "The parameters and request body are for method: postHostSystemMoIdReconnectHostTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/Reload": {
      "post": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "postHostSystemMoIdReload",
        "description": "The parameters and request body are for method: postHostSystemMoIdReload. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/Rename_Task": {
      "post": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "postHostSystemMoIdRenameTask",
        "description": "The parameters and request body are for method: postHostSystemMoIdRenameTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/RetrieveFreeEpcMemory": {
      "post": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "postHostSystemMoIdRetrieveFreeEpcMemory",
        "description": "The parameters and request body are for method: postHostSystemMoIdRetrieveFreeEpcMemory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/RetrieveHardwareUptime": {
      "post": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "postHostSystemMoIdRetrieveHardwareUptime",
        "description": "The parameters and request body are for method: postHostSystemMoIdRetrieveHardwareUptime. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/setCustomValue": {
      "post": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "postHostSystemMoIdSetCustomValue",
        "description": "The parameters and request body are for method: postHostSystemMoIdSetCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/ShutdownHost_Task": {
      "post": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "postHostSystemMoIdShutdownHostTask",
        "description": "The parameters and request body are for method: postHostSystemMoIdShutdownHostTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/UpdateFlags": {
      "post": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "postHostSystemMoIdUpdateFlags",
        "description": "The parameters and request body are for method: postHostSystemMoIdUpdateFlags. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/UpdateIpmi": {
      "post": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "postHostSystemMoIdUpdateIpmi",
        "description": "The parameters and request body are for method: postHostSystemMoIdUpdateIpmi. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/UpdateProductLockerLocation_Task": {
      "post": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "postHostSystemMoIdUpdateProductLockerLocationTask",
        "description": "The parameters and request body are for method: postHostSystemMoIdUpdateProductLockerLocationTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/UpdateSystemResources": {
      "post": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "postHostSystemMoIdUpdateSystemResources",
        "description": "The parameters and request body are for method: postHostSystemMoIdUpdateSystemResources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/UpdateSystemSwapConfiguration": {
      "post": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "postHostSystemMoIdUpdateSystemSwapConfiguration",
        "description": "The parameters and request body are for method: postHostSystemMoIdUpdateSystemSwapConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/alarmActionsEnabled": {
      "get": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "getHostSystemMoIdAlarmActionsEnabled",
        "description": "The parameters and request body are for method: getHostSystemMoIdAlarmActionsEnabled. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/answerFileValidationResult": {
      "get": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "getHostSystemMoIdAnswerFileValidationResult",
        "description": "The parameters and request body are for method: getHostSystemMoIdAnswerFileValidationResult. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/answerFileValidationState": {
      "get": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "getHostSystemMoIdAnswerFileValidationState",
        "description": "The parameters and request body are for method: getHostSystemMoIdAnswerFileValidationState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/availableField": {
      "get": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "getHostSystemMoIdAvailableField",
        "description": "The parameters and request body are for method: getHostSystemMoIdAvailableField. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/capability": {
      "get": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "getHostSystemMoIdCapability",
        "description": "The parameters and request body are for method: getHostSystemMoIdCapability. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/complianceCheckResult": {
      "get": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "getHostSystemMoIdComplianceCheckResult",
        "description": "The parameters and request body are for method: getHostSystemMoIdComplianceCheckResult. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/complianceCheckState": {
      "get": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "getHostSystemMoIdComplianceCheckState",
        "description": "The parameters and request body are for method: getHostSystemMoIdComplianceCheckState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/config": {
      "get": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "getHostSystemMoIdConfig",
        "description": "The parameters and request body are for method: getHostSystemMoIdConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/configIssue": {
      "get": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "getHostSystemMoIdConfigIssue",
        "description": "The parameters and request body are for method: getHostSystemMoIdConfigIssue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/configManager": {
      "get": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "getHostSystemMoIdConfigManager",
        "description": "The parameters and request body are for method: getHostSystemMoIdConfigManager. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/configStatus": {
      "get": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "getHostSystemMoIdConfigStatus",
        "description": "The parameters and request body are for method: getHostSystemMoIdConfigStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/customValue": {
      "get": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "getHostSystemMoIdCustomValue",
        "description": "The parameters and request body are for method: getHostSystemMoIdCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/datastore": {
      "get": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "getHostSystemMoIdDatastore",
        "description": "The parameters and request body are for method: getHostSystemMoIdDatastore. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/datastoreBrowser": {
      "get": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "getHostSystemMoIdDatastoreBrowser",
        "description": "The parameters and request body are for method: getHostSystemMoIdDatastoreBrowser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/declaredAlarmState": {
      "get": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "getHostSystemMoIdDeclaredAlarmState",
        "description": "The parameters and request body are for method: getHostSystemMoIdDeclaredAlarmState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/disabledMethod": {
      "get": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "getHostSystemMoIdDisabledMethod",
        "description": "The parameters and request body are for method: getHostSystemMoIdDisabledMethod. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/effectiveRole": {
      "get": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "getHostSystemMoIdEffectiveRole",
        "description": "The parameters and request body are for method: getHostSystemMoIdEffectiveRole. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/hardware": {
      "get": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "getHostSystemMoIdHardware",
        "description": "The parameters and request body are for method: getHostSystemMoIdHardware. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/licensableResource": {
      "get": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "getHostSystemMoIdLicensableResource",
        "description": "The parameters and request body are for method: getHostSystemMoIdLicensableResource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/name": {
      "get": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "getHostSystemMoIdName",
        "description": "The parameters and request body are for method: getHostSystemMoIdName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/network": {
      "get": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "getHostSystemMoIdNetwork",
        "description": "The parameters and request body are for method: getHostSystemMoIdNetwork. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/overallStatus": {
      "get": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "getHostSystemMoIdOverallStatus",
        "description": "The parameters and request body are for method: getHostSystemMoIdOverallStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/parent": {
      "get": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "getHostSystemMoIdParent",
        "description": "The parameters and request body are for method: getHostSystemMoIdParent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/permission": {
      "get": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "getHostSystemMoIdPermission",
        "description": "The parameters and request body are for method: getHostSystemMoIdPermission. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/precheckRemediationResult": {
      "get": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "getHostSystemMoIdPrecheckRemediationResult",
        "description": "The parameters and request body are for method: getHostSystemMoIdPrecheckRemediationResult. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/recentTask": {
      "get": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "getHostSystemMoIdRecentTask",
        "description": "The parameters and request body are for method: getHostSystemMoIdRecentTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/remediationResult": {
      "get": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "getHostSystemMoIdRemediationResult",
        "description": "The parameters and request body are for method: getHostSystemMoIdRemediationResult. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/remediationState": {
      "get": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "getHostSystemMoIdRemediationState",
        "description": "The parameters and request body are for method: getHostSystemMoIdRemediationState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/runtime": {
      "get": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "getHostSystemMoIdRuntime",
        "description": "The parameters and request body are for method: getHostSystemMoIdRuntime. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/summary": {
      "get": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "getHostSystemMoIdSummary",
        "description": "The parameters and request body are for method: getHostSystemMoIdSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/systemResources": {
      "get": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "getHostSystemMoIdSystemResources",
        "description": "The parameters and request body are for method: getHostSystemMoIdSystemResources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/tag": {
      "get": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "getHostSystemMoIdTag",
        "description": "The parameters and request body are for method: getHostSystemMoIdTag. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/triggeredAlarmState": {
      "get": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "getHostSystemMoIdTriggeredAlarmState",
        "description": "The parameters and request body are for method: getHostSystemMoIdTriggeredAlarmState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/value": {
      "get": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "getHostSystemMoIdValue",
        "description": "The parameters and request body are for method: getHostSystemMoIdValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostSystem/{moId}/vm": {
      "get": {
        "tags": [
          "HostSystem"
        ],
        "operationId": "getHostSystemMoIdVm",
        "description": "The parameters and request body are for method: getHostSystemMoIdVm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostVFlashManager/{moId}/HostConfigVFlashCache": {
      "post": {
        "tags": [
          "HostVFlashManager"
        ],
        "operationId": "postHostVFlashManagerMoIdHostConfigVFlashCache",
        "description": "The parameters and request body are for method: postHostVFlashManagerMoIdHostConfigVFlashCache. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVFlashManager/{moId}/HostConfigureVFlashResource": {
      "post": {
        "tags": [
          "HostVFlashManager"
        ],
        "operationId": "postHostVFlashManagerMoIdHostConfigureVFlashResource",
        "description": "The parameters and request body are for method: postHostVFlashManagerMoIdHostConfigureVFlashResource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVFlashManager/{moId}/ConfigureVFlashResourceEx_Task": {
      "post": {
        "tags": [
          "HostVFlashManager"
        ],
        "operationId": "postHostVFlashManagerMoIdConfigureVFlashResourceExTask",
        "description": "The parameters and request body are for method: postHostVFlashManagerMoIdConfigureVFlashResourceExTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVFlashManager/{moId}/HostGetVFlashModuleDefaultConfig": {
      "post": {
        "tags": [
          "HostVFlashManager"
        ],
        "operationId": "postHostVFlashManagerMoIdHostGetVFlashModuleDefaultConfig",
        "description": "The parameters and request body are for method: postHostVFlashManagerMoIdHostGetVFlashModuleDefaultConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVFlashManager/{moId}/HostRemoveVFlashResource": {
      "post": {
        "tags": [
          "HostVFlashManager"
        ],
        "operationId": "postHostVFlashManagerMoIdHostRemoveVFlashResource",
        "description": "The parameters and request body are for method: postHostVFlashManagerMoIdHostRemoveVFlashResource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostVFlashManager/{moId}/vFlashConfigInfo": {
      "get": {
        "tags": [
          "HostVFlashManager"
        ],
        "operationId": "getHostVFlashManagerMoIdVFlashConfigInfo",
        "description": "The parameters and request body are for method: getHostVFlashManagerMoIdVFlashConfigInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostVMotionSystem/{moId}/DeselectVnic": {
      "post": {
        "tags": [
          "HostVMotionSystem"
        ],
        "operationId": "postHostVMotionSystemMoIdDeselectVnic",
        "description": "The parameters and request body are for method: postHostVMotionSystemMoIdDeselectVnic. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostVMotionSystem/{moId}/SelectVnic": {
      "post": {
        "tags": [
          "HostVMotionSystem"
        ],
        "operationId": "postHostVMotionSystemMoIdSelectVnic",
        "description": "The parameters and request body are for method: postHostVMotionSystemMoIdSelectVnic. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVMotionSystem/{moId}/setCustomValue": {
      "post": {
        "tags": [
          "HostVMotionSystem"
        ],
        "operationId": "postHostVMotionSystemMoIdSetCustomValue",
        "description": "The parameters and request body are for method: postHostVMotionSystemMoIdSetCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVMotionSystem/{moId}/UpdateIpConfig": {
      "post": {
        "tags": [
          "HostVMotionSystem"
        ],
        "operationId": "postHostVMotionSystemMoIdUpdateIpConfig",
        "description": "The parameters and request body are for method: postHostVMotionSystemMoIdUpdateIpConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVMotionSystem/{moId}/availableField": {
      "get": {
        "tags": [
          "HostVMotionSystem"
        ],
        "operationId": "getHostVMotionSystemMoIdAvailableField",
        "description": "The parameters and request body are for method: getHostVMotionSystemMoIdAvailableField. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostVMotionSystem/{moId}/ipConfig": {
      "get": {
        "tags": [
          "HostVMotionSystem"
        ],
        "operationId": "getHostVMotionSystemMoIdIpConfig",
        "description": "The parameters and request body are for method: getHostVMotionSystemMoIdIpConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostVMotionSystem/{moId}/netConfig": {
      "get": {
        "tags": [
          "HostVMotionSystem"
        ],
        "operationId": "getHostVMotionSystemMoIdNetConfig",
        "description": "The parameters and request body are for method: getHostVMotionSystemMoIdNetConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostVMotionSystem/{moId}/value": {
      "get": {
        "tags": [
          "HostVMotionSystem"
        ],
        "operationId": "getHostVMotionSystemMoIdValue",
        "description": "The parameters and request body are for method: getHostVMotionSystemMoIdValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostVStorageObjectManager/{moId}/HostVStorageObjectRevert_Task": {
      "post": {
        "tags": [
          "HostVStorageObjectManager"
        ],
        "operationId": "postHostVStorageObjectManagerMoIdHostVStorageObjectRevertTask",
        "description": "The parameters and request body are for method: postHostVStorageObjectManagerMoIdHostVStorageObjectRevertTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVStorageObjectManager/{moId}/HostClearVStorageObjectControlFlags": {
      "post": {
        "tags": [
          "HostVStorageObjectManager"
        ],
        "operationId": "postHostVStorageObjectManagerMoIdHostClearVStorageObjectControlFlags",
        "description": "The parameters and request body are for method: postHostVStorageObjectManagerMoIdHostClearVStorageObjectControlFlags. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVStorageObjectManager/{moId}/HostCloneVStorageObject_Task": {
      "post": {
        "tags": [
          "HostVStorageObjectManager"
        ],
        "operationId": "postHostVStorageObjectManagerMoIdHostCloneVStorageObjectTask",
        "description": "The parameters and request body are for method: postHostVStorageObjectManagerMoIdHostCloneVStorageObjectTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVStorageObjectManager/{moId}/HostCreateDisk_Task": {
      "post": {
        "tags": [
          "HostVStorageObjectManager"
        ],
        "operationId": "postHostVStorageObjectManagerMoIdHostCreateDiskTask",
        "description": "The parameters and request body are for method: postHostVStorageObjectManagerMoIdHostCreateDiskTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVStorageObjectManager/{moId}/HostVStorageObjectCreateDiskFromSnapshot_Task": {
      "post": {
        "tags": [
          "HostVStorageObjectManager"
        ],
        "operationId": "postHostVStorageObjectManagerMoIdHostVStorageObjectCreateDiskFromSnapshotTask",
        "description": "The parameters and request body are for method: postHostVStorageObjectManagerMoIdHostVStorageObjectCreateDiskFromSnapshotTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVStorageObjectManager/{moId}/HostVStorageObjectCreateSnapshot_Task": {
      "post": {
        "tags": [
          "HostVStorageObjectManager"
        ],
        "operationId": "postHostVStorageObjectManagerMoIdHostVStorageObjectCreateSnapshotTask",
        "description": "The parameters and request body are for method: postHostVStorageObjectManagerMoIdHostVStorageObjectCreateSnapshotTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVStorageObjectManager/{moId}/VStorageObjectCreateSnapshotEx_Task": {
      "post": {
        "tags": [
          "HostVStorageObjectManager"
        ],
        "operationId": "postHostVStorageObjectManagerMoIdVStorageObjectCreateSnapshotExTask",
        "description": "The parameters and request body are for method: postHostVStorageObjectManagerMoIdVStorageObjectCreateSnapshotExTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVStorageObjectManager/{moId}/HostVStorageObjectDeleteSnapshot_Task": {
      "post": {
        "tags": [
          "HostVStorageObjectManager"
        ],
        "operationId": "postHostVStorageObjectManagerMoIdHostVStorageObjectDeleteSnapshotTask",
        "description": "The parameters and request body are for method: postHostVStorageObjectManagerMoIdHostVStorageObjectDeleteSnapshotTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVStorageObjectManager/{moId}/VStorageObjectDeleteSnapshotEx_Task": {
      "post": {
        "tags": [
          "HostVStorageObjectManager"
        ],
        "operationId": "postHostVStorageObjectManagerMoIdVStorageObjectDeleteSnapshotExTask",
        "description": "The parameters and request body are for method: postHostVStorageObjectManagerMoIdVStorageObjectDeleteSnapshotExTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVStorageObjectManager/{moId}/HostDeleteVStorageObject_Task": {
      "post": {
        "tags": [
          "HostVStorageObjectManager"
        ],
        "operationId": "postHostVStorageObjectManagerMoIdHostDeleteVStorageObjectTask",
        "description": "The parameters and request body are for method: postHostVStorageObjectManagerMoIdHostDeleteVStorageObjectTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVStorageObjectManager/{moId}/HostDeleteVStorageObjectEx_Task": {
      "post": {
        "tags": [
          "HostVStorageObjectManager"
        ],
        "operationId": "postHostVStorageObjectManagerMoIdHostDeleteVStorageObjectExTask",
        "description": "The parameters and request body are for method: postHostVStorageObjectManagerMoIdHostDeleteVStorageObjectExTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVStorageObjectManager/{moId}/HostExtendDisk_Task": {
      "post": {
        "tags": [
          "HostVStorageObjectManager"
        ],
        "operationId": "postHostVStorageObjectManagerMoIdHostExtendDiskTask",
        "description": "The parameters and request body are for method: postHostVStorageObjectManagerMoIdHostExtendDiskTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVStorageObjectManager/{moId}/VStorageObjectExtendDiskEx_Task": {
      "post": {
        "tags": [
          "HostVStorageObjectManager"
        ],
        "operationId": "postHostVStorageObjectManagerMoIdVStorageObjectExtendDiskExTask",
        "description": "The parameters and request body are for method: postHostVStorageObjectManagerMoIdVStorageObjectExtendDiskExTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVStorageObjectManager/{moId}/HostInflateDisk_Task": {
      "post": {
        "tags": [
          "HostVStorageObjectManager"
        ],
        "operationId": "postHostVStorageObjectManagerMoIdHostInflateDiskTask",
        "description": "The parameters and request body are for method: postHostVStorageObjectManagerMoIdHostInflateDiskTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVStorageObjectManager/{moId}/HostListVStorageObject": {
      "post": {
        "tags": [
          "HostVStorageObjectManager"
        ],
        "operationId": "postHostVStorageObjectManagerMoIdHostListVStorageObject",
        "description": "The parameters and request body are for method: postHostVStorageObjectManagerMoIdHostListVStorageObject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVStorageObjectManager/{moId}/HostQueryVirtualDiskUuid": {
      "post": {
        "tags": [
          "HostVStorageObjectManager"
        ],
        "operationId": "postHostVStorageObjectManagerMoIdHostQueryVirtualDiskUuid",
        "description": "The parameters and request body are for method: postHostVStorageObjectManagerMoIdHostQueryVirtualDiskUuid. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVStorageObjectManager/{moId}/HostReconcileDatastoreInventory_Task": {
      "post": {
        "tags": [
          "HostVStorageObjectManager"
        ],
        "operationId": "postHostVStorageObjectManagerMoIdHostReconcileDatastoreInventoryTask",
        "description": "The parameters and request body are for method: postHostVStorageObjectManagerMoIdHostReconcileDatastoreInventoryTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVStorageObjectManager/{moId}/HostRegisterDisk": {
      "post": {
        "tags": [
          "HostVStorageObjectManager"
        ],
        "operationId": "postHostVStorageObjectManagerMoIdHostRegisterDisk",
        "description": "The parameters and request body are for method: postHostVStorageObjectManagerMoIdHostRegisterDisk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVStorageObjectManager/{moId}/HostRelocateVStorageObject_Task": {
      "post": {
        "tags": [
          "HostVStorageObjectManager"
        ],
        "operationId": "postHostVStorageObjectManagerMoIdHostRelocateVStorageObjectTask",
        "description": "The parameters and request body are for method: postHostVStorageObjectManagerMoIdHostRelocateVStorageObjectTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVStorageObjectManager/{moId}/HostRenameVStorageObject": {
      "post": {
        "tags": [
          "HostVStorageObjectManager"
        ],
        "operationId": "postHostVStorageObjectManagerMoIdHostRenameVStorageObject",
        "description": "The parameters and request body are for method: postHostVStorageObjectManagerMoIdHostRenameVStorageObject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVStorageObjectManager/{moId}/RenameVStorageObjectEx": {
      "post": {
        "tags": [
          "HostVStorageObjectManager"
        ],
        "operationId": "postHostVStorageObjectManagerMoIdRenameVStorageObjectEx",
        "description": "The parameters and request body are for method: postHostVStorageObjectManagerMoIdRenameVStorageObjectEx. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVStorageObjectManager/{moId}/HostVStorageObjectRetrieveSnapshotInfo": {
      "post": {
        "tags": [
          "HostVStorageObjectManager"
        ],
        "operationId": "postHostVStorageObjectManagerMoIdHostVStorageObjectRetrieveSnapshotInfo",
        "description": "The parameters and request body are for method: postHostVStorageObjectManagerMoIdHostVStorageObjectRetrieveSnapshotInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVStorageObjectManager/{moId}/HostRetrieveVStorageInfrastructureObjectPolicy": {
      "post": {
        "tags": [
          "HostVStorageObjectManager"
        ],
        "operationId": "postHostVStorageObjectManagerMoIdHostRetrieveVStorageInfrastructureObjectPolicy",
        "description": "The parameters and request body are for method: postHostVStorageObjectManagerMoIdHostRetrieveVStorageInfrastructureObjectPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVStorageObjectManager/{moId}/HostRetrieveVStorageObject": {
      "post": {
        "tags": [
          "HostVStorageObjectManager"
        ],
        "operationId": "postHostVStorageObjectManagerMoIdHostRetrieveVStorageObject",
        "description": "The parameters and request body are for method: postHostVStorageObjectManagerMoIdHostRetrieveVStorageObject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVStorageObjectManager/{moId}/HostRetrieveVStorageObjectMetadata": {
      "post": {
        "tags": [
          "HostVStorageObjectManager"
        ],
        "operationId": "postHostVStorageObjectManagerMoIdHostRetrieveVStorageObjectMetadata",
        "description": "The parameters and request body are for method: postHostVStorageObjectManagerMoIdHostRetrieveVStorageObjectMetadata. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVStorageObjectManager/{moId}/HostRetrieveVStorageObjectMetadataValue": {
      "post": {
        "tags": [
          "HostVStorageObjectManager"
        ],
        "operationId": "postHostVStorageObjectManagerMoIdHostRetrieveVStorageObjectMetadataValue",
        "description": "The parameters and request body are for method: postHostVStorageObjectManagerMoIdHostRetrieveVStorageObjectMetadataValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVStorageObjectManager/{moId}/HostRetrieveVStorageObjectState": {
      "post": {
        "tags": [
          "HostVStorageObjectManager"
        ],
        "operationId": "postHostVStorageObjectManagerMoIdHostRetrieveVStorageObjectState",
        "description": "The parameters and request body are for method: postHostVStorageObjectManagerMoIdHostRetrieveVStorageObjectState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVStorageObjectManager/{moId}/RevertVStorageObjectEx_Task": {
      "post": {
        "tags": [
          "HostVStorageObjectManager"
        ],
        "operationId": "postHostVStorageObjectManagerMoIdRevertVStorageObjectExTask",
        "description": "The parameters and request body are for method: postHostVStorageObjectManagerMoIdRevertVStorageObjectExTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVStorageObjectManager/{moId}/HostScheduleReconcileDatastoreInventory": {
      "post": {
        "tags": [
          "HostVStorageObjectManager"
        ],
        "operationId": "postHostVStorageObjectManagerMoIdHostScheduleReconcileDatastoreInventory",
        "description": "The parameters and request body are for method: postHostVStorageObjectManagerMoIdHostScheduleReconcileDatastoreInventory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVStorageObjectManager/{moId}/HostSetVStorageObjectControlFlags": {
      "post": {
        "tags": [
          "HostVStorageObjectManager"
        ],
        "operationId": "postHostVStorageObjectManagerMoIdHostSetVStorageObjectControlFlags",
        "description": "The parameters and request body are for method: postHostVStorageObjectManagerMoIdHostSetVStorageObjectControlFlags. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVStorageObjectManager/{moId}/HostSetVirtualDiskUuid_Task": {
      "post": {
        "tags": [
          "HostVStorageObjectManager"
        ],
        "operationId": "postHostVStorageObjectManagerMoIdHostSetVirtualDiskUuidTask",
        "description": "The parameters and request body are for method: postHostVStorageObjectManagerMoIdHostSetVirtualDiskUuidTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVStorageObjectManager/{moId}/HostUpdateVStorageObjectMetadata_Task": {
      "post": {
        "tags": [
          "HostVStorageObjectManager"
        ],
        "operationId": "postHostVStorageObjectManagerMoIdHostUpdateVStorageObjectMetadataTask",
        "description": "The parameters and request body are for method: postHostVStorageObjectManagerMoIdHostUpdateVStorageObjectMetadataTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVStorageObjectManager/{moId}/HostUpdateVStorageObjectMetadataEx_Task": {
      "post": {
        "tags": [
          "HostVStorageObjectManager"
        ],
        "operationId": "postHostVStorageObjectManagerMoIdHostUpdateVStorageObjectMetadataExTask",
        "description": "The parameters and request body are for method: postHostVStorageObjectManagerMoIdHostUpdateVStorageObjectMetadataExTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVirtualNicManager/{moId}/DeselectVnicForNicType": {
      "post": {
        "tags": [
          "HostVirtualNicManager"
        ],
        "operationId": "postHostVirtualNicManagerMoIdDeselectVnicForNicType",
        "description": "The parameters and request body are for method: postHostVirtualNicManagerMoIdDeselectVnicForNicType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVirtualNicManager/{moId}/QueryNetConfig": {
      "post": {
        "tags": [
          "HostVirtualNicManager"
        ],
        "operationId": "postHostVirtualNicManagerMoIdQueryNetConfig",
        "description": "The parameters and request body are for method: postHostVirtualNicManagerMoIdQueryNetConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVirtualNicManager/{moId}/SelectVnicForNicType": {
      "post": {
        "tags": [
          "HostVirtualNicManager"
        ],
        "operationId": "postHostVirtualNicManagerMoIdSelectVnicForNicType",
        "description": "The parameters and request body are for method: postHostVirtualNicManagerMoIdSelectVnicForNicType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVirtualNicManager/{moId}/setCustomValue": {
      "post": {
        "tags": [
          "HostVirtualNicManager"
        ],
        "operationId": "postHostVirtualNicManagerMoIdSetCustomValue",
        "description": "The parameters and request body are for method: postHostVirtualNicManagerMoIdSetCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVirtualNicManager/{moId}/availableField": {
      "get": {
        "tags": [
          "HostVirtualNicManager"
        ],
        "operationId": "getHostVirtualNicManagerMoIdAvailableField",
        "description": "The parameters and request body are for method: getHostVirtualNicManagerMoIdAvailableField. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostVirtualNicManager/{moId}/info": {
      "get": {
        "tags": [
          "HostVirtualNicManager"
        ],
        "operationId": "getHostVirtualNicManagerMoIdInfo",
        "description": "The parameters and request body are for method: getHostVirtualNicManagerMoIdInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostVirtualNicManager/{moId}/value": {
      "get": {
        "tags": [
          "HostVirtualNicManager"
        ],
        "operationId": "getHostVirtualNicManagerMoIdValue",
        "description": "The parameters and request body are for method: getHostVirtualNicManagerMoIdValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostVsanInternalSystem/{moId}/AbdicateDomOwnership": {
      "post": {
        "tags": [
          "HostVsanInternalSystem"
        ],
        "operationId": "postHostVsanInternalSystemMoIdAbdicateDomOwnership",
        "description": "The parameters and request body are for method: postHostVsanInternalSystemMoIdAbdicateDomOwnership. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVsanInternalSystem/{moId}/CanProvisionObjects": {
      "post": {
        "tags": [
          "HostVsanInternalSystem"
        ],
        "operationId": "postHostVsanInternalSystemMoIdCanProvisionObjects",
        "description": "The parameters and request body are for method: postHostVsanInternalSystemMoIdCanProvisionObjects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVsanInternalSystem/{moId}/DeleteVsanObjects": {
      "post": {
        "tags": [
          "HostVsanInternalSystem"
        ],
        "operationId": "postHostVsanInternalSystemMoIdDeleteVsanObjects",
        "description": "The parameters and request body are for method: postHostVsanInternalSystemMoIdDeleteVsanObjects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVsanInternalSystem/{moId}/GetVsanObjExtAttrs": {
      "post": {
        "tags": [
          "HostVsanInternalSystem"
        ],
        "operationId": "postHostVsanInternalSystemMoIdGetVsanObjExtAttrs",
        "description": "The parameters and request body are for method: postHostVsanInternalSystemMoIdGetVsanObjExtAttrs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVsanInternalSystem/{moId}/QueryCmmds": {
      "post": {
        "tags": [
          "HostVsanInternalSystem"
        ],
        "operationId": "postHostVsanInternalSystemMoIdQueryCmmds",
        "description": "The parameters and request body are for method: postHostVsanInternalSystemMoIdQueryCmmds. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVsanInternalSystem/{moId}/QueryObjectsOnPhysicalVsanDisk": {
      "post": {
        "tags": [
          "HostVsanInternalSystem"
        ],
        "operationId": "postHostVsanInternalSystemMoIdQueryObjectsOnPhysicalVsanDisk",
        "description": "The parameters and request body are for method: postHostVsanInternalSystemMoIdQueryObjectsOnPhysicalVsanDisk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVsanInternalSystem/{moId}/QueryPhysicalVsanDisks": {
      "post": {
        "tags": [
          "HostVsanInternalSystem"
        ],
        "operationId": "postHostVsanInternalSystemMoIdQueryPhysicalVsanDisks",
        "description": "The parameters and request body are for method: postHostVsanInternalSystemMoIdQueryPhysicalVsanDisks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVsanInternalSystem/{moId}/QuerySyncingVsanObjects": {
      "post": {
        "tags": [
          "HostVsanInternalSystem"
        ],
        "operationId": "postHostVsanInternalSystemMoIdQuerySyncingVsanObjects",
        "description": "The parameters and request body are for method: postHostVsanInternalSystemMoIdQuerySyncingVsanObjects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVsanInternalSystem/{moId}/QueryVsanObjectUuidsByFilter": {
      "post": {
        "tags": [
          "HostVsanInternalSystem"
        ],
        "operationId": "postHostVsanInternalSystemMoIdQueryVsanObjectUuidsByFilter",
        "description": "The parameters and request body are for method: postHostVsanInternalSystemMoIdQueryVsanObjectUuidsByFilter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVsanInternalSystem/{moId}/QueryVsanObjects": {
      "post": {
        "tags": [
          "HostVsanInternalSystem"
        ],
        "operationId": "postHostVsanInternalSystemMoIdQueryVsanObjects",
        "description": "The parameters and request body are for method: postHostVsanInternalSystemMoIdQueryVsanObjects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVsanInternalSystem/{moId}/QueryVsanStatistics": {
      "post": {
        "tags": [
          "HostVsanInternalSystem"
        ],
        "operationId": "postHostVsanInternalSystemMoIdQueryVsanStatistics",
        "description": "The parameters and request body are for method: postHostVsanInternalSystemMoIdQueryVsanStatistics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVsanInternalSystem/{moId}/ReconfigurationSatisfiable": {
      "post": {
        "tags": [
          "HostVsanInternalSystem"
        ],
        "operationId": "postHostVsanInternalSystemMoIdReconfigurationSatisfiable",
        "description": "The parameters and request body are for method: postHostVsanInternalSystemMoIdReconfigurationSatisfiable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVsanInternalSystem/{moId}/ReconfigureDomObject": {
      "post": {
        "tags": [
          "HostVsanInternalSystem"
        ],
        "operationId": "postHostVsanInternalSystemMoIdReconfigureDomObject",
        "description": "The parameters and request body are for method: postHostVsanInternalSystemMoIdReconfigureDomObject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVsanInternalSystem/{moId}/RunVsanPhysicalDiskDiagnostics": {
      "post": {
        "tags": [
          "HostVsanInternalSystem"
        ],
        "operationId": "postHostVsanInternalSystemMoIdRunVsanPhysicalDiskDiagnostics",
        "description": "The parameters and request body are for method: postHostVsanInternalSystemMoIdRunVsanPhysicalDiskDiagnostics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVsanInternalSystem/{moId}/UpgradeVsanObjects": {
      "post": {
        "tags": [
          "HostVsanInternalSystem"
        ],
        "operationId": "postHostVsanInternalSystemMoIdUpgradeVsanObjects",
        "description": "The parameters and request body are for method: postHostVsanInternalSystemMoIdUpgradeVsanObjects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVsanSystem/{moId}/AddDisks_Task": {
      "post": {
        "tags": [
          "HostVsanSystem"
        ],
        "operationId": "postHostVsanSystemMoIdAddDisksTask",
        "description": "The parameters and request body are for method: postHostVsanSystemMoIdAddDisksTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVsanSystem/{moId}/EvacuateVsanNode_Task": {
      "post": {
        "tags": [
          "HostVsanSystem"
        ],
        "operationId": "postHostVsanSystemMoIdEvacuateVsanNodeTask",
        "description": "The parameters and request body are for method: postHostVsanSystemMoIdEvacuateVsanNodeTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVsanSystem/{moId}/InitializeDisks_Task": {
      "post": {
        "tags": [
          "HostVsanSystem"
        ],
        "operationId": "postHostVsanSystemMoIdInitializeDisksTask",
        "description": "The parameters and request body are for method: postHostVsanSystemMoIdInitializeDisksTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVsanSystem/{moId}/QueryDisksForVsan": {
      "post": {
        "tags": [
          "HostVsanSystem"
        ],
        "operationId": "postHostVsanSystemMoIdQueryDisksForVsan",
        "description": "The parameters and request body are for method: postHostVsanSystemMoIdQueryDisksForVsan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVsanSystem/{moId}/QueryHostStatus": {
      "post": {
        "tags": [
          "HostVsanSystem"
        ],
        "operationId": "postHostVsanSystemMoIdQueryHostStatus",
        "description": "The parameters and request body are for method: postHostVsanSystemMoIdQueryHostStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostVsanSystem/{moId}/RecommissionVsanNode_Task": {
      "post": {
        "tags": [
          "HostVsanSystem"
        ],
        "operationId": "postHostVsanSystemMoIdRecommissionVsanNodeTask",
        "description": "The parameters and request body are for method: postHostVsanSystemMoIdRecommissionVsanNodeTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HostVsanSystem/{moId}/RemoveDisk_Task": {
      "post": {
        "tags": [
          "HostVsanSystem"
        ],
        "operationId": "postHostVsanSystemMoIdRemoveDiskTask",
        "description": "The parameters and request body are for method: postHostVsanSystemMoIdRemoveDiskTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVsanSystem/{moId}/RemoveDiskMapping_Task": {
      "post": {
        "tags": [
          "HostVsanSystem"
        ],
        "operationId": "postHostVsanSystemMoIdRemoveDiskMappingTask",
        "description": "The parameters and request body are for method: postHostVsanSystemMoIdRemoveDiskMappingTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVsanSystem/{moId}/UnmountDiskMapping_Task": {
      "post": {
        "tags": [
          "HostVsanSystem"
        ],
        "operationId": "postHostVsanSystemMoIdUnmountDiskMappingTask",
        "description": "The parameters and request body are for method: postHostVsanSystemMoIdUnmountDiskMappingTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVsanSystem/{moId}/UpdateVsan_Task": {
      "post": {
        "tags": [
          "HostVsanSystem"
        ],
        "operationId": "postHostVsanSystemMoIdUpdateVsanTask",
        "description": "The parameters and request body are for method: postHostVsanSystemMoIdUpdateVsanTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HostVsanSystem/{moId}/config": {
      "get": {
        "tags": [
          "HostVsanSystem"
        ],
        "operationId": "getHostVsanSystemMoIdConfig",
        "description": "The parameters and request body are for method: getHostVsanSystemMoIdConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HttpNfcLease/{moId}/HttpNfcLeaseAbort": {
      "post": {
        "tags": [
          "HttpNfcLease"
        ],
        "operationId": "postHttpNfcLeaseMoIdHttpNfcLeaseAbort",
        "description": "The parameters and request body are for method: postHttpNfcLeaseMoIdHttpNfcLeaseAbort. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HttpNfcLease/{moId}/HttpNfcLeaseComplete": {
      "post": {
        "tags": [
          "HttpNfcLease"
        ],
        "operationId": "postHttpNfcLeaseMoIdHttpNfcLeaseComplete",
        "description": "The parameters and request body are for method: postHttpNfcLeaseMoIdHttpNfcLeaseComplete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HttpNfcLease/{moId}/HttpNfcLeaseGetManifest": {
      "post": {
        "tags": [
          "HttpNfcLease"
        ],
        "operationId": "postHttpNfcLeaseMoIdHttpNfcLeaseGetManifest",
        "description": "The parameters and request body are for method: postHttpNfcLeaseMoIdHttpNfcLeaseGetManifest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HttpNfcLease/{moId}/HttpNfcLeaseProbeUrls": {
      "post": {
        "tags": [
          "HttpNfcLease"
        ],
        "operationId": "postHttpNfcLeaseMoIdHttpNfcLeaseProbeUrls",
        "description": "The parameters and request body are for method: postHttpNfcLeaseMoIdHttpNfcLeaseProbeUrls. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HttpNfcLease/{moId}/HttpNfcLeaseProgress": {
      "post": {
        "tags": [
          "HttpNfcLease"
        ],
        "operationId": "postHttpNfcLeaseMoIdHttpNfcLeaseProgress",
        "description": "The parameters and request body are for method: postHttpNfcLeaseMoIdHttpNfcLeaseProgress. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HttpNfcLease/{moId}/HttpNfcLeasePullFromUrls_Task": {
      "post": {
        "tags": [
          "HttpNfcLease"
        ],
        "operationId": "postHttpNfcLeaseMoIdHttpNfcLeasePullFromUrlsTask",
        "description": "The parameters and request body are for method: postHttpNfcLeaseMoIdHttpNfcLeasePullFromUrlsTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HttpNfcLease/{moId}/HttpNfcLeaseSetManifestChecksumType": {
      "post": {
        "tags": [
          "HttpNfcLease"
        ],
        "operationId": "postHttpNfcLeaseMoIdHttpNfcLeaseSetManifestChecksumType",
        "description": "The parameters and request body are for method: postHttpNfcLeaseMoIdHttpNfcLeaseSetManifestChecksumType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/HttpNfcLease/{moId}/capabilities": {
      "get": {
        "tags": [
          "HttpNfcLease"
        ],
        "operationId": "getHttpNfcLeaseMoIdCapabilities",
        "description": "The parameters and request body are for method: getHttpNfcLeaseMoIdCapabilities. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HttpNfcLease/{moId}/error": {
      "get": {
        "tags": [
          "HttpNfcLease"
        ],
        "operationId": "getHttpNfcLeaseMoIdError",
        "description": "The parameters and request body are for method: getHttpNfcLeaseMoIdError. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HttpNfcLease/{moId}/info": {
      "get": {
        "tags": [
          "HttpNfcLease"
        ],
        "operationId": "getHttpNfcLeaseMoIdInfo",
        "description": "The parameters and request body are for method: getHttpNfcLeaseMoIdInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HttpNfcLease/{moId}/initializeProgress": {
      "get": {
        "tags": [
          "HttpNfcLease"
        ],
        "operationId": "getHttpNfcLeaseMoIdInitializeProgress",
        "description": "The parameters and request body are for method: getHttpNfcLeaseMoIdInitializeProgress. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HttpNfcLease/{moId}/mode": {
      "get": {
        "tags": [
          "HttpNfcLease"
        ],
        "operationId": "getHttpNfcLeaseMoIdMode",
        "description": "The parameters and request body are for method: getHttpNfcLeaseMoIdMode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HttpNfcLease/{moId}/state": {
      "get": {
        "tags": [
          "HttpNfcLease"
        ],
        "operationId": "getHttpNfcLeaseMoIdState",
        "description": "The parameters and request body are for method: getHttpNfcLeaseMoIdState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/HttpNfcLease/{moId}/transferProgress": {
      "get": {
        "tags": [
          "HttpNfcLease"
        ],
        "operationId": "getHttpNfcLeaseMoIdTransferProgress",
        "description": "The parameters and request body are for method: getHttpNfcLeaseMoIdTransferProgress. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/InventoryView/{moId}/CloseInventoryViewFolder": {
      "post": {
        "tags": [
          "InventoryView"
        ],
        "operationId": "postInventoryViewMoIdCloseInventoryViewFolder",
        "description": "The parameters and request body are for method: postInventoryViewMoIdCloseInventoryViewFolder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/InventoryView/{moId}/DestroyView": {
      "post": {
        "tags": [
          "InventoryView"
        ],
        "operationId": "postInventoryViewMoIdDestroyView",
        "description": "The parameters and request body are for method: postInventoryViewMoIdDestroyView. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/InventoryView/{moId}/OpenInventoryViewFolder": {
      "post": {
        "tags": [
          "InventoryView"
        ],
        "operationId": "postInventoryViewMoIdOpenInventoryViewFolder",
        "description": "The parameters and request body are for method: postInventoryViewMoIdOpenInventoryViewFolder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/InventoryView/{moId}/view": {
      "get": {
        "tags": [
          "InventoryView"
        ],
        "operationId": "getInventoryViewMoIdView",
        "description": "The parameters and request body are for method: getInventoryViewMoIdView. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/IoFilterManager/{moId}/InstallIoFilter_Task": {
      "post": {
        "tags": [
          "IoFilterManager"
        ],
        "operationId": "postIoFilterManagerMoIdInstallIoFilterTask",
        "description": "The parameters and request body are for method: postIoFilterManagerMoIdInstallIoFilterTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/IoFilterManager/{moId}/QueryDisksUsingFilter": {
      "post": {
        "tags": [
          "IoFilterManager"
        ],
        "operationId": "postIoFilterManagerMoIdQueryDisksUsingFilter",
        "description": "The parameters and request body are for method: postIoFilterManagerMoIdQueryDisksUsingFilter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/IoFilterManager/{moId}/QueryIoFilterInfo": {
      "post": {
        "tags": [
          "IoFilterManager"
        ],
        "operationId": "postIoFilterManagerMoIdQueryIoFilterInfo",
        "description": "The parameters and request body are for method: postIoFilterManagerMoIdQueryIoFilterInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/IoFilterManager/{moId}/QueryIoFilterIssues": {
      "post": {
        "tags": [
          "IoFilterManager"
        ],
        "operationId": "postIoFilterManagerMoIdQueryIoFilterIssues",
        "description": "The parameters and request body are for method: postIoFilterManagerMoIdQueryIoFilterIssues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/IoFilterManager/{moId}/ResolveInstallationErrorsOnCluster_Task": {
      "post": {
        "tags": [
          "IoFilterManager"
        ],
        "operationId": "postIoFilterManagerMoIdResolveInstallationErrorsOnClusterTask",
        "description": "The parameters and request body are for method: postIoFilterManagerMoIdResolveInstallationErrorsOnClusterTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/IoFilterManager/{moId}/ResolveInstallationErrorsOnHost_Task": {
      "post": {
        "tags": [
          "IoFilterManager"
        ],
        "operationId": "postIoFilterManagerMoIdResolveInstallationErrorsOnHostTask",
        "description": "The parameters and request body are for method: postIoFilterManagerMoIdResolveInstallationErrorsOnHostTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/IoFilterManager/{moId}/UninstallIoFilter_Task": {
      "post": {
        "tags": [
          "IoFilterManager"
        ],
        "operationId": "postIoFilterManagerMoIdUninstallIoFilterTask",
        "description": "The parameters and request body are for method: postIoFilterManagerMoIdUninstallIoFilterTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/IoFilterManager/{moId}/UpgradeIoFilter_Task": {
      "post": {
        "tags": [
          "IoFilterManager"
        ],
        "operationId": "postIoFilterManagerMoIdUpgradeIoFilterTask",
        "description": "The parameters and request body are for method: postIoFilterManagerMoIdUpgradeIoFilterTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/IpPoolManager/{moId}/AllocateIpv4Address": {
      "post": {
        "tags": [
          "IpPoolManager"
        ],
        "operationId": "postIpPoolManagerMoIdAllocateIpv4Address",
        "description": "The parameters and request body are for method: postIpPoolManagerMoIdAllocateIpv4Address. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/IpPoolManager/{moId}/AllocateIpv6Address": {
      "post": {
        "tags": [
          "IpPoolManager"
        ],
        "operationId": "postIpPoolManagerMoIdAllocateIpv6Address",
        "description": "The parameters and request body are for method: postIpPoolManagerMoIdAllocateIpv6Address. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/IpPoolManager/{moId}/CreateIpPool": {
      "post": {
        "tags": [
          "IpPoolManager"
        ],
        "operationId": "postIpPoolManagerMoIdCreateIpPool",
        "description": "The parameters and request body are for method: postIpPoolManagerMoIdCreateIpPool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/IpPoolManager/{moId}/DestroyIpPool": {
      "post": {
        "tags": [
          "IpPoolManager"
        ],
        "operationId": "postIpPoolManagerMoIdDestroyIpPool",
        "description": "The parameters and request body are for method: postIpPoolManagerMoIdDestroyIpPool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/IpPoolManager/{moId}/QueryIPAllocations": {
      "post": {
        "tags": [
          "IpPoolManager"
        ],
        "operationId": "postIpPoolManagerMoIdQueryIPAllocations",
        "description": "The parameters and request body are for method: postIpPoolManagerMoIdQueryIPAllocations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/IpPoolManager/{moId}/QueryIpPools": {
      "post": {
        "tags": [
          "IpPoolManager"
        ],
        "operationId": "postIpPoolManagerMoIdQueryIpPools",
        "description": "The parameters and request body are for method: postIpPoolManagerMoIdQueryIpPools. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/IpPoolManager/{moId}/ReleaseIpAllocation": {
      "post": {
        "tags": [
          "IpPoolManager"
        ],
        "operationId": "postIpPoolManagerMoIdReleaseIpAllocation",
        "description": "The parameters and request body are for method: postIpPoolManagerMoIdReleaseIpAllocation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/IpPoolManager/{moId}/UpdateIpPool": {
      "post": {
        "tags": [
          "IpPoolManager"
        ],
        "operationId": "postIpPoolManagerMoIdUpdateIpPool",
        "description": "The parameters and request body are for method: postIpPoolManagerMoIdUpdateIpPool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/IscsiManager/{moId}/BindVnic": {
      "post": {
        "tags": [
          "IscsiManager"
        ],
        "operationId": "postIscsiManagerMoIdBindVnic",
        "description": "The parameters and request body are for method: postIscsiManagerMoIdBindVnic. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/IscsiManager/{moId}/QueryBoundVnics": {
      "post": {
        "tags": [
          "IscsiManager"
        ],
        "operationId": "postIscsiManagerMoIdQueryBoundVnics",
        "description": "The parameters and request body are for method: postIscsiManagerMoIdQueryBoundVnics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/IscsiManager/{moId}/QueryCandidateNics": {
      "post": {
        "tags": [
          "IscsiManager"
        ],
        "operationId": "postIscsiManagerMoIdQueryCandidateNics",
        "description": "The parameters and request body are for method: postIscsiManagerMoIdQueryCandidateNics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/IscsiManager/{moId}/QueryMigrationDependencies": {
      "post": {
        "tags": [
          "IscsiManager"
        ],
        "operationId": "postIscsiManagerMoIdQueryMigrationDependencies",
        "description": "The parameters and request body are for method: postIscsiManagerMoIdQueryMigrationDependencies. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/IscsiManager/{moId}/QueryPnicStatus": {
      "post": {
        "tags": [
          "IscsiManager"
        ],
        "operationId": "postIscsiManagerMoIdQueryPnicStatus",
        "description": "The parameters and request body are for method: postIscsiManagerMoIdQueryPnicStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/IscsiManager/{moId}/QueryVnicStatus": {
      "post": {
        "tags": [
          "IscsiManager"
        ],
        "operationId": "postIscsiManagerMoIdQueryVnicStatus",
        "description": "The parameters and request body are for method: postIscsiManagerMoIdQueryVnicStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/IscsiManager/{moId}/UnbindVnic": {
      "post": {
        "tags": [
          "IscsiManager"
        ],
        "operationId": "postIscsiManagerMoIdUnbindVnic",
        "description": "The parameters and request body are for method: postIscsiManagerMoIdUnbindVnic. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/LicenseAssignmentManager/{moId}/QueryAssignedLicenses": {
      "post": {
        "tags": [
          "LicenseAssignmentManager"
        ],
        "operationId": "postLicenseAssignmentManagerMoIdQueryAssignedLicenses",
        "description": "The parameters and request body are for method: postLicenseAssignmentManagerMoIdQueryAssignedLicenses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/LicenseAssignmentManager/{moId}/RemoveAssignedLicense": {
      "post": {
        "tags": [
          "LicenseAssignmentManager"
        ],
        "operationId": "postLicenseAssignmentManagerMoIdRemoveAssignedLicense",
        "description": "The parameters and request body are for method: postLicenseAssignmentManagerMoIdRemoveAssignedLicense. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/LicenseAssignmentManager/{moId}/UpdateAssignedLicense": {
      "post": {
        "tags": [
          "LicenseAssignmentManager"
        ],
        "operationId": "postLicenseAssignmentManagerMoIdUpdateAssignedLicense",
        "description": "The parameters and request body are for method: postLicenseAssignmentManagerMoIdUpdateAssignedLicense. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/LicenseManager/{moId}/AddLicense": {
      "post": {
        "tags": [
          "LicenseManager"
        ],
        "operationId": "postLicenseManagerMoIdAddLicense",
        "description": "The parameters and request body are for method: postLicenseManagerMoIdAddLicense. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/LicenseManager/{moId}/CheckLicenseFeature": {
      "post": {
        "tags": [
          "LicenseManager"
        ],
        "operationId": "postLicenseManagerMoIdCheckLicenseFeature",
        "description": "The parameters and request body are for method: postLicenseManagerMoIdCheckLicenseFeature. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/LicenseManager/{moId}/ConfigureLicenseSource": {
      "post": {
        "tags": [
          "LicenseManager"
        ],
        "operationId": "postLicenseManagerMoIdConfigureLicenseSource",
        "description": "The parameters and request body are for method: postLicenseManagerMoIdConfigureLicenseSource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/LicenseManager/{moId}/DecodeLicense": {
      "post": {
        "tags": [
          "LicenseManager"
        ],
        "operationId": "postLicenseManagerMoIdDecodeLicense",
        "description": "The parameters and request body are for method: postLicenseManagerMoIdDecodeLicense. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/LicenseManager/{moId}/DisableFeature": {
      "post": {
        "tags": [
          "LicenseManager"
        ],
        "operationId": "postLicenseManagerMoIdDisableFeature",
        "description": "The parameters and request body are for method: postLicenseManagerMoIdDisableFeature. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/LicenseManager/{moId}/EnableFeature": {
      "post": {
        "tags": [
          "LicenseManager"
        ],
        "operationId": "postLicenseManagerMoIdEnableFeature",
        "description": "The parameters and request body are for method: postLicenseManagerMoIdEnableFeature. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/LicenseManager/{moId}/QueryLicenseSourceAvailability": {
      "post": {
        "tags": [
          "LicenseManager"
        ],
        "operationId": "postLicenseManagerMoIdQueryLicenseSourceAvailability",
        "description": "The parameters and request body are for method: postLicenseManagerMoIdQueryLicenseSourceAvailability. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/LicenseManager/{moId}/QuerySupportedFeatures": {
      "post": {
        "tags": [
          "LicenseManager"
        ],
        "operationId": "postLicenseManagerMoIdQuerySupportedFeatures",
        "description": "The parameters and request body are for method: postLicenseManagerMoIdQuerySupportedFeatures. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/LicenseManager/{moId}/QueryLicenseUsage": {
      "post": {
        "tags": [
          "LicenseManager"
        ],
        "operationId": "postLicenseManagerMoIdQueryLicenseUsage",
        "description": "The parameters and request body are for method: postLicenseManagerMoIdQueryLicenseUsage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/LicenseManager/{moId}/RemoveLicenseLabel": {
      "post": {
        "tags": [
          "LicenseManager"
        ],
        "operationId": "postLicenseManagerMoIdRemoveLicenseLabel",
        "description": "The parameters and request body are for method: postLicenseManagerMoIdRemoveLicenseLabel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/LicenseManager/{moId}/RemoveLicense": {
      "post": {
        "tags": [
          "LicenseManager"
        ],
        "operationId": "postLicenseManagerMoIdRemoveLicense",
        "description": "The parameters and request body are for method: postLicenseManagerMoIdRemoveLicense. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/LicenseManager/{moId}/SetLicenseEdition": {
      "post": {
        "tags": [
          "LicenseManager"
        ],
        "operationId": "postLicenseManagerMoIdSetLicenseEdition",
        "description": "The parameters and request body are for method: postLicenseManagerMoIdSetLicenseEdition. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/LicenseManager/{moId}/UpdateLicenseLabel": {
      "post": {
        "tags": [
          "LicenseManager"
        ],
        "operationId": "postLicenseManagerMoIdUpdateLicenseLabel",
        "description": "The parameters and request body are for method: postLicenseManagerMoIdUpdateLicenseLabel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/LicenseManager/{moId}/UpdateLicense": {
      "post": {
        "tags": [
          "LicenseManager"
        ],
        "operationId": "postLicenseManagerMoIdUpdateLicense",
        "description": "The parameters and request body are for method: postLicenseManagerMoIdUpdateLicense. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/LicenseManager/{moId}/diagnostics": {
      "get": {
        "tags": [
          "LicenseManager"
        ],
        "operationId": "getLicenseManagerMoIdDiagnostics",
        "description": "The parameters and request body are for method: getLicenseManagerMoIdDiagnostics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/LicenseManager/{moId}/evaluation": {
      "get": {
        "tags": [
          "LicenseManager"
        ],
        "operationId": "getLicenseManagerMoIdEvaluation",
        "description": "The parameters and request body are for method: getLicenseManagerMoIdEvaluation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/LicenseManager/{moId}/featureInfo": {
      "get": {
        "tags": [
          "LicenseManager"
        ],
        "operationId": "getLicenseManagerMoIdFeatureInfo",
        "description": "The parameters and request body are for method: getLicenseManagerMoIdFeatureInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/LicenseManager/{moId}/licenseAssignmentManager": {
      "get": {
        "tags": [
          "LicenseManager"
        ],
        "operationId": "getLicenseManagerMoIdLicenseAssignmentManager",
        "description": "The parameters and request body are for method: getLicenseManagerMoIdLicenseAssignmentManager. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/LicenseManager/{moId}/licensedEdition": {
      "get": {
        "tags": [
          "LicenseManager"
        ],
        "operationId": "getLicenseManagerMoIdLicensedEdition",
        "description": "The parameters and request body are for method: getLicenseManagerMoIdLicensedEdition. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/LicenseManager/{moId}/licenses": {
      "get": {
        "tags": [
          "LicenseManager"
        ],
        "operationId": "getLicenseManagerMoIdLicenses",
        "description": "The parameters and request body are for method: getLicenseManagerMoIdLicenses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/LicenseManager/{moId}/source": {
      "get": {
        "tags": [
          "LicenseManager"
        ],
        "operationId": "getLicenseManagerMoIdSource",
        "description": "The parameters and request body are for method: getLicenseManagerMoIdSource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/LicenseManager/{moId}/sourceAvailable": {
      "get": {
        "tags": [
          "LicenseManager"
        ],
        "operationId": "getLicenseManagerMoIdSourceAvailable",
        "description": "The parameters and request body are for method: getLicenseManagerMoIdSourceAvailable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ListView/{moId}/DestroyView": {
      "post": {
        "tags": [
          "ListView"
        ],
        "operationId": "postListViewMoIdDestroyView",
        "description": "The parameters and request body are for method: postListViewMoIdDestroyView. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ListView/{moId}/ModifyListView": {
      "post": {
        "tags": [
          "ListView"
        ],
        "operationId": "postListViewMoIdModifyListView",
        "description": "The parameters and request body are for method: postListViewMoIdModifyListView. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ListView/{moId}/ResetListView": {
      "post": {
        "tags": [
          "ListView"
        ],
        "operationId": "postListViewMoIdResetListView",
        "description": "The parameters and request body are for method: postListViewMoIdResetListView. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ListView/{moId}/ResetListViewFromView": {
      "post": {
        "tags": [
          "ListView"
        ],
        "operationId": "postListViewMoIdResetListViewFromView",
        "description": "The parameters and request body are for method: postListViewMoIdResetListViewFromView. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ListView/{moId}/view": {
      "get": {
        "tags": [
          "ListView"
        ],
        "operationId": "getListViewMoIdView",
        "description": "The parameters and request body are for method: getListViewMoIdView. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/LocalizationManager/{moId}/catalog": {
      "get": {
        "tags": [
          "LocalizationManager"
        ],
        "operationId": "getLocalizationManagerMoIdCatalog",
        "description": "The parameters and request body are for method: getLocalizationManagerMoIdCatalog. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ManagedEntity/{moId}/Destroy_Task": {
      "post": {
        "tags": [
          "ManagedEntity"
        ],
        "operationId": "postManagedEntityMoIdDestroyTask",
        "description": "The parameters and request body are for method: postManagedEntityMoIdDestroyTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ManagedEntity/{moId}/Reload": {
      "post": {
        "tags": [
          "ManagedEntity"
        ],
        "operationId": "postManagedEntityMoIdReload",
        "description": "The parameters and request body are for method: postManagedEntityMoIdReload. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ManagedEntity/{moId}/Rename_Task": {
      "post": {
        "tags": [
          "ManagedEntity"
        ],
        "operationId": "postManagedEntityMoIdRenameTask",
        "description": "The parameters and request body are for method: postManagedEntityMoIdRenameTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ManagedEntity/{moId}/setCustomValue": {
      "post": {
        "tags": [
          "ManagedEntity"
        ],
        "operationId": "postManagedEntityMoIdSetCustomValue",
        "description": "The parameters and request body are for method: postManagedEntityMoIdSetCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ManagedEntity/{moId}/alarmActionsEnabled": {
      "get": {
        "tags": [
          "ManagedEntity"
        ],
        "operationId": "getManagedEntityMoIdAlarmActionsEnabled",
        "description": "The parameters and request body are for method: getManagedEntityMoIdAlarmActionsEnabled. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ManagedEntity/{moId}/availableField": {
      "get": {
        "tags": [
          "ManagedEntity"
        ],
        "operationId": "getManagedEntityMoIdAvailableField",
        "description": "The parameters and request body are for method: getManagedEntityMoIdAvailableField. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ManagedEntity/{moId}/configIssue": {
      "get": {
        "tags": [
          "ManagedEntity"
        ],
        "operationId": "getManagedEntityMoIdConfigIssue",
        "description": "The parameters and request body are for method: getManagedEntityMoIdConfigIssue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ManagedEntity/{moId}/configStatus": {
      "get": {
        "tags": [
          "ManagedEntity"
        ],
        "operationId": "getManagedEntityMoIdConfigStatus",
        "description": "The parameters and request body are for method: getManagedEntityMoIdConfigStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ManagedEntity/{moId}/customValue": {
      "get": {
        "tags": [
          "ManagedEntity"
        ],
        "operationId": "getManagedEntityMoIdCustomValue",
        "description": "The parameters and request body are for method: getManagedEntityMoIdCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ManagedEntity/{moId}/declaredAlarmState": {
      "get": {
        "tags": [
          "ManagedEntity"
        ],
        "operationId": "getManagedEntityMoIdDeclaredAlarmState",
        "description": "The parameters and request body are for method: getManagedEntityMoIdDeclaredAlarmState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ManagedEntity/{moId}/disabledMethod": {
      "get": {
        "tags": [
          "ManagedEntity"
        ],
        "operationId": "getManagedEntityMoIdDisabledMethod",
        "description": "The parameters and request body are for method: getManagedEntityMoIdDisabledMethod. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ManagedEntity/{moId}/effectiveRole": {
      "get": {
        "tags": [
          "ManagedEntity"
        ],
        "operationId": "getManagedEntityMoIdEffectiveRole",
        "description": "The parameters and request body are for method: getManagedEntityMoIdEffectiveRole. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ManagedEntity/{moId}/name": {
      "get": {
        "tags": [
          "ManagedEntity"
        ],
        "operationId": "getManagedEntityMoIdName",
        "description": "The parameters and request body are for method: getManagedEntityMoIdName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ManagedEntity/{moId}/overallStatus": {
      "get": {
        "tags": [
          "ManagedEntity"
        ],
        "operationId": "getManagedEntityMoIdOverallStatus",
        "description": "The parameters and request body are for method: getManagedEntityMoIdOverallStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ManagedEntity/{moId}/parent": {
      "get": {
        "tags": [
          "ManagedEntity"
        ],
        "operationId": "getManagedEntityMoIdParent",
        "description": "The parameters and request body are for method: getManagedEntityMoIdParent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ManagedEntity/{moId}/permission": {
      "get": {
        "tags": [
          "ManagedEntity"
        ],
        "operationId": "getManagedEntityMoIdPermission",
        "description": "The parameters and request body are for method: getManagedEntityMoIdPermission. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ManagedEntity/{moId}/recentTask": {
      "get": {
        "tags": [
          "ManagedEntity"
        ],
        "operationId": "getManagedEntityMoIdRecentTask",
        "description": "The parameters and request body are for method: getManagedEntityMoIdRecentTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ManagedEntity/{moId}/tag": {
      "get": {
        "tags": [
          "ManagedEntity"
        ],
        "operationId": "getManagedEntityMoIdTag",
        "description": "The parameters and request body are for method: getManagedEntityMoIdTag. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ManagedEntity/{moId}/triggeredAlarmState": {
      "get": {
        "tags": [
          "ManagedEntity"
        ],
        "operationId": "getManagedEntityMoIdTriggeredAlarmState",
        "description": "The parameters and request body are for method: getManagedEntityMoIdTriggeredAlarmState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ManagedEntity/{moId}/value": {
      "get": {
        "tags": [
          "ManagedEntity"
        ],
        "operationId": "getManagedEntityMoIdValue",
        "description": "The parameters and request body are for method: getManagedEntityMoIdValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ManagedObjectView/{moId}/DestroyView": {
      "post": {
        "tags": [
          "ManagedObjectView"
        ],
        "operationId": "postManagedObjectViewMoIdDestroyView",
        "description": "The parameters and request body are for method: postManagedObjectViewMoIdDestroyView. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ManagedObjectView/{moId}/view": {
      "get": {
        "tags": [
          "ManagedObjectView"
        ],
        "operationId": "getManagedObjectViewMoIdView",
        "description": "The parameters and request body are for method: getManagedObjectViewMoIdView. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Network/{moId}/Destroy_Task": {
      "post": {
        "tags": [
          "Network"
        ],
        "operationId": "postNetworkMoIdDestroyTask",
        "description": "The parameters and request body are for method: postNetworkMoIdDestroyTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Network/{moId}/DestroyNetwork": {
      "post": {
        "tags": [
          "Network"
        ],
        "operationId": "postNetworkMoIdDestroyNetwork",
        "description": "The parameters and request body are for method: postNetworkMoIdDestroyNetwork. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Network/{moId}/Reload": {
      "post": {
        "tags": [
          "Network"
        ],
        "operationId": "postNetworkMoIdReload",
        "description": "The parameters and request body are for method: postNetworkMoIdReload. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Network/{moId}/Rename_Task": {
      "post": {
        "tags": [
          "Network"
        ],
        "operationId": "postNetworkMoIdRenameTask",
        "description": "The parameters and request body are for method: postNetworkMoIdRenameTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Network/{moId}/setCustomValue": {
      "post": {
        "tags": [
          "Network"
        ],
        "operationId": "postNetworkMoIdSetCustomValue",
        "description": "The parameters and request body are for method: postNetworkMoIdSetCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Network/{moId}/alarmActionsEnabled": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkMoIdAlarmActionsEnabled",
        "description": "The parameters and request body are for method: getNetworkMoIdAlarmActionsEnabled. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Network/{moId}/availableField": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkMoIdAvailableField",
        "description": "The parameters and request body are for method: getNetworkMoIdAvailableField. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Network/{moId}/configIssue": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkMoIdConfigIssue",
        "description": "The parameters and request body are for method: getNetworkMoIdConfigIssue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Network/{moId}/configStatus": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkMoIdConfigStatus",
        "description": "The parameters and request body are for method: getNetworkMoIdConfigStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Network/{moId}/customValue": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkMoIdCustomValue",
        "description": "The parameters and request body are for method: getNetworkMoIdCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Network/{moId}/declaredAlarmState": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkMoIdDeclaredAlarmState",
        "description": "The parameters and request body are for method: getNetworkMoIdDeclaredAlarmState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Network/{moId}/disabledMethod": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkMoIdDisabledMethod",
        "description": "The parameters and request body are for method: getNetworkMoIdDisabledMethod. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Network/{moId}/effectiveRole": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkMoIdEffectiveRole",
        "description": "The parameters and request body are for method: getNetworkMoIdEffectiveRole. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Network/{moId}/host": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkMoIdHost",
        "description": "The parameters and request body are for method: getNetworkMoIdHost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Network/{moId}/name": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkMoIdName",
        "description": "The parameters and request body are for method: getNetworkMoIdName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Network/{moId}/overallStatus": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkMoIdOverallStatus",
        "description": "The parameters and request body are for method: getNetworkMoIdOverallStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Network/{moId}/parent": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkMoIdParent",
        "description": "The parameters and request body are for method: getNetworkMoIdParent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Network/{moId}/permission": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkMoIdPermission",
        "description": "The parameters and request body are for method: getNetworkMoIdPermission. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Network/{moId}/recentTask": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkMoIdRecentTask",
        "description": "The parameters and request body are for method: getNetworkMoIdRecentTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Network/{moId}/summary": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkMoIdSummary",
        "description": "The parameters and request body are for method: getNetworkMoIdSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Network/{moId}/tag": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkMoIdTag",
        "description": "The parameters and request body are for method: getNetworkMoIdTag. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Network/{moId}/triggeredAlarmState": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkMoIdTriggeredAlarmState",
        "description": "The parameters and request body are for method: getNetworkMoIdTriggeredAlarmState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Network/{moId}/value": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkMoIdValue",
        "description": "The parameters and request body are for method: getNetworkMoIdValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Network/{moId}/vm": {
      "get": {
        "tags": [
          "Network"
        ],
        "operationId": "getNetworkMoIdVm",
        "description": "The parameters and request body are for method: getNetworkMoIdVm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/OpaqueNetwork/{moId}/Destroy_Task": {
      "post": {
        "tags": [
          "OpaqueNetwork"
        ],
        "operationId": "postOpaqueNetworkMoIdDestroyTask",
        "description": "The parameters and request body are for method: postOpaqueNetworkMoIdDestroyTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/OpaqueNetwork/{moId}/DestroyNetwork": {
      "post": {
        "tags": [
          "OpaqueNetwork"
        ],
        "operationId": "postOpaqueNetworkMoIdDestroyNetwork",
        "description": "The parameters and request body are for method: postOpaqueNetworkMoIdDestroyNetwork. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/OpaqueNetwork/{moId}/Reload": {
      "post": {
        "tags": [
          "OpaqueNetwork"
        ],
        "operationId": "postOpaqueNetworkMoIdReload",
        "description": "The parameters and request body are for method: postOpaqueNetworkMoIdReload. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/OpaqueNetwork/{moId}/Rename_Task": {
      "post": {
        "tags": [
          "OpaqueNetwork"
        ],
        "operationId": "postOpaqueNetworkMoIdRenameTask",
        "description": "The parameters and request body are for method: postOpaqueNetworkMoIdRenameTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/OpaqueNetwork/{moId}/setCustomValue": {
      "post": {
        "tags": [
          "OpaqueNetwork"
        ],
        "operationId": "postOpaqueNetworkMoIdSetCustomValue",
        "description": "The parameters and request body are for method: postOpaqueNetworkMoIdSetCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/OpaqueNetwork/{moId}/alarmActionsEnabled": {
      "get": {
        "tags": [
          "OpaqueNetwork"
        ],
        "operationId": "getOpaqueNetworkMoIdAlarmActionsEnabled",
        "description": "The parameters and request body are for method: getOpaqueNetworkMoIdAlarmActionsEnabled. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/OpaqueNetwork/{moId}/availableField": {
      "get": {
        "tags": [
          "OpaqueNetwork"
        ],
        "operationId": "getOpaqueNetworkMoIdAvailableField",
        "description": "The parameters and request body are for method: getOpaqueNetworkMoIdAvailableField. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/OpaqueNetwork/{moId}/capability": {
      "get": {
        "tags": [
          "OpaqueNetwork"
        ],
        "operationId": "getOpaqueNetworkMoIdCapability",
        "description": "The parameters and request body are for method: getOpaqueNetworkMoIdCapability. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/OpaqueNetwork/{moId}/configIssue": {
      "get": {
        "tags": [
          "OpaqueNetwork"
        ],
        "operationId": "getOpaqueNetworkMoIdConfigIssue",
        "description": "The parameters and request body are for method: getOpaqueNetworkMoIdConfigIssue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/OpaqueNetwork/{moId}/configStatus": {
      "get": {
        "tags": [
          "OpaqueNetwork"
        ],
        "operationId": "getOpaqueNetworkMoIdConfigStatus",
        "description": "The parameters and request body are for method: getOpaqueNetworkMoIdConfigStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/OpaqueNetwork/{moId}/customValue": {
      "get": {
        "tags": [
          "OpaqueNetwork"
        ],
        "operationId": "getOpaqueNetworkMoIdCustomValue",
        "description": "The parameters and request body are for method: getOpaqueNetworkMoIdCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/OpaqueNetwork/{moId}/declaredAlarmState": {
      "get": {
        "tags": [
          "OpaqueNetwork"
        ],
        "operationId": "getOpaqueNetworkMoIdDeclaredAlarmState",
        "description": "The parameters and request body are for method: getOpaqueNetworkMoIdDeclaredAlarmState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/OpaqueNetwork/{moId}/disabledMethod": {
      "get": {
        "tags": [
          "OpaqueNetwork"
        ],
        "operationId": "getOpaqueNetworkMoIdDisabledMethod",
        "description": "The parameters and request body are for method: getOpaqueNetworkMoIdDisabledMethod. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/OpaqueNetwork/{moId}/effectiveRole": {
      "get": {
        "tags": [
          "OpaqueNetwork"
        ],
        "operationId": "getOpaqueNetworkMoIdEffectiveRole",
        "description": "The parameters and request body are for method: getOpaqueNetworkMoIdEffectiveRole. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/OpaqueNetwork/{moId}/extraConfig": {
      "get": {
        "tags": [
          "OpaqueNetwork"
        ],
        "operationId": "getOpaqueNetworkMoIdExtraConfig",
        "description": "The parameters and request body are for method: getOpaqueNetworkMoIdExtraConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/OpaqueNetwork/{moId}/host": {
      "get": {
        "tags": [
          "OpaqueNetwork"
        ],
        "operationId": "getOpaqueNetworkMoIdHost",
        "description": "The parameters and request body are for method: getOpaqueNetworkMoIdHost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/OpaqueNetwork/{moId}/name": {
      "get": {
        "tags": [
          "OpaqueNetwork"
        ],
        "operationId": "getOpaqueNetworkMoIdName",
        "description": "The parameters and request body are for method: getOpaqueNetworkMoIdName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/OpaqueNetwork/{moId}/overallStatus": {
      "get": {
        "tags": [
          "OpaqueNetwork"
        ],
        "operationId": "getOpaqueNetworkMoIdOverallStatus",
        "description": "The parameters and request body are for method: getOpaqueNetworkMoIdOverallStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/OpaqueNetwork/{moId}/parent": {
      "get": {
        "tags": [
          "OpaqueNetwork"
        ],
        "operationId": "getOpaqueNetworkMoIdParent",
        "description": "The parameters and request body are for method: getOpaqueNetworkMoIdParent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/OpaqueNetwork/{moId}/permission": {
      "get": {
        "tags": [
          "OpaqueNetwork"
        ],
        "operationId": "getOpaqueNetworkMoIdPermission",
        "description": "The parameters and request body are for method: getOpaqueNetworkMoIdPermission. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/OpaqueNetwork/{moId}/recentTask": {
      "get": {
        "tags": [
          "OpaqueNetwork"
        ],
        "operationId": "getOpaqueNetworkMoIdRecentTask",
        "description": "The parameters and request body are for method: getOpaqueNetworkMoIdRecentTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/OpaqueNetwork/{moId}/summary": {
      "get": {
        "tags": [
          "OpaqueNetwork"
        ],
        "operationId": "getOpaqueNetworkMoIdSummary",
        "description": "The parameters and request body are for method: getOpaqueNetworkMoIdSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/OpaqueNetwork/{moId}/tag": {
      "get": {
        "tags": [
          "OpaqueNetwork"
        ],
        "operationId": "getOpaqueNetworkMoIdTag",
        "description": "The parameters and request body are for method: getOpaqueNetworkMoIdTag. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/OpaqueNetwork/{moId}/triggeredAlarmState": {
      "get": {
        "tags": [
          "OpaqueNetwork"
        ],
        "operationId": "getOpaqueNetworkMoIdTriggeredAlarmState",
        "description": "The parameters and request body are for method: getOpaqueNetworkMoIdTriggeredAlarmState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/OpaqueNetwork/{moId}/value": {
      "get": {
        "tags": [
          "OpaqueNetwork"
        ],
        "operationId": "getOpaqueNetworkMoIdValue",
        "description": "The parameters and request body are for method: getOpaqueNetworkMoIdValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/OpaqueNetwork/{moId}/vm": {
      "get": {
        "tags": [
          "OpaqueNetwork"
        ],
        "operationId": "getOpaqueNetworkMoIdVm",
        "description": "The parameters and request body are for method: getOpaqueNetworkMoIdVm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/OptionManager/{moId}/QueryOptions": {
      "post": {
        "tags": [
          "OptionManager"
        ],
        "operationId": "postOptionManagerMoIdQueryOptions",
        "description": "The parameters and request body are for method: postOptionManagerMoIdQueryOptions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/OptionManager/{moId}/UpdateOptions": {
      "post": {
        "tags": [
          "OptionManager"
        ],
        "operationId": "postOptionManagerMoIdUpdateOptions",
        "description": "The parameters and request body are for method: postOptionManagerMoIdUpdateOptions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/OptionManager/{moId}/setting": {
      "get": {
        "tags": [
          "OptionManager"
        ],
        "operationId": "getOptionManagerMoIdSetting",
        "description": "The parameters and request body are for method: getOptionManagerMoIdSetting. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/OptionManager/{moId}/supportedOption": {
      "get": {
        "tags": [
          "OptionManager"
        ],
        "operationId": "getOptionManagerMoIdSupportedOption",
        "description": "The parameters and request body are for method: getOptionManagerMoIdSupportedOption. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/OverheadMemoryManager/{moId}/LookupVmOverheadMemory": {
      "post": {
        "tags": [
          "OverheadMemoryManager"
        ],
        "operationId": "postOverheadMemoryManagerMoIdLookupVmOverheadMemory",
        "description": "The parameters and request body are for method: postOverheadMemoryManagerMoIdLookupVmOverheadMemory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/OvfManager/{moId}/CreateDescriptor": {
      "post": {
        "tags": [
          "OvfManager"
        ],
        "operationId": "postOvfManagerMoIdCreateDescriptor",
        "description": "The parameters and request body are for method: postOvfManagerMoIdCreateDescriptor. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/OvfManager/{moId}/CreateImportSpec": {
      "post": {
        "tags": [
          "OvfManager"
        ],
        "operationId": "postOvfManagerMoIdCreateImportSpec",
        "description": "The parameters and request body are for method: postOvfManagerMoIdCreateImportSpec. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/OvfManager/{moId}/ParseDescriptor": {
      "post": {
        "tags": [
          "OvfManager"
        ],
        "operationId": "postOvfManagerMoIdParseDescriptor",
        "description": "The parameters and request body are for method: postOvfManagerMoIdParseDescriptor. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/OvfManager/{moId}/ValidateHost": {
      "post": {
        "tags": [
          "OvfManager"
        ],
        "operationId": "postOvfManagerMoIdValidateHost",
        "description": "The parameters and request body are for method: postOvfManagerMoIdValidateHost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/OvfManager/{moId}/ovfExportOption": {
      "get": {
        "tags": [
          "OvfManager"
        ],
        "operationId": "getOvfManagerMoIdOvfExportOption",
        "description": "The parameters and request body are for method: getOvfManagerMoIdOvfExportOption. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/OvfManager/{moId}/ovfImportOption": {
      "get": {
        "tags": [
          "OvfManager"
        ],
        "operationId": "getOvfManagerMoIdOvfImportOption",
        "description": "The parameters and request body are for method: getOvfManagerMoIdOvfImportOption. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/PerformanceManager/{moId}/CreatePerfInterval": {
      "post": {
        "tags": [
          "PerformanceManager"
        ],
        "operationId": "postPerformanceManagerMoIdCreatePerfInterval",
        "description": "The parameters and request body are for method: postPerformanceManagerMoIdCreatePerfInterval. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/PerformanceManager/{moId}/QueryAvailablePerfMetric": {
      "post": {
        "tags": [
          "PerformanceManager"
        ],
        "operationId": "postPerformanceManagerMoIdQueryAvailablePerfMetric",
        "description": "The parameters and request body are for method: postPerformanceManagerMoIdQueryAvailablePerfMetric. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/PerformanceManager/{moId}/QueryPerfComposite": {
      "post": {
        "tags": [
          "PerformanceManager"
        ],
        "operationId": "postPerformanceManagerMoIdQueryPerfComposite",
        "description": "The parameters and request body are for method: postPerformanceManagerMoIdQueryPerfComposite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/PerformanceManager/{moId}/QueryPerfCounter": {
      "post": {
        "tags": [
          "PerformanceManager"
        ],
        "operationId": "postPerformanceManagerMoIdQueryPerfCounter",
        "description": "The parameters and request body are for method: postPerformanceManagerMoIdQueryPerfCounter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/PerformanceManager/{moId}/QueryPerfCounterByLevel": {
      "post": {
        "tags": [
          "PerformanceManager"
        ],
        "operationId": "postPerformanceManagerMoIdQueryPerfCounterByLevel",
        "description": "The parameters and request body are for method: postPerformanceManagerMoIdQueryPerfCounterByLevel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/PerformanceManager/{moId}/QueryPerfProviderSummary": {
      "post": {
        "tags": [
          "PerformanceManager"
        ],
        "operationId": "postPerformanceManagerMoIdQueryPerfProviderSummary",
        "description": "The parameters and request body are for method: postPerformanceManagerMoIdQueryPerfProviderSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/PerformanceManager/{moId}/QueryPerf": {
      "post": {
        "tags": [
          "PerformanceManager"
        ],
        "operationId": "postPerformanceManagerMoIdQueryPerf",
        "description": "The parameters and request body are for method: postPerformanceManagerMoIdQueryPerf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/PerformanceManager/{moId}/RemovePerfInterval": {
      "post": {
        "tags": [
          "PerformanceManager"
        ],
        "operationId": "postPerformanceManagerMoIdRemovePerfInterval",
        "description": "The parameters and request body are for method: postPerformanceManagerMoIdRemovePerfInterval. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/PerformanceManager/{moId}/ResetCounterLevelMapping": {
      "post": {
        "tags": [
          "PerformanceManager"
        ],
        "operationId": "postPerformanceManagerMoIdResetCounterLevelMapping",
        "description": "The parameters and request body are for method: postPerformanceManagerMoIdResetCounterLevelMapping. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/PerformanceManager/{moId}/UpdateCounterLevelMapping": {
      "post": {
        "tags": [
          "PerformanceManager"
        ],
        "operationId": "postPerformanceManagerMoIdUpdateCounterLevelMapping",
        "description": "The parameters and request body are for method: postPerformanceManagerMoIdUpdateCounterLevelMapping. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/PerformanceManager/{moId}/UpdatePerfInterval": {
      "post": {
        "tags": [
          "PerformanceManager"
        ],
        "operationId": "postPerformanceManagerMoIdUpdatePerfInterval",
        "description": "The parameters and request body are for method: postPerformanceManagerMoIdUpdatePerfInterval. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/PerformanceManager/{moId}/description": {
      "get": {
        "tags": [
          "PerformanceManager"
        ],
        "operationId": "getPerformanceManagerMoIdDescription",
        "description": "The parameters and request body are for method: getPerformanceManagerMoIdDescription. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/PerformanceManager/{moId}/historicalInterval": {
      "get": {
        "tags": [
          "PerformanceManager"
        ],
        "operationId": "getPerformanceManagerMoIdHistoricalInterval",
        "description": "The parameters and request body are for method: getPerformanceManagerMoIdHistoricalInterval. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/PerformanceManager/{moId}/perfCounter": {
      "get": {
        "tags": [
          "PerformanceManager"
        ],
        "operationId": "getPerformanceManagerMoIdPerfCounter",
        "description": "The parameters and request body are for method: getPerformanceManagerMoIdPerfCounter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Profile/{moId}/AssociateProfile": {
      "post": {
        "tags": [
          "Profile"
        ],
        "operationId": "postProfileMoIdAssociateProfile",
        "description": "The parameters and request body are for method: postProfileMoIdAssociateProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Profile/{moId}/CheckProfileCompliance_Task": {
      "post": {
        "tags": [
          "Profile"
        ],
        "operationId": "postProfileMoIdCheckProfileComplianceTask",
        "description": "The parameters and request body are for method: postProfileMoIdCheckProfileComplianceTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Profile/{moId}/DestroyProfile": {
      "post": {
        "tags": [
          "Profile"
        ],
        "operationId": "postProfileMoIdDestroyProfile",
        "description": "The parameters and request body are for method: postProfileMoIdDestroyProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Profile/{moId}/DissociateProfile": {
      "post": {
        "tags": [
          "Profile"
        ],
        "operationId": "postProfileMoIdDissociateProfile",
        "description": "The parameters and request body are for method: postProfileMoIdDissociateProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Profile/{moId}/ExportProfile": {
      "post": {
        "tags": [
          "Profile"
        ],
        "operationId": "postProfileMoIdExportProfile",
        "description": "The parameters and request body are for method: postProfileMoIdExportProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Profile/{moId}/RetrieveDescription": {
      "post": {
        "tags": [
          "Profile"
        ],
        "operationId": "postProfileMoIdRetrieveDescription",
        "description": "The parameters and request body are for method: postProfileMoIdRetrieveDescription. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Profile/{moId}/complianceStatus": {
      "get": {
        "tags": [
          "Profile"
        ],
        "operationId": "getProfileMoIdComplianceStatus",
        "description": "The parameters and request body are for method: getProfileMoIdComplianceStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Profile/{moId}/config": {
      "get": {
        "tags": [
          "Profile"
        ],
        "operationId": "getProfileMoIdConfig",
        "description": "The parameters and request body are for method: getProfileMoIdConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Profile/{moId}/createdTime": {
      "get": {
        "tags": [
          "Profile"
        ],
        "operationId": "getProfileMoIdCreatedTime",
        "description": "The parameters and request body are for method: getProfileMoIdCreatedTime. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Profile/{moId}/description": {
      "get": {
        "tags": [
          "Profile"
        ],
        "operationId": "getProfileMoIdDescription",
        "description": "The parameters and request body are for method: getProfileMoIdDescription. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Profile/{moId}/entity": {
      "get": {
        "tags": [
          "Profile"
        ],
        "operationId": "getProfileMoIdEntity",
        "description": "The parameters and request body are for method: getProfileMoIdEntity. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Profile/{moId}/modifiedTime": {
      "get": {
        "tags": [
          "Profile"
        ],
        "operationId": "getProfileMoIdModifiedTime",
        "description": "The parameters and request body are for method: getProfileMoIdModifiedTime. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Profile/{moId}/name": {
      "get": {
        "tags": [
          "Profile"
        ],
        "operationId": "getProfileMoIdName",
        "description": "The parameters and request body are for method: getProfileMoIdName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ProfileComplianceManager/{moId}/CheckCompliance_Task": {
      "post": {
        "tags": [
          "ProfileComplianceManager"
        ],
        "operationId": "postProfileComplianceManagerMoIdCheckComplianceTask",
        "description": "The parameters and request body are for method: postProfileComplianceManagerMoIdCheckComplianceTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ProfileComplianceManager/{moId}/ClearComplianceStatus": {
      "post": {
        "tags": [
          "ProfileComplianceManager"
        ],
        "operationId": "postProfileComplianceManagerMoIdClearComplianceStatus",
        "description": "The parameters and request body are for method: postProfileComplianceManagerMoIdClearComplianceStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ProfileComplianceManager/{moId}/QueryComplianceStatus": {
      "post": {
        "tags": [
          "ProfileComplianceManager"
        ],
        "operationId": "postProfileComplianceManagerMoIdQueryComplianceStatus",
        "description": "The parameters and request body are for method: postProfileComplianceManagerMoIdQueryComplianceStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ProfileComplianceManager/{moId}/QueryExpressionMetadata": {
      "post": {
        "tags": [
          "ProfileComplianceManager"
        ],
        "operationId": "postProfileComplianceManagerMoIdQueryExpressionMetadata",
        "description": "The parameters and request body are for method: postProfileComplianceManagerMoIdQueryExpressionMetadata. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ProfileManager/{moId}/CreateProfile": {
      "post": {
        "tags": [
          "ProfileManager"
        ],
        "operationId": "postProfileManagerMoIdCreateProfile",
        "description": "The parameters and request body are for method: postProfileManagerMoIdCreateProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ProfileManager/{moId}/FindAssociatedProfile": {
      "post": {
        "tags": [
          "ProfileManager"
        ],
        "operationId": "postProfileManagerMoIdFindAssociatedProfile",
        "description": "The parameters and request body are for method: postProfileManagerMoIdFindAssociatedProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ProfileManager/{moId}/QueryPolicyMetadata": {
      "post": {
        "tags": [
          "ProfileManager"
        ],
        "operationId": "postProfileManagerMoIdQueryPolicyMetadata",
        "description": "The parameters and request body are for method: postProfileManagerMoIdQueryPolicyMetadata. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ProfileManager/{moId}/profile": {
      "get": {
        "tags": [
          "ProfileManager"
        ],
        "operationId": "getProfileManagerMoIdProfile",
        "description": "The parameters and request body are for method: getProfileManagerMoIdProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/PropertyCollector/{moId}/CancelRetrievePropertiesEx": {
      "post": {
        "tags": [
          "PropertyCollector"
        ],
        "operationId": "postPropertyCollectorMoIdCancelRetrievePropertiesEx",
        "description": "The parameters and request body are for method: postPropertyCollectorMoIdCancelRetrievePropertiesEx. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/PropertyCollector/{moId}/CancelWaitForUpdates": {
      "post": {
        "tags": [
          "PropertyCollector"
        ],
        "operationId": "postPropertyCollectorMoIdCancelWaitForUpdates",
        "description": "The parameters and request body are for method: postPropertyCollectorMoIdCancelWaitForUpdates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/PropertyCollector/{moId}/CheckForUpdates": {
      "post": {
        "tags": [
          "PropertyCollector"
        ],
        "operationId": "postPropertyCollectorMoIdCheckForUpdates",
        "description": "The parameters and request body are for method: postPropertyCollectorMoIdCheckForUpdates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/PropertyCollector/{moId}/ContinueRetrievePropertiesEx": {
      "post": {
        "tags": [
          "PropertyCollector"
        ],
        "operationId": "postPropertyCollectorMoIdContinueRetrievePropertiesEx",
        "description": "The parameters and request body are for method: postPropertyCollectorMoIdContinueRetrievePropertiesEx. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/PropertyCollector/{moId}/CreateFilter": {
      "post": {
        "tags": [
          "PropertyCollector"
        ],
        "operationId": "postPropertyCollectorMoIdCreateFilter",
        "description": "The parameters and request body are for method: postPropertyCollectorMoIdCreateFilter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/PropertyCollector/{moId}/CreatePropertyCollector": {
      "post": {
        "tags": [
          "PropertyCollector"
        ],
        "operationId": "postPropertyCollectorMoIdCreatePropertyCollector",
        "description": "The parameters and request body are for method: postPropertyCollectorMoIdCreatePropertyCollector. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/PropertyCollector/{moId}/DestroyPropertyCollector": {
      "post": {
        "tags": [
          "PropertyCollector"
        ],
        "operationId": "postPropertyCollectorMoIdDestroyPropertyCollector",
        "description": "The parameters and request body are for method: postPropertyCollectorMoIdDestroyPropertyCollector. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/PropertyCollector/{moId}/RetrieveProperties": {
      "post": {
        "tags": [
          "PropertyCollector"
        ],
        "operationId": "postPropertyCollectorMoIdRetrieveProperties",
        "description": "The parameters and request body are for method: postPropertyCollectorMoIdRetrieveProperties. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/PropertyCollector/{moId}/RetrievePropertiesEx": {
      "post": {
        "tags": [
          "PropertyCollector"
        ],
        "operationId": "postPropertyCollectorMoIdRetrievePropertiesEx",
        "description": "The parameters and request body are for method: postPropertyCollectorMoIdRetrievePropertiesEx. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/PropertyCollector/{moId}/WaitForUpdates": {
      "post": {
        "tags": [
          "PropertyCollector"
        ],
        "operationId": "postPropertyCollectorMoIdWaitForUpdates",
        "description": "The parameters and request body are for method: postPropertyCollectorMoIdWaitForUpdates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/PropertyCollector/{moId}/WaitForUpdatesEx": {
      "post": {
        "tags": [
          "PropertyCollector"
        ],
        "operationId": "postPropertyCollectorMoIdWaitForUpdatesEx",
        "description": "The parameters and request body are for method: postPropertyCollectorMoIdWaitForUpdatesEx. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/PropertyCollector/{moId}/filter": {
      "get": {
        "tags": [
          "PropertyCollector"
        ],
        "operationId": "getPropertyCollectorMoIdFilter",
        "description": "The parameters and request body are for method: getPropertyCollectorMoIdFilter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/PropertyFilter/{moId}/DestroyPropertyFilter": {
      "post": {
        "tags": [
          "PropertyFilter"
        ],
        "operationId": "postPropertyFilterMoIdDestroyPropertyFilter",
        "description": "The parameters and request body are for method: postPropertyFilterMoIdDestroyPropertyFilter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/PropertyFilter/{moId}/partialUpdates": {
      "get": {
        "tags": [
          "PropertyFilter"
        ],
        "operationId": "getPropertyFilterMoIdPartialUpdates",
        "description": "The parameters and request body are for method: getPropertyFilterMoIdPartialUpdates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/PropertyFilter/{moId}/spec": {
      "get": {
        "tags": [
          "PropertyFilter"
        ],
        "operationId": "getPropertyFilterMoIdSpec",
        "description": "The parameters and request body are for method: getPropertyFilterMoIdSpec. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ResourcePlanningManager/{moId}/EstimateDatabaseSize": {
      "post": {
        "tags": [
          "ResourcePlanningManager"
        ],
        "operationId": "postResourcePlanningManagerMoIdEstimateDatabaseSize",
        "description": "The parameters and request body are for method: postResourcePlanningManagerMoIdEstimateDatabaseSize. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/CreateResourcePool": {
      "post": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "postResourcePoolMoIdCreateResourcePool",
        "description": "The parameters and request body are for method: postResourcePoolMoIdCreateResourcePool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/CreateVApp": {
      "post": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "postResourcePoolMoIdCreateVApp",
        "description": "The parameters and request body are for method: postResourcePoolMoIdCreateVApp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/CreateChildVM_Task": {
      "post": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "postResourcePoolMoIdCreateChildVMTask",
        "description": "The parameters and request body are for method: postResourcePoolMoIdCreateChildVMTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/Destroy_Task": {
      "post": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "postResourcePoolMoIdDestroyTask",
        "description": "The parameters and request body are for method: postResourcePoolMoIdDestroyTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/DestroyChildren": {
      "post": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "postResourcePoolMoIdDestroyChildren",
        "description": "The parameters and request body are for method: postResourcePoolMoIdDestroyChildren. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/ImportVApp": {
      "post": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "postResourcePoolMoIdImportVApp",
        "description": "The parameters and request body are for method: postResourcePoolMoIdImportVApp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/MoveIntoResourcePool": {
      "post": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "postResourcePoolMoIdMoveIntoResourcePool",
        "description": "The parameters and request body are for method: postResourcePoolMoIdMoveIntoResourcePool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/QueryResourceConfigOption": {
      "post": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "postResourcePoolMoIdQueryResourceConfigOption",
        "description": "The parameters and request body are for method: postResourcePoolMoIdQueryResourceConfigOption. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/RefreshRuntime": {
      "post": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "postResourcePoolMoIdRefreshRuntime",
        "description": "The parameters and request body are for method: postResourcePoolMoIdRefreshRuntime. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/RegisterChildVM_Task": {
      "post": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "postResourcePoolMoIdRegisterChildVMTask",
        "description": "The parameters and request body are for method: postResourcePoolMoIdRegisterChildVMTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/Reload": {
      "post": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "postResourcePoolMoIdReload",
        "description": "The parameters and request body are for method: postResourcePoolMoIdReload. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/Rename_Task": {
      "post": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "postResourcePoolMoIdRenameTask",
        "description": "The parameters and request body are for method: postResourcePoolMoIdRenameTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/setCustomValue": {
      "post": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "postResourcePoolMoIdSetCustomValue",
        "description": "The parameters and request body are for method: postResourcePoolMoIdSetCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/UpdateChildResourceConfiguration": {
      "post": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "postResourcePoolMoIdUpdateChildResourceConfiguration",
        "description": "The parameters and request body are for method: postResourcePoolMoIdUpdateChildResourceConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/UpdateConfig": {
      "post": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "postResourcePoolMoIdUpdateConfig",
        "description": "The parameters and request body are for method: postResourcePoolMoIdUpdateConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/alarmActionsEnabled": {
      "get": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "getResourcePoolMoIdAlarmActionsEnabled",
        "description": "The parameters and request body are for method: getResourcePoolMoIdAlarmActionsEnabled. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/availableField": {
      "get": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "getResourcePoolMoIdAvailableField",
        "description": "The parameters and request body are for method: getResourcePoolMoIdAvailableField. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/childConfiguration": {
      "get": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "getResourcePoolMoIdChildConfiguration",
        "description": "The parameters and request body are for method: getResourcePoolMoIdChildConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/config": {
      "get": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "getResourcePoolMoIdConfig",
        "description": "The parameters and request body are for method: getResourcePoolMoIdConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/configIssue": {
      "get": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "getResourcePoolMoIdConfigIssue",
        "description": "The parameters and request body are for method: getResourcePoolMoIdConfigIssue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/configStatus": {
      "get": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "getResourcePoolMoIdConfigStatus",
        "description": "The parameters and request body are for method: getResourcePoolMoIdConfigStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/customValue": {
      "get": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "getResourcePoolMoIdCustomValue",
        "description": "The parameters and request body are for method: getResourcePoolMoIdCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/declaredAlarmState": {
      "get": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "getResourcePoolMoIdDeclaredAlarmState",
        "description": "The parameters and request body are for method: getResourcePoolMoIdDeclaredAlarmState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/disabledMethod": {
      "get": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "getResourcePoolMoIdDisabledMethod",
        "description": "The parameters and request body are for method: getResourcePoolMoIdDisabledMethod. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/effectiveRole": {
      "get": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "getResourcePoolMoIdEffectiveRole",
        "description": "The parameters and request body are for method: getResourcePoolMoIdEffectiveRole. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/name": {
      "get": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "getResourcePoolMoIdName",
        "description": "The parameters and request body are for method: getResourcePoolMoIdName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/namespace": {
      "get": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "getResourcePoolMoIdNamespace",
        "description": "The parameters and request body are for method: getResourcePoolMoIdNamespace. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/overallStatus": {
      "get": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "getResourcePoolMoIdOverallStatus",
        "description": "The parameters and request body are for method: getResourcePoolMoIdOverallStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/owner": {
      "get": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "getResourcePoolMoIdOwner",
        "description": "The parameters and request body are for method: getResourcePoolMoIdOwner. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/parent": {
      "get": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "getResourcePoolMoIdParent",
        "description": "The parameters and request body are for method: getResourcePoolMoIdParent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/permission": {
      "get": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "getResourcePoolMoIdPermission",
        "description": "The parameters and request body are for method: getResourcePoolMoIdPermission. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/recentTask": {
      "get": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "getResourcePoolMoIdRecentTask",
        "description": "The parameters and request body are for method: getResourcePoolMoIdRecentTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/resourcePool": {
      "get": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "getResourcePoolMoIdResourcePool",
        "description": "The parameters and request body are for method: getResourcePoolMoIdResourcePool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/runtime": {
      "get": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "getResourcePoolMoIdRuntime",
        "description": "The parameters and request body are for method: getResourcePoolMoIdRuntime. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/summary": {
      "get": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "getResourcePoolMoIdSummary",
        "description": "The parameters and request body are for method: getResourcePoolMoIdSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/tag": {
      "get": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "getResourcePoolMoIdTag",
        "description": "The parameters and request body are for method: getResourcePoolMoIdTag. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/triggeredAlarmState": {
      "get": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "getResourcePoolMoIdTriggeredAlarmState",
        "description": "The parameters and request body are for method: getResourcePoolMoIdTriggeredAlarmState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/value": {
      "get": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "getResourcePoolMoIdValue",
        "description": "The parameters and request body are for method: getResourcePoolMoIdValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ResourcePool/{moId}/vm": {
      "get": {
        "tags": [
          "ResourcePool"
        ],
        "operationId": "getResourcePoolMoIdVm",
        "description": "The parameters and request body are for method: getResourcePoolMoIdVm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ScheduledTask/{moId}/ReconfigureScheduledTask": {
      "post": {
        "tags": [
          "ScheduledTask"
        ],
        "operationId": "postScheduledTaskMoIdReconfigureScheduledTask",
        "description": "The parameters and request body are for method: postScheduledTaskMoIdReconfigureScheduledTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ScheduledTask/{moId}/RemoveScheduledTask": {
      "post": {
        "tags": [
          "ScheduledTask"
        ],
        "operationId": "postScheduledTaskMoIdRemoveScheduledTask",
        "description": "The parameters and request body are for method: postScheduledTaskMoIdRemoveScheduledTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ScheduledTask/{moId}/RunScheduledTask": {
      "post": {
        "tags": [
          "ScheduledTask"
        ],
        "operationId": "postScheduledTaskMoIdRunScheduledTask",
        "description": "The parameters and request body are for method: postScheduledTaskMoIdRunScheduledTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ScheduledTask/{moId}/setCustomValue": {
      "post": {
        "tags": [
          "ScheduledTask"
        ],
        "operationId": "postScheduledTaskMoIdSetCustomValue",
        "description": "The parameters and request body are for method: postScheduledTaskMoIdSetCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ScheduledTask/{moId}/availableField": {
      "get": {
        "tags": [
          "ScheduledTask"
        ],
        "operationId": "getScheduledTaskMoIdAvailableField",
        "description": "The parameters and request body are for method: getScheduledTaskMoIdAvailableField. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ScheduledTask/{moId}/info": {
      "get": {
        "tags": [
          "ScheduledTask"
        ],
        "operationId": "getScheduledTaskMoIdInfo",
        "description": "The parameters and request body are for method: getScheduledTaskMoIdInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ScheduledTask/{moId}/value": {
      "get": {
        "tags": [
          "ScheduledTask"
        ],
        "operationId": "getScheduledTaskMoIdValue",
        "description": "The parameters and request body are for method: getScheduledTaskMoIdValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ScheduledTaskManager/{moId}/CreateScheduledTask": {
      "post": {
        "tags": [
          "ScheduledTaskManager"
        ],
        "operationId": "postScheduledTaskManagerMoIdCreateScheduledTask",
        "description": "The parameters and request body are for method: postScheduledTaskManagerMoIdCreateScheduledTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ScheduledTaskManager/{moId}/CreateObjectScheduledTask": {
      "post": {
        "tags": [
          "ScheduledTaskManager"
        ],
        "operationId": "postScheduledTaskManagerMoIdCreateObjectScheduledTask",
        "description": "The parameters and request body are for method: postScheduledTaskManagerMoIdCreateObjectScheduledTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ScheduledTaskManager/{moId}/RetrieveEntityScheduledTask": {
      "post": {
        "tags": [
          "ScheduledTaskManager"
        ],
        "operationId": "postScheduledTaskManagerMoIdRetrieveEntityScheduledTask",
        "description": "The parameters and request body are for method: postScheduledTaskManagerMoIdRetrieveEntityScheduledTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ScheduledTaskManager/{moId}/RetrieveObjectScheduledTask": {
      "post": {
        "tags": [
          "ScheduledTaskManager"
        ],
        "operationId": "postScheduledTaskManagerMoIdRetrieveObjectScheduledTask",
        "description": "The parameters and request body are for method: postScheduledTaskManagerMoIdRetrieveObjectScheduledTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ScheduledTaskManager/{moId}/description": {
      "get": {
        "tags": [
          "ScheduledTaskManager"
        ],
        "operationId": "getScheduledTaskManagerMoIdDescription",
        "description": "The parameters and request body are for method: getScheduledTaskManagerMoIdDescription. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ScheduledTaskManager/{moId}/scheduledTask": {
      "get": {
        "tags": [
          "ScheduledTaskManager"
        ],
        "operationId": "getScheduledTaskManagerMoIdScheduledTask",
        "description": "The parameters and request body are for method: getScheduledTaskManagerMoIdScheduledTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/SearchIndex/{moId}/FindAllByDnsName": {
      "post": {
        "tags": [
          "SearchIndex"
        ],
        "operationId": "postSearchIndexMoIdFindAllByDnsName",
        "description": "The parameters and request body are for method: postSearchIndexMoIdFindAllByDnsName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/SearchIndex/{moId}/FindAllByIp": {
      "post": {
        "tags": [
          "SearchIndex"
        ],
        "operationId": "postSearchIndexMoIdFindAllByIp",
        "description": "The parameters and request body are for method: postSearchIndexMoIdFindAllByIp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/SearchIndex/{moId}/FindAllByUuid": {
      "post": {
        "tags": [
          "SearchIndex"
        ],
        "operationId": "postSearchIndexMoIdFindAllByUuid",
        "description": "The parameters and request body are for method: postSearchIndexMoIdFindAllByUuid. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/SearchIndex/{moId}/FindByDatastorePath": {
      "post": {
        "tags": [
          "SearchIndex"
        ],
        "operationId": "postSearchIndexMoIdFindByDatastorePath",
        "description": "The parameters and request body are for method: postSearchIndexMoIdFindByDatastorePath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/SearchIndex/{moId}/FindByDnsName": {
      "post": {
        "tags": [
          "SearchIndex"
        ],
        "operationId": "postSearchIndexMoIdFindByDnsName",
        "description": "The parameters and request body are for method: postSearchIndexMoIdFindByDnsName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/SearchIndex/{moId}/FindByInventoryPath": {
      "post": {
        "tags": [
          "SearchIndex"
        ],
        "operationId": "postSearchIndexMoIdFindByInventoryPath",
        "description": "The parameters and request body are for method: postSearchIndexMoIdFindByInventoryPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/SearchIndex/{moId}/FindByIp": {
      "post": {
        "tags": [
          "SearchIndex"
        ],
        "operationId": "postSearchIndexMoIdFindByIp",
        "description": "The parameters and request body are for method: postSearchIndexMoIdFindByIp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/SearchIndex/{moId}/FindByUuid": {
      "post": {
        "tags": [
          "SearchIndex"
        ],
        "operationId": "postSearchIndexMoIdFindByUuid",
        "description": "The parameters and request body are for method: postSearchIndexMoIdFindByUuid. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/SearchIndex/{moId}/FindChild": {
      "post": {
        "tags": [
          "SearchIndex"
        ],
        "operationId": "postSearchIndexMoIdFindChild",
        "description": "The parameters and request body are for method: postSearchIndexMoIdFindChild. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ServiceInstance/{moId}/CurrentTime": {
      "post": {
        "tags": [
          "ServiceInstance"
        ],
        "operationId": "postServiceInstanceMoIdCurrentTime",
        "description": "The parameters and request body are for method: postServiceInstanceMoIdCurrentTime. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ServiceInstance/{moId}/QueryVMotionCompatibility": {
      "post": {
        "tags": [
          "ServiceInstance"
        ],
        "operationId": "postServiceInstanceMoIdQueryVMotionCompatibility",
        "description": "The parameters and request body are for method: postServiceInstanceMoIdQueryVMotionCompatibility. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ServiceInstance/{moId}/RetrieveServiceContent": {
      "post": {
        "tags": [
          "ServiceInstance"
        ],
        "operationId": "postServiceInstanceMoIdRetrieveServiceContent",
        "description": "The parameters and request body are for method: postServiceInstanceMoIdRetrieveServiceContent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ServiceInstance/{moId}/RetrieveProductComponents": {
      "post": {
        "tags": [
          "ServiceInstance"
        ],
        "operationId": "postServiceInstanceMoIdRetrieveProductComponents",
        "description": "The parameters and request body are for method: postServiceInstanceMoIdRetrieveProductComponents. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ServiceInstance/{moId}/ValidateMigration": {
      "post": {
        "tags": [
          "ServiceInstance"
        ],
        "operationId": "postServiceInstanceMoIdValidateMigration",
        "description": "The parameters and request body are for method: postServiceInstanceMoIdValidateMigration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ServiceInstance/{moId}/capability": {
      "get": {
        "tags": [
          "ServiceInstance"
        ],
        "operationId": "getServiceInstanceMoIdCapability",
        "description": "The parameters and request body are for method: getServiceInstanceMoIdCapability. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ServiceInstance/{moId}/content": {
      "get": {
        "tags": [
          "ServiceInstance"
        ],
        "operationId": "getServiceInstanceMoIdContent",
        "description": "The parameters and request body are for method: getServiceInstanceMoIdContent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ServiceInstance/{moId}/serverClock": {
      "get": {
        "tags": [
          "ServiceInstance"
        ],
        "operationId": "getServiceInstanceMoIdServerClock",
        "description": "The parameters and request body are for method: getServiceInstanceMoIdServerClock. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ServiceManager/{moId}/QueryServiceList": {
      "post": {
        "tags": [
          "ServiceManager"
        ],
        "operationId": "postServiceManagerMoIdQueryServiceList",
        "description": "The parameters and request body are for method: postServiceManagerMoIdQueryServiceList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ServiceManager/{moId}/service": {
      "get": {
        "tags": [
          "ServiceManager"
        ],
        "operationId": "getServiceManagerMoIdService",
        "description": "The parameters and request body are for method: getServiceManagerMoIdService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/SessionManager/{moId}/AcquireCloneTicket": {
      "post": {
        "tags": [
          "SessionManager"
        ],
        "operationId": "postSessionManagerMoIdAcquireCloneTicket",
        "description": "The parameters and request body are for method: postSessionManagerMoIdAcquireCloneTicket. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/SessionManager/{moId}/AcquireGenericServiceTicket": {
      "post": {
        "tags": [
          "SessionManager"
        ],
        "operationId": "postSessionManagerMoIdAcquireGenericServiceTicket",
        "description": "The parameters and request body are for method: postSessionManagerMoIdAcquireGenericServiceTicket. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/SessionManager/{moId}/AcquireLocalTicket": {
      "post": {
        "tags": [
          "SessionManager"
        ],
        "operationId": "postSessionManagerMoIdAcquireLocalTicket",
        "description": "The parameters and request body are for method: postSessionManagerMoIdAcquireLocalTicket. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/SessionManager/{moId}/CloneSession": {
      "post": {
        "tags": [
          "SessionManager"
        ],
        "operationId": "postSessionManagerMoIdCloneSession",
        "description": "The parameters and request body are for method: postSessionManagerMoIdCloneSession. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/SessionManager/{moId}/ImpersonateUser": {
      "post": {
        "tags": [
          "SessionManager"
        ],
        "operationId": "postSessionManagerMoIdImpersonateUser",
        "description": "The parameters and request body are for method: postSessionManagerMoIdImpersonateUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/SessionManager/{moId}/Login": {
      "post": {
        "tags": [
          "SessionManager"
        ],
        "operationId": "postSessionManagerMoIdLogin",
        "description": "The parameters and request body are for method: postSessionManagerMoIdLogin. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/SessionManager/{moId}/LoginBySSPI": {
      "post": {
        "tags": [
          "SessionManager"
        ],
        "operationId": "postSessionManagerMoIdLoginBySSPI",
        "description": "The parameters and request body are for method: postSessionManagerMoIdLoginBySSPI. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/SessionManager/{moId}/LoginByToken": {
      "post": {
        "tags": [
          "SessionManager"
        ],
        "operationId": "postSessionManagerMoIdLoginByToken",
        "description": "The parameters and request body are for method: postSessionManagerMoIdLoginByToken. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/SessionManager/{moId}/LoginExtension": {
      "post": {
        "tags": [
          "SessionManager"
        ],
        "operationId": "postSessionManagerMoIdLoginExtension",
        "description": "The parameters and request body are for method: postSessionManagerMoIdLoginExtension. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/SessionManager/{moId}/LoginExtensionByCertificate": {
      "post": {
        "tags": [
          "SessionManager"
        ],
        "operationId": "postSessionManagerMoIdLoginExtensionByCertificate",
        "description": "The parameters and request body are for method: postSessionManagerMoIdLoginExtensionByCertificate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/SessionManager/{moId}/LoginExtensionBySubjectName": {
      "post": {
        "tags": [
          "SessionManager"
        ],
        "operationId": "postSessionManagerMoIdLoginExtensionBySubjectName",
        "description": "The parameters and request body are for method: postSessionManagerMoIdLoginExtensionBySubjectName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/SessionManager/{moId}/Logout": {
      "post": {
        "tags": [
          "SessionManager"
        ],
        "operationId": "postSessionManagerMoIdLogout",
        "description": "The parameters and request body are for method: postSessionManagerMoIdLogout. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/SessionManager/{moId}/SessionIsActive": {
      "post": {
        "tags": [
          "SessionManager"
        ],
        "operationId": "postSessionManagerMoIdSessionIsActive",
        "description": "The parameters and request body are for method: postSessionManagerMoIdSessionIsActive. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/SessionManager/{moId}/SetLocale": {
      "post": {
        "tags": [
          "SessionManager"
        ],
        "operationId": "postSessionManagerMoIdSetLocale",
        "description": "The parameters and request body are for method: postSessionManagerMoIdSetLocale. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/SessionManager/{moId}/TerminateSession": {
      "post": {
        "tags": [
          "SessionManager"
        ],
        "operationId": "postSessionManagerMoIdTerminateSession",
        "description": "The parameters and request body are for method: postSessionManagerMoIdTerminateSession. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/SessionManager/{moId}/UpdateServiceMessage": {
      "post": {
        "tags": [
          "SessionManager"
        ],
        "operationId": "postSessionManagerMoIdUpdateServiceMessage",
        "description": "The parameters and request body are for method: postSessionManagerMoIdUpdateServiceMessage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/SessionManager/{moId}/currentSession": {
      "get": {
        "tags": [
          "SessionManager"
        ],
        "operationId": "getSessionManagerMoIdCurrentSession",
        "description": "The parameters and request body are for method: getSessionManagerMoIdCurrentSession. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/SessionManager/{moId}/defaultLocale": {
      "get": {
        "tags": [
          "SessionManager"
        ],
        "operationId": "getSessionManagerMoIdDefaultLocale",
        "description": "The parameters and request body are for method: getSessionManagerMoIdDefaultLocale. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/SessionManager/{moId}/message": {
      "get": {
        "tags": [
          "SessionManager"
        ],
        "operationId": "getSessionManagerMoIdMessage",
        "description": "The parameters and request body are for method: getSessionManagerMoIdMessage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/SessionManager/{moId}/messageLocaleList": {
      "get": {
        "tags": [
          "SessionManager"
        ],
        "operationId": "getSessionManagerMoIdMessageLocaleList",
        "description": "The parameters and request body are for method: getSessionManagerMoIdMessageLocaleList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/SessionManager/{moId}/sessionList": {
      "get": {
        "tags": [
          "SessionManager"
        ],
        "operationId": "getSessionManagerMoIdSessionList",
        "description": "The parameters and request body are for method: getSessionManagerMoIdSessionList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/SessionManager/{moId}/supportedLocaleList": {
      "get": {
        "tags": [
          "SessionManager"
        ],
        "operationId": "getSessionManagerMoIdSupportedLocaleList",
        "description": "The parameters and request body are for method: getSessionManagerMoIdSupportedLocaleList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/SimpleCommand/{moId}/ExecuteSimpleCommand": {
      "post": {
        "tags": [
          "SimpleCommand"
        ],
        "operationId": "postSimpleCommandMoIdExecuteSimpleCommand",
        "description": "The parameters and request body are for method: postSimpleCommandMoIdExecuteSimpleCommand. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/SimpleCommand/{moId}/encodingType": {
      "get": {
        "tags": [
          "SimpleCommand"
        ],
        "operationId": "getSimpleCommandMoIdEncodingType",
        "description": "The parameters and request body are for method: getSimpleCommandMoIdEncodingType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/SimpleCommand/{moId}/entity": {
      "get": {
        "tags": [
          "SimpleCommand"
        ],
        "operationId": "getSimpleCommandMoIdEntity",
        "description": "The parameters and request body are for method: getSimpleCommandMoIdEntity. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/SiteInfoManager/{moId}/GetSiteInfo": {
      "post": {
        "tags": [
          "SiteInfoManager"
        ],
        "operationId": "postSiteInfoManagerMoIdGetSiteInfo",
        "description": "The parameters and request body are for method: postSiteInfoManagerMoIdGetSiteInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/AddStandaloneHost_Task": {
      "post": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "postStoragePodMoIdAddStandaloneHostTask",
        "description": "The parameters and request body are for method: postStoragePodMoIdAddStandaloneHostTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/BatchAddHostsToCluster_Task": {
      "post": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "postStoragePodMoIdBatchAddHostsToClusterTask",
        "description": "The parameters and request body are for method: postStoragePodMoIdBatchAddHostsToClusterTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/BatchAddStandaloneHosts_Task": {
      "post": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "postStoragePodMoIdBatchAddStandaloneHostsTask",
        "description": "The parameters and request body are for method: postStoragePodMoIdBatchAddStandaloneHostsTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/CreateCluster": {
      "post": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "postStoragePodMoIdCreateCluster",
        "description": "The parameters and request body are for method: postStoragePodMoIdCreateCluster. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/CreateClusterEx": {
      "post": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "postStoragePodMoIdCreateClusterEx",
        "description": "The parameters and request body are for method: postStoragePodMoIdCreateClusterEx. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/CreateDatacenter": {
      "post": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "postStoragePodMoIdCreateDatacenter",
        "description": "The parameters and request body are for method: postStoragePodMoIdCreateDatacenter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/CreateDVS_Task": {
      "post": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "postStoragePodMoIdCreateDVSTask",
        "description": "The parameters and request body are for method: postStoragePodMoIdCreateDVSTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/CreateFolder": {
      "post": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "postStoragePodMoIdCreateFolder",
        "description": "The parameters and request body are for method: postStoragePodMoIdCreateFolder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/CreateStoragePod": {
      "post": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "postStoragePodMoIdCreateStoragePod",
        "description": "The parameters and request body are for method: postStoragePodMoIdCreateStoragePod. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/CreateVM_Task": {
      "post": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "postStoragePodMoIdCreateVMTask",
        "description": "The parameters and request body are for method: postStoragePodMoIdCreateVMTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/Destroy_Task": {
      "post": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "postStoragePodMoIdDestroyTask",
        "description": "The parameters and request body are for method: postStoragePodMoIdDestroyTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/MoveIntoFolder_Task": {
      "post": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "postStoragePodMoIdMoveIntoFolderTask",
        "description": "The parameters and request body are for method: postStoragePodMoIdMoveIntoFolderTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/RegisterVM_Task": {
      "post": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "postStoragePodMoIdRegisterVMTask",
        "description": "The parameters and request body are for method: postStoragePodMoIdRegisterVMTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/Reload": {
      "post": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "postStoragePodMoIdReload",
        "description": "The parameters and request body are for method: postStoragePodMoIdReload. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/Rename_Task": {
      "post": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "postStoragePodMoIdRenameTask",
        "description": "The parameters and request body are for method: postStoragePodMoIdRenameTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/setCustomValue": {
      "post": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "postStoragePodMoIdSetCustomValue",
        "description": "The parameters and request body are for method: postStoragePodMoIdSetCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/UnregisterAndDestroy_Task": {
      "post": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "postStoragePodMoIdUnregisterAndDestroyTask",
        "description": "The parameters and request body are for method: postStoragePodMoIdUnregisterAndDestroyTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/alarmActionsEnabled": {
      "get": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "getStoragePodMoIdAlarmActionsEnabled",
        "description": "The parameters and request body are for method: getStoragePodMoIdAlarmActionsEnabled. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/availableField": {
      "get": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "getStoragePodMoIdAvailableField",
        "description": "The parameters and request body are for method: getStoragePodMoIdAvailableField. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/childEntity": {
      "get": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "getStoragePodMoIdChildEntity",
        "description": "The parameters and request body are for method: getStoragePodMoIdChildEntity. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/childType": {
      "get": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "getStoragePodMoIdChildType",
        "description": "The parameters and request body are for method: getStoragePodMoIdChildType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/configIssue": {
      "get": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "getStoragePodMoIdConfigIssue",
        "description": "The parameters and request body are for method: getStoragePodMoIdConfigIssue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/configStatus": {
      "get": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "getStoragePodMoIdConfigStatus",
        "description": "The parameters and request body are for method: getStoragePodMoIdConfigStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/customValue": {
      "get": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "getStoragePodMoIdCustomValue",
        "description": "The parameters and request body are for method: getStoragePodMoIdCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/declaredAlarmState": {
      "get": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "getStoragePodMoIdDeclaredAlarmState",
        "description": "The parameters and request body are for method: getStoragePodMoIdDeclaredAlarmState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/disabledMethod": {
      "get": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "getStoragePodMoIdDisabledMethod",
        "description": "The parameters and request body are for method: getStoragePodMoIdDisabledMethod. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/effectiveRole": {
      "get": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "getStoragePodMoIdEffectiveRole",
        "description": "The parameters and request body are for method: getStoragePodMoIdEffectiveRole. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/name": {
      "get": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "getStoragePodMoIdName",
        "description": "The parameters and request body are for method: getStoragePodMoIdName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/namespace": {
      "get": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "getStoragePodMoIdNamespace",
        "description": "The parameters and request body are for method: getStoragePodMoIdNamespace. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/overallStatus": {
      "get": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "getStoragePodMoIdOverallStatus",
        "description": "The parameters and request body are for method: getStoragePodMoIdOverallStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/parent": {
      "get": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "getStoragePodMoIdParent",
        "description": "The parameters and request body are for method: getStoragePodMoIdParent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/permission": {
      "get": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "getStoragePodMoIdPermission",
        "description": "The parameters and request body are for method: getStoragePodMoIdPermission. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/podStorageDrsEntry": {
      "get": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "getStoragePodMoIdPodStorageDrsEntry",
        "description": "The parameters and request body are for method: getStoragePodMoIdPodStorageDrsEntry. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/recentTask": {
      "get": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "getStoragePodMoIdRecentTask",
        "description": "The parameters and request body are for method: getStoragePodMoIdRecentTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/summary": {
      "get": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "getStoragePodMoIdSummary",
        "description": "The parameters and request body are for method: getStoragePodMoIdSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/tag": {
      "get": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "getStoragePodMoIdTag",
        "description": "The parameters and request body are for method: getStoragePodMoIdTag. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/triggeredAlarmState": {
      "get": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "getStoragePodMoIdTriggeredAlarmState",
        "description": "The parameters and request body are for method: getStoragePodMoIdTriggeredAlarmState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/StoragePod/{moId}/value": {
      "get": {
        "tags": [
          "StoragePod"
        ],
        "operationId": "getStoragePodMoIdValue",
        "description": "The parameters and request body are for method: getStoragePodMoIdValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/StorageQueryManager/{moId}/QueryHostsWithAttachedLun": {
      "post": {
        "tags": [
          "StorageQueryManager"
        ],
        "operationId": "postStorageQueryManagerMoIdQueryHostsWithAttachedLun",
        "description": "The parameters and request body are for method: postStorageQueryManagerMoIdQueryHostsWithAttachedLun. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/StorageResourceManager/{moId}/ConfigureDatastoreIORM_Task": {
      "post": {
        "tags": [
          "StorageResourceManager"
        ],
        "operationId": "postStorageResourceManagerMoIdConfigureDatastoreIORMTask",
        "description": "The parameters and request body are for method: postStorageResourceManagerMoIdConfigureDatastoreIORMTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/StorageResourceManager/{moId}/QueryIORMConfigOption": {
      "post": {
        "tags": [
          "StorageResourceManager"
        ],
        "operationId": "postStorageResourceManagerMoIdQueryIORMConfigOption",
        "description": "The parameters and request body are for method: postStorageResourceManagerMoIdQueryIORMConfigOption. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/StorageResourceManager/{moId}/ApplyStorageDrsRecommendation_Task": {
      "post": {
        "tags": [
          "StorageResourceManager"
        ],
        "operationId": "postStorageResourceManagerMoIdApplyStorageDrsRecommendationTask",
        "description": "The parameters and request body are for method: postStorageResourceManagerMoIdApplyStorageDrsRecommendationTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/StorageResourceManager/{moId}/ApplyStorageDrsRecommendationToPod_Task": {
      "post": {
        "tags": [
          "StorageResourceManager"
        ],
        "operationId": "postStorageResourceManagerMoIdApplyStorageDrsRecommendationToPodTask",
        "description": "The parameters and request body are for method: postStorageResourceManagerMoIdApplyStorageDrsRecommendationToPodTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/StorageResourceManager/{moId}/CancelStorageDrsRecommendation": {
      "post": {
        "tags": [
          "StorageResourceManager"
        ],
        "operationId": "postStorageResourceManagerMoIdCancelStorageDrsRecommendation",
        "description": "The parameters and request body are for method: postStorageResourceManagerMoIdCancelStorageDrsRecommendation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/StorageResourceManager/{moId}/ConfigureStorageDrsForPod_Task": {
      "post": {
        "tags": [
          "StorageResourceManager"
        ],
        "operationId": "postStorageResourceManagerMoIdConfigureStorageDrsForPodTask",
        "description": "The parameters and request body are for method: postStorageResourceManagerMoIdConfigureStorageDrsForPodTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/StorageResourceManager/{moId}/QueryDatastorePerformanceSummary": {
      "post": {
        "tags": [
          "StorageResourceManager"
        ],
        "operationId": "postStorageResourceManagerMoIdQueryDatastorePerformanceSummary",
        "description": "The parameters and request body are for method: postStorageResourceManagerMoIdQueryDatastorePerformanceSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/StorageResourceManager/{moId}/RecommendDatastores": {
      "post": {
        "tags": [
          "StorageResourceManager"
        ],
        "operationId": "postStorageResourceManagerMoIdRecommendDatastores",
        "description": "The parameters and request body are for method: postStorageResourceManagerMoIdRecommendDatastores. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/StorageResourceManager/{moId}/RefreshStorageDrsRecommendation": {
      "post": {
        "tags": [
          "StorageResourceManager"
        ],
        "operationId": "postStorageResourceManagerMoIdRefreshStorageDrsRecommendation",
        "description": "The parameters and request body are for method: postStorageResourceManagerMoIdRefreshStorageDrsRecommendation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/StorageResourceManager/{moId}/RefreshStorageDrsRecommendationsForPod_Task": {
      "post": {
        "tags": [
          "StorageResourceManager"
        ],
        "operationId": "postStorageResourceManagerMoIdRefreshStorageDrsRecommendationsForPodTask",
        "description": "The parameters and request body are for method: postStorageResourceManagerMoIdRefreshStorageDrsRecommendationsForPodTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/StorageResourceManager/{moId}/ValidateStoragePodConfig": {
      "post": {
        "tags": [
          "StorageResourceManager"
        ],
        "operationId": "postStorageResourceManagerMoIdValidateStoragePodConfig",
        "description": "The parameters and request body are for method: postStorageResourceManagerMoIdValidateStoragePodConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Task/{moId}/SetTaskDescription": {
      "post": {
        "tags": [
          "Task"
        ],
        "operationId": "postTaskMoIdSetTaskDescription",
        "description": "The parameters and request body are for method: postTaskMoIdSetTaskDescription. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Task/{moId}/UpdateProgress": {
      "post": {
        "tags": [
          "Task"
        ],
        "operationId": "postTaskMoIdUpdateProgress",
        "description": "The parameters and request body are for method: postTaskMoIdUpdateProgress. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Task/{moId}/CancelTask": {
      "post": {
        "tags": [
          "Task"
        ],
        "operationId": "postTaskMoIdCancelTask",
        "description": "The parameters and request body are for method: postTaskMoIdCancelTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Task/{moId}/setCustomValue": {
      "post": {
        "tags": [
          "Task"
        ],
        "operationId": "postTaskMoIdSetCustomValue",
        "description": "The parameters and request body are for method: postTaskMoIdSetCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Task/{moId}/SetTaskState": {
      "post": {
        "tags": [
          "Task"
        ],
        "operationId": "postTaskMoIdSetTaskState",
        "description": "The parameters and request body are for method: postTaskMoIdSetTaskState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/Task/{moId}/availableField": {
      "get": {
        "tags": [
          "Task"
        ],
        "operationId": "getTaskMoIdAvailableField",
        "description": "The parameters and request body are for method: getTaskMoIdAvailableField. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Task/{moId}/info": {
      "get": {
        "tags": [
          "Task"
        ],
        "operationId": "getTaskMoIdInfo",
        "description": "The parameters and request body are for method: getTaskMoIdInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/Task/{moId}/value": {
      "get": {
        "tags": [
          "Task"
        ],
        "operationId": "getTaskMoIdValue",
        "description": "The parameters and request body are for method: getTaskMoIdValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/TaskHistoryCollector/{moId}/ReadNextTasks": {
      "post": {
        "tags": [
          "TaskHistoryCollector"
        ],
        "operationId": "postTaskHistoryCollectorMoIdReadNextTasks",
        "description": "The parameters and request body are for method: postTaskHistoryCollectorMoIdReadNextTasks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/TaskHistoryCollector/{moId}/ReadPreviousTasks": {
      "post": {
        "tags": [
          "TaskHistoryCollector"
        ],
        "operationId": "postTaskHistoryCollectorMoIdReadPreviousTasks",
        "description": "The parameters and request body are for method: postTaskHistoryCollectorMoIdReadPreviousTasks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/TaskHistoryCollector/{moId}/DestroyCollector": {
      "post": {
        "tags": [
          "TaskHistoryCollector"
        ],
        "operationId": "postTaskHistoryCollectorMoIdDestroyCollector",
        "description": "The parameters and request body are for method: postTaskHistoryCollectorMoIdDestroyCollector. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/TaskHistoryCollector/{moId}/ResetCollector": {
      "post": {
        "tags": [
          "TaskHistoryCollector"
        ],
        "operationId": "postTaskHistoryCollectorMoIdResetCollector",
        "description": "The parameters and request body are for method: postTaskHistoryCollectorMoIdResetCollector. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/TaskHistoryCollector/{moId}/RewindCollector": {
      "post": {
        "tags": [
          "TaskHistoryCollector"
        ],
        "operationId": "postTaskHistoryCollectorMoIdRewindCollector",
        "description": "The parameters and request body are for method: postTaskHistoryCollectorMoIdRewindCollector. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/TaskHistoryCollector/{moId}/SetCollectorPageSize": {
      "post": {
        "tags": [
          "TaskHistoryCollector"
        ],
        "operationId": "postTaskHistoryCollectorMoIdSetCollectorPageSize",
        "description": "The parameters and request body are for method: postTaskHistoryCollectorMoIdSetCollectorPageSize. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/TaskHistoryCollector/{moId}/filter": {
      "get": {
        "tags": [
          "TaskHistoryCollector"
        ],
        "operationId": "getTaskHistoryCollectorMoIdFilter",
        "description": "The parameters and request body are for method: getTaskHistoryCollectorMoIdFilter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/TaskHistoryCollector/{moId}/latestPage": {
      "get": {
        "tags": [
          "TaskHistoryCollector"
        ],
        "operationId": "getTaskHistoryCollectorMoIdLatestPage",
        "description": "The parameters and request body are for method: getTaskHistoryCollectorMoIdLatestPage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/TaskManager/{moId}/CreateCollectorForTasks": {
      "post": {
        "tags": [
          "TaskManager"
        ],
        "operationId": "postTaskManagerMoIdCreateCollectorForTasks",
        "description": "The parameters and request body are for method: postTaskManagerMoIdCreateCollectorForTasks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/TaskManager/{moId}/CreateCollectorWithInfoFilterForTasks": {
      "post": {
        "tags": [
          "TaskManager"
        ],
        "operationId": "postTaskManagerMoIdCreateCollectorWithInfoFilterForTasks",
        "description": "The parameters and request body are for method: postTaskManagerMoIdCreateCollectorWithInfoFilterForTasks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/TaskManager/{moId}/CreateTask": {
      "post": {
        "tags": [
          "TaskManager"
        ],
        "operationId": "postTaskManagerMoIdCreateTask",
        "description": "The parameters and request body are for method: postTaskManagerMoIdCreateTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/TaskManager/{moId}/description": {
      "get": {
        "tags": [
          "TaskManager"
        ],
        "operationId": "getTaskManagerMoIdDescription",
        "description": "The parameters and request body are for method: getTaskManagerMoIdDescription. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/TaskManager/{moId}/maxCollector": {
      "get": {
        "tags": [
          "TaskManager"
        ],
        "operationId": "getTaskManagerMoIdMaxCollector",
        "description": "The parameters and request body are for method: getTaskManagerMoIdMaxCollector. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/TaskManager/{moId}/recentTask": {
      "get": {
        "tags": [
          "TaskManager"
        ],
        "operationId": "getTaskManagerMoIdRecentTask",
        "description": "The parameters and request body are for method: getTaskManagerMoIdRecentTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/TenantTenantManager/{moId}/MarkServiceProviderEntities": {
      "post": {
        "tags": [
          "TenantTenantManager"
        ],
        "operationId": "postTenantTenantManagerMoIdMarkServiceProviderEntities",
        "description": "The parameters and request body are for method: postTenantTenantManagerMoIdMarkServiceProviderEntities. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/TenantTenantManager/{moId}/RetrieveServiceProviderEntities": {
      "post": {
        "tags": [
          "TenantTenantManager"
        ],
        "operationId": "postTenantTenantManagerMoIdRetrieveServiceProviderEntities",
        "description": "The parameters and request body are for method: postTenantTenantManagerMoIdRetrieveServiceProviderEntities. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/TenantTenantManager/{moId}/UnmarkServiceProviderEntities": {
      "post": {
        "tags": [
          "TenantTenantManager"
        ],
        "operationId": "postTenantTenantManagerMoIdUnmarkServiceProviderEntities",
        "description": "The parameters and request body are for method: postTenantTenantManagerMoIdUnmarkServiceProviderEntities. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/UserDirectory/{moId}/RetrieveUserGroups": {
      "post": {
        "tags": [
          "UserDirectory"
        ],
        "operationId": "postUserDirectoryMoIdRetrieveUserGroups",
        "description": "The parameters and request body are for method: postUserDirectoryMoIdRetrieveUserGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/UserDirectory/{moId}/domainList": {
      "get": {
        "tags": [
          "UserDirectory"
        ],
        "operationId": "getUserDirectoryMoIdDomainList",
        "description": "The parameters and request body are for method: getUserDirectoryMoIdDomainList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VStorageObjectManagerBase/{moId}/VStorageObjectCreateSnapshotEx_Task": {
      "post": {
        "tags": [
          "VStorageObjectManagerBase"
        ],
        "operationId": "postVStorageObjectManagerBaseMoIdVStorageObjectCreateSnapshotExTask",
        "description": "The parameters and request body are for method: postVStorageObjectManagerBaseMoIdVStorageObjectCreateSnapshotExTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VStorageObjectManagerBase/{moId}/VStorageObjectDeleteSnapshotEx_Task": {
      "post": {
        "tags": [
          "VStorageObjectManagerBase"
        ],
        "operationId": "postVStorageObjectManagerBaseMoIdVStorageObjectDeleteSnapshotExTask",
        "description": "The parameters and request body are for method: postVStorageObjectManagerBaseMoIdVStorageObjectDeleteSnapshotExTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VStorageObjectManagerBase/{moId}/VStorageObjectExtendDiskEx_Task": {
      "post": {
        "tags": [
          "VStorageObjectManagerBase"
        ],
        "operationId": "postVStorageObjectManagerBaseMoIdVStorageObjectExtendDiskExTask",
        "description": "The parameters and request body are for method: postVStorageObjectManagerBaseMoIdVStorageObjectExtendDiskExTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VStorageObjectManagerBase/{moId}/RenameVStorageObjectEx": {
      "post": {
        "tags": [
          "VStorageObjectManagerBase"
        ],
        "operationId": "postVStorageObjectManagerBaseMoIdRenameVStorageObjectEx",
        "description": "The parameters and request body are for method: postVStorageObjectManagerBaseMoIdRenameVStorageObjectEx. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VStorageObjectManagerBase/{moId}/RevertVStorageObjectEx_Task": {
      "post": {
        "tags": [
          "VStorageObjectManagerBase"
        ],
        "operationId": "postVStorageObjectManagerBaseMoIdRevertVStorageObjectExTask",
        "description": "The parameters and request body are for method: postVStorageObjectManagerBaseMoIdRevertVStorageObjectExTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/RevertVStorageObject_Task": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdRevertVStorageObjectTask",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdRevertVStorageObjectTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/AttachTagToVStorageObject": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdAttachTagToVStorageObject",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdAttachTagToVStorageObject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/ClearVStorageObjectControlFlags": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdClearVStorageObjectControlFlags",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdClearVStorageObjectControlFlags. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/CloneVStorageObject_Task": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdCloneVStorageObjectTask",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdCloneVStorageObjectTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/CreateDisk_Task": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdCreateDiskTask",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdCreateDiskTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/CreateDiskFromSnapshot_Task": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdCreateDiskFromSnapshotTask",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdCreateDiskFromSnapshotTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/VStorageObjectCreateSnapshot_Task": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdVStorageObjectCreateSnapshotTask",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdVStorageObjectCreateSnapshotTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/VStorageObjectCreateSnapshotEx_Task": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdVStorageObjectCreateSnapshotExTask",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdVStorageObjectCreateSnapshotExTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/DeleteSnapshot_Task": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdDeleteSnapshotTask",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdDeleteSnapshotTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/VStorageObjectDeleteSnapshotEx_Task": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdVStorageObjectDeleteSnapshotExTask",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdVStorageObjectDeleteSnapshotExTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/DeleteVStorageObject_Task": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdDeleteVStorageObjectTask",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdDeleteVStorageObjectTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/DeleteVStorageObjectEx_Task": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdDeleteVStorageObjectExTask",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdDeleteVStorageObjectExTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/DetachTagFromVStorageObject": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdDetachTagFromVStorageObject",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdDetachTagFromVStorageObject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/ExtendDisk_Task": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdExtendDiskTask",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdExtendDiskTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/VStorageObjectExtendDiskEx_Task": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdVStorageObjectExtendDiskExTask",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdVStorageObjectExtendDiskExTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/InflateDisk_Task": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdInflateDiskTask",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdInflateDiskTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/ListTagsAttachedToVStorageObject": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdListTagsAttachedToVStorageObject",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdListTagsAttachedToVStorageObject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/ListVStorageObject": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdListVStorageObject",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdListVStorageObject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/ListVStorageObjectsAttachedToTag": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdListVStorageObjectsAttachedToTag",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdListVStorageObjectsAttachedToTag. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/VstorageObjectVCenterQueryChangedDiskAreas": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdVstorageObjectVCenterQueryChangedDiskAreas",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdVstorageObjectVCenterQueryChangedDiskAreas. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/QueryVirtualDiskUuidEx": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdQueryVirtualDiskUuidEx",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdQueryVirtualDiskUuidEx. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/ReconcileDatastoreInventory_Task": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdReconcileDatastoreInventoryTask",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdReconcileDatastoreInventoryTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/RegisterDisk": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdRegisterDisk",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdRegisterDisk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/RelocateVStorageObject_Task": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdRelocateVStorageObjectTask",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdRelocateVStorageObjectTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/RenameVStorageObject": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdRenameVStorageObject",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdRenameVStorageObject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/RenameVStorageObjectEx": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdRenameVStorageObjectEx",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdRenameVStorageObjectEx. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/RetrieveSnapshotDetails": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdRetrieveSnapshotDetails",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdRetrieveSnapshotDetails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/RetrieveSnapshotInfo": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdRetrieveSnapshotInfo",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdRetrieveSnapshotInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/RetrieveVStorageInfrastructureObjectPolicy": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdRetrieveVStorageInfrastructureObjectPolicy",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdRetrieveVStorageInfrastructureObjectPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/RetrieveVStorageObject": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdRetrieveVStorageObject",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdRetrieveVStorageObject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/RetrieveVStorageObjectAssociations": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdRetrieveVStorageObjectAssociations",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdRetrieveVStorageObjectAssociations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/RetrieveVStorageObjectState": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdRetrieveVStorageObjectState",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdRetrieveVStorageObjectState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/RevertVStorageObjectEx_Task": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdRevertVStorageObjectExTask",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdRevertVStorageObjectExTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/ScheduleReconcileDatastoreInventory": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdScheduleReconcileDatastoreInventory",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdScheduleReconcileDatastoreInventory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/SetVStorageObjectControlFlags": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdSetVStorageObjectControlFlags",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdSetVStorageObjectControlFlags. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/SetVirtualDiskUuidEx_Task": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdSetVirtualDiskUuidExTask",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdSetVirtualDiskUuidExTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/UpdateVStorageInfrastructureObjectPolicy_Task": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdUpdateVStorageInfrastructureObjectPolicyTask",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdUpdateVStorageInfrastructureObjectPolicyTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/UpdateVStorageObjectCrypto_Task": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdUpdateVStorageObjectCryptoTask",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdUpdateVStorageObjectCryptoTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/VCenterUpdateVStorageObjectMetadataEx_Task": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdVCenterUpdateVStorageObjectMetadataExTask",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdVCenterUpdateVStorageObjectMetadataExTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VcenterVStorageObjectManager/{moId}/UpdateVStorageObjectPolicy_Task": {
      "post": {
        "tags": [
          "VcenterVStorageObjectManager"
        ],
        "operationId": "postVcenterVStorageObjectManagerMoIdUpdateVStorageObjectPolicyTask",
        "description": "The parameters and request body are for method: postVcenterVStorageObjectManagerMoIdUpdateVStorageObjectPolicyTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/View/{moId}/DestroyView": {
      "post": {
        "tags": [
          "View"
        ],
        "operationId": "postViewMoIdDestroyView",
        "description": "The parameters and request body are for method: postViewMoIdDestroyView. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ViewManager/{moId}/CreateContainerView": {
      "post": {
        "tags": [
          "ViewManager"
        ],
        "operationId": "postViewManagerMoIdCreateContainerView",
        "description": "The parameters and request body are for method: postViewManagerMoIdCreateContainerView. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ViewManager/{moId}/CreateInventoryView": {
      "post": {
        "tags": [
          "ViewManager"
        ],
        "operationId": "postViewManagerMoIdCreateInventoryView",
        "description": "The parameters and request body are for method: postViewManagerMoIdCreateInventoryView. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ViewManager/{moId}/CreateListView": {
      "post": {
        "tags": [
          "ViewManager"
        ],
        "operationId": "postViewManagerMoIdCreateListView",
        "description": "The parameters and request body are for method: postViewManagerMoIdCreateListView. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ViewManager/{moId}/CreateListViewFromView": {
      "post": {
        "tags": [
          "ViewManager"
        ],
        "operationId": "postViewManagerMoIdCreateListViewFromView",
        "description": "The parameters and request body are for method: postViewManagerMoIdCreateListViewFromView. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ViewManager/{moId}/viewList": {
      "get": {
        "tags": [
          "ViewManager"
        ],
        "operationId": "getViewManagerMoIdViewList",
        "description": "The parameters and request body are for method: getViewManagerMoIdViewList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/CloneVApp_Task": {
      "post": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "postVirtualAppMoIdCloneVAppTask",
        "description": "The parameters and request body are for method: postVirtualAppMoIdCloneVAppTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/CreateResourcePool": {
      "post": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "postVirtualAppMoIdCreateResourcePool",
        "description": "The parameters and request body are for method: postVirtualAppMoIdCreateResourcePool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/CreateVApp": {
      "post": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "postVirtualAppMoIdCreateVApp",
        "description": "The parameters and request body are for method: postVirtualAppMoIdCreateVApp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/CreateChildVM_Task": {
      "post": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "postVirtualAppMoIdCreateChildVMTask",
        "description": "The parameters and request body are for method: postVirtualAppMoIdCreateChildVMTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/Destroy_Task": {
      "post": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "postVirtualAppMoIdDestroyTask",
        "description": "The parameters and request body are for method: postVirtualAppMoIdDestroyTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/DestroyChildren": {
      "post": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "postVirtualAppMoIdDestroyChildren",
        "description": "The parameters and request body are for method: postVirtualAppMoIdDestroyChildren. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/ExportVApp": {
      "post": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "postVirtualAppMoIdExportVApp",
        "description": "The parameters and request body are for method: postVirtualAppMoIdExportVApp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/ImportVApp": {
      "post": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "postVirtualAppMoIdImportVApp",
        "description": "The parameters and request body are for method: postVirtualAppMoIdImportVApp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/MoveIntoResourcePool": {
      "post": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "postVirtualAppMoIdMoveIntoResourcePool",
        "description": "The parameters and request body are for method: postVirtualAppMoIdMoveIntoResourcePool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/PowerOffVApp_Task": {
      "post": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "postVirtualAppMoIdPowerOffVAppTask",
        "description": "The parameters and request body are for method: postVirtualAppMoIdPowerOffVAppTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/PowerOnVApp_Task": {
      "post": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "postVirtualAppMoIdPowerOnVAppTask",
        "description": "The parameters and request body are for method: postVirtualAppMoIdPowerOnVAppTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/QueryResourceConfigOption": {
      "post": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "postVirtualAppMoIdQueryResourceConfigOption",
        "description": "The parameters and request body are for method: postVirtualAppMoIdQueryResourceConfigOption. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/RefreshRuntime": {
      "post": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "postVirtualAppMoIdRefreshRuntime",
        "description": "The parameters and request body are for method: postVirtualAppMoIdRefreshRuntime. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/RegisterChildVM_Task": {
      "post": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "postVirtualAppMoIdRegisterChildVMTask",
        "description": "The parameters and request body are for method: postVirtualAppMoIdRegisterChildVMTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/Reload": {
      "post": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "postVirtualAppMoIdReload",
        "description": "The parameters and request body are for method: postVirtualAppMoIdReload. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/Rename_Task": {
      "post": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "postVirtualAppMoIdRenameTask",
        "description": "The parameters and request body are for method: postVirtualAppMoIdRenameTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/setCustomValue": {
      "post": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "postVirtualAppMoIdSetCustomValue",
        "description": "The parameters and request body are for method: postVirtualAppMoIdSetCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/SuspendVApp_Task": {
      "post": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "postVirtualAppMoIdSuspendVAppTask",
        "description": "The parameters and request body are for method: postVirtualAppMoIdSuspendVAppTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/unregisterVApp_Task": {
      "post": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "postVirtualAppMoIdUnregisterVAppTask",
        "description": "The parameters and request body are for method: postVirtualAppMoIdUnregisterVAppTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/UpdateChildResourceConfiguration": {
      "post": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "postVirtualAppMoIdUpdateChildResourceConfiguration",
        "description": "The parameters and request body are for method: postVirtualAppMoIdUpdateChildResourceConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/UpdateConfig": {
      "post": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "postVirtualAppMoIdUpdateConfig",
        "description": "The parameters and request body are for method: postVirtualAppMoIdUpdateConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/UpdateLinkedChildren": {
      "post": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "postVirtualAppMoIdUpdateLinkedChildren",
        "description": "The parameters and request body are for method: postVirtualAppMoIdUpdateLinkedChildren. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/UpdateVAppConfig": {
      "post": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "postVirtualAppMoIdUpdateVAppConfig",
        "description": "The parameters and request body are for method: postVirtualAppMoIdUpdateVAppConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/alarmActionsEnabled": {
      "get": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "getVirtualAppMoIdAlarmActionsEnabled",
        "description": "The parameters and request body are for method: getVirtualAppMoIdAlarmActionsEnabled. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/availableField": {
      "get": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "getVirtualAppMoIdAvailableField",
        "description": "The parameters and request body are for method: getVirtualAppMoIdAvailableField. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/childConfiguration": {
      "get": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "getVirtualAppMoIdChildConfiguration",
        "description": "The parameters and request body are for method: getVirtualAppMoIdChildConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/childLink": {
      "get": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "getVirtualAppMoIdChildLink",
        "description": "The parameters and request body are for method: getVirtualAppMoIdChildLink. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/config": {
      "get": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "getVirtualAppMoIdConfig",
        "description": "The parameters and request body are for method: getVirtualAppMoIdConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/configIssue": {
      "get": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "getVirtualAppMoIdConfigIssue",
        "description": "The parameters and request body are for method: getVirtualAppMoIdConfigIssue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/configStatus": {
      "get": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "getVirtualAppMoIdConfigStatus",
        "description": "The parameters and request body are for method: getVirtualAppMoIdConfigStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/customValue": {
      "get": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "getVirtualAppMoIdCustomValue",
        "description": "The parameters and request body are for method: getVirtualAppMoIdCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/datastore": {
      "get": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "getVirtualAppMoIdDatastore",
        "description": "The parameters and request body are for method: getVirtualAppMoIdDatastore. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/declaredAlarmState": {
      "get": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "getVirtualAppMoIdDeclaredAlarmState",
        "description": "The parameters and request body are for method: getVirtualAppMoIdDeclaredAlarmState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/disabledMethod": {
      "get": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "getVirtualAppMoIdDisabledMethod",
        "description": "The parameters and request body are for method: getVirtualAppMoIdDisabledMethod. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/effectiveRole": {
      "get": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "getVirtualAppMoIdEffectiveRole",
        "description": "The parameters and request body are for method: getVirtualAppMoIdEffectiveRole. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/name": {
      "get": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "getVirtualAppMoIdName",
        "description": "The parameters and request body are for method: getVirtualAppMoIdName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/namespace": {
      "get": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "getVirtualAppMoIdNamespace",
        "description": "The parameters and request body are for method: getVirtualAppMoIdNamespace. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/network": {
      "get": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "getVirtualAppMoIdNetwork",
        "description": "The parameters and request body are for method: getVirtualAppMoIdNetwork. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/overallStatus": {
      "get": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "getVirtualAppMoIdOverallStatus",
        "description": "The parameters and request body are for method: getVirtualAppMoIdOverallStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/owner": {
      "get": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "getVirtualAppMoIdOwner",
        "description": "The parameters and request body are for method: getVirtualAppMoIdOwner. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/parent": {
      "get": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "getVirtualAppMoIdParent",
        "description": "The parameters and request body are for method: getVirtualAppMoIdParent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/parentFolder": {
      "get": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "getVirtualAppMoIdParentFolder",
        "description": "The parameters and request body are for method: getVirtualAppMoIdParentFolder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/parentVApp": {
      "get": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "getVirtualAppMoIdParentVApp",
        "description": "The parameters and request body are for method: getVirtualAppMoIdParentVApp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/permission": {
      "get": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "getVirtualAppMoIdPermission",
        "description": "The parameters and request body are for method: getVirtualAppMoIdPermission. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/recentTask": {
      "get": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "getVirtualAppMoIdRecentTask",
        "description": "The parameters and request body are for method: getVirtualAppMoIdRecentTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/resourcePool": {
      "get": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "getVirtualAppMoIdResourcePool",
        "description": "The parameters and request body are for method: getVirtualAppMoIdResourcePool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/runtime": {
      "get": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "getVirtualAppMoIdRuntime",
        "description": "The parameters and request body are for method: getVirtualAppMoIdRuntime. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/summary": {
      "get": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "getVirtualAppMoIdSummary",
        "description": "The parameters and request body are for method: getVirtualAppMoIdSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/tag": {
      "get": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "getVirtualAppMoIdTag",
        "description": "The parameters and request body are for method: getVirtualAppMoIdTag. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/triggeredAlarmState": {
      "get": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "getVirtualAppMoIdTriggeredAlarmState",
        "description": "The parameters and request body are for method: getVirtualAppMoIdTriggeredAlarmState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/vAppConfig": {
      "get": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "getVirtualAppMoIdVAppConfig",
        "description": "The parameters and request body are for method: getVirtualAppMoIdVAppConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/value": {
      "get": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "getVirtualAppMoIdValue",
        "description": "The parameters and request body are for method: getVirtualAppMoIdValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualApp/{moId}/vm": {
      "get": {
        "tags": [
          "VirtualApp"
        ],
        "operationId": "getVirtualAppMoIdVm",
        "description": "The parameters and request body are for method: getVirtualAppMoIdVm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualDiskManager/{moId}/CopyVirtualDisk_Task": {
      "post": {
        "tags": [
          "VirtualDiskManager"
        ],
        "operationId": "postVirtualDiskManagerMoIdCopyVirtualDiskTask",
        "description": "The parameters and request body are for method: postVirtualDiskManagerMoIdCopyVirtualDiskTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualDiskManager/{moId}/CreateVirtualDisk_Task": {
      "post": {
        "tags": [
          "VirtualDiskManager"
        ],
        "operationId": "postVirtualDiskManagerMoIdCreateVirtualDiskTask",
        "description": "The parameters and request body are for method: postVirtualDiskManagerMoIdCreateVirtualDiskTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualDiskManager/{moId}/DefragmentVirtualDisk_Task": {
      "post": {
        "tags": [
          "VirtualDiskManager"
        ],
        "operationId": "postVirtualDiskManagerMoIdDefragmentVirtualDiskTask",
        "description": "The parameters and request body are for method: postVirtualDiskManagerMoIdDefragmentVirtualDiskTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualDiskManager/{moId}/DeleteVirtualDisk_Task": {
      "post": {
        "tags": [
          "VirtualDiskManager"
        ],
        "operationId": "postVirtualDiskManagerMoIdDeleteVirtualDiskTask",
        "description": "The parameters and request body are for method: postVirtualDiskManagerMoIdDeleteVirtualDiskTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualDiskManager/{moId}/EagerZeroVirtualDisk_Task": {
      "post": {
        "tags": [
          "VirtualDiskManager"
        ],
        "operationId": "postVirtualDiskManagerMoIdEagerZeroVirtualDiskTask",
        "description": "The parameters and request body are for method: postVirtualDiskManagerMoIdEagerZeroVirtualDiskTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualDiskManager/{moId}/ExtendVirtualDisk_Task": {
      "post": {
        "tags": [
          "VirtualDiskManager"
        ],
        "operationId": "postVirtualDiskManagerMoIdExtendVirtualDiskTask",
        "description": "The parameters and request body are for method: postVirtualDiskManagerMoIdExtendVirtualDiskTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualDiskManager/{moId}/ImportUnmanagedSnapshot": {
      "post": {
        "tags": [
          "VirtualDiskManager"
        ],
        "operationId": "postVirtualDiskManagerMoIdImportUnmanagedSnapshot",
        "description": "The parameters and request body are for method: postVirtualDiskManagerMoIdImportUnmanagedSnapshot. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualDiskManager/{moId}/InflateVirtualDisk_Task": {
      "post": {
        "tags": [
          "VirtualDiskManager"
        ],
        "operationId": "postVirtualDiskManagerMoIdInflateVirtualDiskTask",
        "description": "The parameters and request body are for method: postVirtualDiskManagerMoIdInflateVirtualDiskTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualDiskManager/{moId}/MoveVirtualDisk_Task": {
      "post": {
        "tags": [
          "VirtualDiskManager"
        ],
        "operationId": "postVirtualDiskManagerMoIdMoveVirtualDiskTask",
        "description": "The parameters and request body are for method: postVirtualDiskManagerMoIdMoveVirtualDiskTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualDiskManager/{moId}/QueryVirtualDiskFragmentation": {
      "post": {
        "tags": [
          "VirtualDiskManager"
        ],
        "operationId": "postVirtualDiskManagerMoIdQueryVirtualDiskFragmentation",
        "description": "The parameters and request body are for method: postVirtualDiskManagerMoIdQueryVirtualDiskFragmentation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualDiskManager/{moId}/QueryVirtualDiskGeometry": {
      "post": {
        "tags": [
          "VirtualDiskManager"
        ],
        "operationId": "postVirtualDiskManagerMoIdQueryVirtualDiskGeometry",
        "description": "The parameters and request body are for method: postVirtualDiskManagerMoIdQueryVirtualDiskGeometry. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualDiskManager/{moId}/QueryVirtualDiskUuid": {
      "post": {
        "tags": [
          "VirtualDiskManager"
        ],
        "operationId": "postVirtualDiskManagerMoIdQueryVirtualDiskUuid",
        "description": "The parameters and request body are for method: postVirtualDiskManagerMoIdQueryVirtualDiskUuid. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualDiskManager/{moId}/ReleaseManagedSnapshot": {
      "post": {
        "tags": [
          "VirtualDiskManager"
        ],
        "operationId": "postVirtualDiskManagerMoIdReleaseManagedSnapshot",
        "description": "The parameters and request body are for method: postVirtualDiskManagerMoIdReleaseManagedSnapshot. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualDiskManager/{moId}/SetVirtualDiskUuid": {
      "post": {
        "tags": [
          "VirtualDiskManager"
        ],
        "operationId": "postVirtualDiskManagerMoIdSetVirtualDiskUuid",
        "description": "The parameters and request body are for method: postVirtualDiskManagerMoIdSetVirtualDiskUuid. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualDiskManager/{moId}/ShrinkVirtualDisk_Task": {
      "post": {
        "tags": [
          "VirtualDiskManager"
        ],
        "operationId": "postVirtualDiskManagerMoIdShrinkVirtualDiskTask",
        "description": "The parameters and request body are for method: postVirtualDiskManagerMoIdShrinkVirtualDiskTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualDiskManager/{moId}/ZeroFillVirtualDisk_Task": {
      "post": {
        "tags": [
          "VirtualDiskManager"
        ],
        "operationId": "postVirtualDiskManagerMoIdZeroFillVirtualDiskTask",
        "description": "The parameters and request body are for method: postVirtualDiskManagerMoIdZeroFillVirtualDiskTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/AcquireMksTicket": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdAcquireMksTicket",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdAcquireMksTicket. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/AcquireTicket": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdAcquireTicket",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdAcquireTicket. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/AnswerVM": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdAnswerVM",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdAnswerVM. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/ApplyEvcModeVM_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdApplyEvcModeVMTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdApplyEvcModeVMTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/AttachDisk_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdAttachDiskTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdAttachDiskTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/CheckCustomizationSpec": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdCheckCustomizationSpec",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdCheckCustomizationSpec. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/CloneVM_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdCloneVMTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdCloneVMTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/ConsolidateVMDisks_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdConsolidateVMDisksTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdConsolidateVMDisksTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/CreateScreenshot_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdCreateScreenshotTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdCreateScreenshotTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/CreateSecondaryVM_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdCreateSecondaryVMTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdCreateSecondaryVMTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/CreateSecondaryVMEx_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdCreateSecondaryVMExTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdCreateSecondaryVMExTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/CreateSnapshot_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdCreateSnapshotTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdCreateSnapshotTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/CreateSnapshotEx_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdCreateSnapshotExTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdCreateSnapshotExTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/CryptoUnlock_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdCryptoUnlockTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdCryptoUnlockTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/CustomizeVM_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdCustomizeVMTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdCustomizeVMTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/DefragmentAllDisks": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdDefragmentAllDisks",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdDefragmentAllDisks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/Destroy_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdDestroyTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdDestroyTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/DetachDisk_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdDetachDiskTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdDetachDiskTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/DisableSecondaryVM_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdDisableSecondaryVMTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdDisableSecondaryVMTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/DropConnections": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdDropConnections",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdDropConnections. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/EnableSecondaryVM_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdEnableSecondaryVMTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdEnableSecondaryVMTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/EstimateStorageForConsolidateSnapshots_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdEstimateStorageForConsolidateSnapshotsTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdEstimateStorageForConsolidateSnapshotsTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/ExportVm": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdExportVm",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdExportVm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/ExtractOvfEnvironment": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdExtractOvfEnvironment",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdExtractOvfEnvironment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/InstantClone_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdInstantCloneTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdInstantCloneTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/MakePrimaryVM_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdMakePrimaryVMTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdMakePrimaryVMTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/MarkAsTemplate": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdMarkAsTemplate",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdMarkAsTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/MarkAsVirtualMachine": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdMarkAsVirtualMachine",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdMarkAsVirtualMachine. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/MigrateVM_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdMigrateVMTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdMigrateVMTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/MountToolsInstaller": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdMountToolsInstaller",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdMountToolsInstaller. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/PowerOffVM_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdPowerOffVMTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdPowerOffVMTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/PowerOnVM_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdPowerOnVMTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdPowerOnVMTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/PromoteDisks_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdPromoteDisksTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdPromoteDisksTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/PutUsbScanCodes": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdPutUsbScanCodes",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdPutUsbScanCodes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/QueryChangedDiskAreas": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdQueryChangedDiskAreas",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdQueryChangedDiskAreas. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/QueryConnections": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdQueryConnections",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdQueryConnections. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/QueryFaultToleranceCompatibility": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdQueryFaultToleranceCompatibility",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdQueryFaultToleranceCompatibility. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/QueryFaultToleranceCompatibilityEx": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdQueryFaultToleranceCompatibilityEx",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdQueryFaultToleranceCompatibilityEx. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/QueryUnownedFiles": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdQueryUnownedFiles",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdQueryUnownedFiles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/RebootGuest": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdRebootGuest",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdRebootGuest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/ReconfigVM_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdReconfigVMTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdReconfigVMTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/RefreshStorageInfo": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdRefreshStorageInfo",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdRefreshStorageInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/Reload": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdReload",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdReload. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/reloadVirtualMachineFromPath_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdReloadVirtualMachineFromPathTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdReloadVirtualMachineFromPathTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/RelocateVM_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdRelocateVMTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdRelocateVMTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/RemoveAllSnapshots_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdRemoveAllSnapshotsTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdRemoveAllSnapshotsTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/Rename_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdRenameTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdRenameTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/ResetVM_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdResetVMTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdResetVMTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/ResetGuestInformation": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdResetGuestInformation",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdResetGuestInformation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/RevertToCurrentSnapshot_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdRevertToCurrentSnapshotTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdRevertToCurrentSnapshotTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/SendNMI": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdSendNMI",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdSendNMI. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/setCustomValue": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdSetCustomValue",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdSetCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/SetDisplayTopology": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdSetDisplayTopology",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdSetDisplayTopology. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/SetScreenResolution": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdSetScreenResolution",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdSetScreenResolution. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/ShutdownGuest": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdShutdownGuest",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdShutdownGuest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/StandbyGuest": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdStandbyGuest",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdStandbyGuest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/StartRecording_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdStartRecordingTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdStartRecordingTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/StartReplaying_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdStartReplayingTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdStartReplayingTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/StopRecording_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdStopRecordingTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdStopRecordingTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/StopReplaying_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdStopReplayingTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdStopReplayingTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/SuspendVM_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdSuspendVMTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdSuspendVMTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/TerminateVM": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdTerminateVM",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdTerminateVM. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/TerminateFaultTolerantVM_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdTerminateFaultTolerantVMTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdTerminateFaultTolerantVMTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/TurnOffFaultToleranceForVM_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdTurnOffFaultToleranceForVMTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdTurnOffFaultToleranceForVMTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/UnmountToolsInstaller": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdUnmountToolsInstaller",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdUnmountToolsInstaller. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/UnregisterVM": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdUnregisterVM",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdUnregisterVM. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/UpgradeTools_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdUpgradeToolsTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdUpgradeToolsTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/UpgradeVM_Task": {
      "post": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "postVirtualMachineMoIdUpgradeVMTask",
        "description": "The parameters and request body are for method: postVirtualMachineMoIdUpgradeVMTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/alarmActionsEnabled": {
      "get": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "getVirtualMachineMoIdAlarmActionsEnabled",
        "description": "The parameters and request body are for method: getVirtualMachineMoIdAlarmActionsEnabled. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/availableField": {
      "get": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "getVirtualMachineMoIdAvailableField",
        "description": "The parameters and request body are for method: getVirtualMachineMoIdAvailableField. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/capability": {
      "get": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "getVirtualMachineMoIdCapability",
        "description": "The parameters and request body are for method: getVirtualMachineMoIdCapability. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/config": {
      "get": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "getVirtualMachineMoIdConfig",
        "description": "The parameters and request body are for method: getVirtualMachineMoIdConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/configIssue": {
      "get": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "getVirtualMachineMoIdConfigIssue",
        "description": "The parameters and request body are for method: getVirtualMachineMoIdConfigIssue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/configStatus": {
      "get": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "getVirtualMachineMoIdConfigStatus",
        "description": "The parameters and request body are for method: getVirtualMachineMoIdConfigStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/customValue": {
      "get": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "getVirtualMachineMoIdCustomValue",
        "description": "The parameters and request body are for method: getVirtualMachineMoIdCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/datastore": {
      "get": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "getVirtualMachineMoIdDatastore",
        "description": "The parameters and request body are for method: getVirtualMachineMoIdDatastore. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/declaredAlarmState": {
      "get": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "getVirtualMachineMoIdDeclaredAlarmState",
        "description": "The parameters and request body are for method: getVirtualMachineMoIdDeclaredAlarmState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/disabledMethod": {
      "get": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "getVirtualMachineMoIdDisabledMethod",
        "description": "The parameters and request body are for method: getVirtualMachineMoIdDisabledMethod. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/effectiveRole": {
      "get": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "getVirtualMachineMoIdEffectiveRole",
        "description": "The parameters and request body are for method: getVirtualMachineMoIdEffectiveRole. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/environmentBrowser": {
      "get": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "getVirtualMachineMoIdEnvironmentBrowser",
        "description": "The parameters and request body are for method: getVirtualMachineMoIdEnvironmentBrowser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/guest": {
      "get": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "getVirtualMachineMoIdGuest",
        "description": "The parameters and request body are for method: getVirtualMachineMoIdGuest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/guestHeartbeatStatus": {
      "get": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "getVirtualMachineMoIdGuestHeartbeatStatus",
        "description": "The parameters and request body are for method: getVirtualMachineMoIdGuestHeartbeatStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/layout": {
      "get": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "getVirtualMachineMoIdLayout",
        "description": "The parameters and request body are for method: getVirtualMachineMoIdLayout. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/layoutEx": {
      "get": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "getVirtualMachineMoIdLayoutEx",
        "description": "The parameters and request body are for method: getVirtualMachineMoIdLayoutEx. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/name": {
      "get": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "getVirtualMachineMoIdName",
        "description": "The parameters and request body are for method: getVirtualMachineMoIdName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/network": {
      "get": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "getVirtualMachineMoIdNetwork",
        "description": "The parameters and request body are for method: getVirtualMachineMoIdNetwork. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/overallStatus": {
      "get": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "getVirtualMachineMoIdOverallStatus",
        "description": "The parameters and request body are for method: getVirtualMachineMoIdOverallStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/parent": {
      "get": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "getVirtualMachineMoIdParent",
        "description": "The parameters and request body are for method: getVirtualMachineMoIdParent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/parentVApp": {
      "get": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "getVirtualMachineMoIdParentVApp",
        "description": "The parameters and request body are for method: getVirtualMachineMoIdParentVApp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/permission": {
      "get": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "getVirtualMachineMoIdPermission",
        "description": "The parameters and request body are for method: getVirtualMachineMoIdPermission. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/recentTask": {
      "get": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "getVirtualMachineMoIdRecentTask",
        "description": "The parameters and request body are for method: getVirtualMachineMoIdRecentTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/resourceConfig": {
      "get": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "getVirtualMachineMoIdResourceConfig",
        "description": "The parameters and request body are for method: getVirtualMachineMoIdResourceConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/resourcePool": {
      "get": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "getVirtualMachineMoIdResourcePool",
        "description": "The parameters and request body are for method: getVirtualMachineMoIdResourcePool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/rootSnapshot": {
      "get": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "getVirtualMachineMoIdRootSnapshot",
        "description": "The parameters and request body are for method: getVirtualMachineMoIdRootSnapshot. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/runtime": {
      "get": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "getVirtualMachineMoIdRuntime",
        "description": "The parameters and request body are for method: getVirtualMachineMoIdRuntime. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/snapshot": {
      "get": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "getVirtualMachineMoIdSnapshot",
        "description": "The parameters and request body are for method: getVirtualMachineMoIdSnapshot. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/storage": {
      "get": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "getVirtualMachineMoIdStorage",
        "description": "The parameters and request body are for method: getVirtualMachineMoIdStorage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/summary": {
      "get": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "getVirtualMachineMoIdSummary",
        "description": "The parameters and request body are for method: getVirtualMachineMoIdSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/tag": {
      "get": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "getVirtualMachineMoIdTag",
        "description": "The parameters and request body are for method: getVirtualMachineMoIdTag. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/triggeredAlarmState": {
      "get": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "getVirtualMachineMoIdTriggeredAlarmState",
        "description": "The parameters and request body are for method: getVirtualMachineMoIdTriggeredAlarmState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachine/{moId}/value": {
      "get": {
        "tags": [
          "VirtualMachine"
        ],
        "operationId": "getVirtualMachineMoIdValue",
        "description": "The parameters and request body are for method: getVirtualMachineMoIdValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachineCompatibilityChecker/{moId}/CheckCompatibility_Task": {
      "post": {
        "tags": [
          "VirtualMachineCompatibilityChecker"
        ],
        "operationId": "postVirtualMachineCompatibilityCheckerMoIdCheckCompatibilityTask",
        "description": "The parameters and request body are for method: postVirtualMachineCompatibilityCheckerMoIdCheckCompatibilityTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachineCompatibilityChecker/{moId}/CheckPowerOn_Task": {
      "post": {
        "tags": [
          "VirtualMachineCompatibilityChecker"
        ],
        "operationId": "postVirtualMachineCompatibilityCheckerMoIdCheckPowerOnTask",
        "description": "The parameters and request body are for method: postVirtualMachineCompatibilityCheckerMoIdCheckPowerOnTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachineCompatibilityChecker/{moId}/CheckVmConfig_Task": {
      "post": {
        "tags": [
          "VirtualMachineCompatibilityChecker"
        ],
        "operationId": "postVirtualMachineCompatibilityCheckerMoIdCheckVmConfigTask",
        "description": "The parameters and request body are for method: postVirtualMachineCompatibilityCheckerMoIdCheckVmConfigTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachineGuestCustomizationManager/{moId}/AbortCustomization_Task": {
      "post": {
        "tags": [
          "VirtualMachineGuestCustomizationManager"
        ],
        "operationId": "postVirtualMachineGuestCustomizationManagerMoIdAbortCustomizationTask",
        "description": "The parameters and request body are for method: postVirtualMachineGuestCustomizationManagerMoIdAbortCustomizationTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachineGuestCustomizationManager/{moId}/CustomizeGuest_Task": {
      "post": {
        "tags": [
          "VirtualMachineGuestCustomizationManager"
        ],
        "operationId": "postVirtualMachineGuestCustomizationManagerMoIdCustomizeGuestTask",
        "description": "The parameters and request body are for method: postVirtualMachineGuestCustomizationManagerMoIdCustomizeGuestTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachineGuestCustomizationManager/{moId}/StartGuestNetwork_Task": {
      "post": {
        "tags": [
          "VirtualMachineGuestCustomizationManager"
        ],
        "operationId": "postVirtualMachineGuestCustomizationManagerMoIdStartGuestNetworkTask",
        "description": "The parameters and request body are for method: postVirtualMachineGuestCustomizationManagerMoIdStartGuestNetworkTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachineProvisioningChecker/{moId}/CheckClone_Task": {
      "post": {
        "tags": [
          "VirtualMachineProvisioningChecker"
        ],
        "operationId": "postVirtualMachineProvisioningCheckerMoIdCheckCloneTask",
        "description": "The parameters and request body are for method: postVirtualMachineProvisioningCheckerMoIdCheckCloneTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachineProvisioningChecker/{moId}/CheckInstantClone_Task": {
      "post": {
        "tags": [
          "VirtualMachineProvisioningChecker"
        ],
        "operationId": "postVirtualMachineProvisioningCheckerMoIdCheckInstantCloneTask",
        "description": "The parameters and request body are for method: postVirtualMachineProvisioningCheckerMoIdCheckInstantCloneTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachineProvisioningChecker/{moId}/CheckMigrate_Task": {
      "post": {
        "tags": [
          "VirtualMachineProvisioningChecker"
        ],
        "operationId": "postVirtualMachineProvisioningCheckerMoIdCheckMigrateTask",
        "description": "The parameters and request body are for method: postVirtualMachineProvisioningCheckerMoIdCheckMigrateTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachineProvisioningChecker/{moId}/CheckRelocate_Task": {
      "post": {
        "tags": [
          "VirtualMachineProvisioningChecker"
        ],
        "operationId": "postVirtualMachineProvisioningCheckerMoIdCheckRelocateTask",
        "description": "The parameters and request body are for method: postVirtualMachineProvisioningCheckerMoIdCheckRelocateTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachineProvisioningChecker/{moId}/QueryVMotionCompatibilityEx_Task": {
      "post": {
        "tags": [
          "VirtualMachineProvisioningChecker"
        ],
        "operationId": "postVirtualMachineProvisioningCheckerMoIdQueryVMotionCompatibilityExTask",
        "description": "The parameters and request body are for method: postVirtualMachineProvisioningCheckerMoIdQueryVMotionCompatibilityExTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachineSnapshot/{moId}/ExportSnapshot": {
      "post": {
        "tags": [
          "VirtualMachineSnapshot"
        ],
        "operationId": "postVirtualMachineSnapshotMoIdExportSnapshot",
        "description": "The parameters and request body are for method: postVirtualMachineSnapshotMoIdExportSnapshot. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachineSnapshot/{moId}/RemoveSnapshot_Task": {
      "post": {
        "tags": [
          "VirtualMachineSnapshot"
        ],
        "operationId": "postVirtualMachineSnapshotMoIdRemoveSnapshotTask",
        "description": "The parameters and request body are for method: postVirtualMachineSnapshotMoIdRemoveSnapshotTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachineSnapshot/{moId}/RenameSnapshot": {
      "post": {
        "tags": [
          "VirtualMachineSnapshot"
        ],
        "operationId": "postVirtualMachineSnapshotMoIdRenameSnapshot",
        "description": "The parameters and request body are for method: postVirtualMachineSnapshotMoIdRenameSnapshot. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachineSnapshot/{moId}/RevertToSnapshot_Task": {
      "post": {
        "tags": [
          "VirtualMachineSnapshot"
        ],
        "operationId": "postVirtualMachineSnapshotMoIdRevertToSnapshotTask",
        "description": "The parameters and request body are for method: postVirtualMachineSnapshotMoIdRevertToSnapshotTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachineSnapshot/{moId}/setCustomValue": {
      "post": {
        "tags": [
          "VirtualMachineSnapshot"
        ],
        "operationId": "postVirtualMachineSnapshotMoIdSetCustomValue",
        "description": "The parameters and request body are for method: postVirtualMachineSnapshotMoIdSetCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VirtualMachineSnapshot/{moId}/availableField": {
      "get": {
        "tags": [
          "VirtualMachineSnapshot"
        ],
        "operationId": "getVirtualMachineSnapshotMoIdAvailableField",
        "description": "The parameters and request body are for method: getVirtualMachineSnapshotMoIdAvailableField. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachineSnapshot/{moId}/childSnapshot": {
      "get": {
        "tags": [
          "VirtualMachineSnapshot"
        ],
        "operationId": "getVirtualMachineSnapshotMoIdChildSnapshot",
        "description": "The parameters and request body are for method: getVirtualMachineSnapshotMoIdChildSnapshot. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachineSnapshot/{moId}/config": {
      "get": {
        "tags": [
          "VirtualMachineSnapshot"
        ],
        "operationId": "getVirtualMachineSnapshotMoIdConfig",
        "description": "The parameters and request body are for method: getVirtualMachineSnapshotMoIdConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachineSnapshot/{moId}/value": {
      "get": {
        "tags": [
          "VirtualMachineSnapshot"
        ],
        "operationId": "getVirtualMachineSnapshotMoIdValue",
        "description": "The parameters and request body are for method: getVirtualMachineSnapshotMoIdValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VirtualMachineSnapshot/{moId}/vm": {
      "get": {
        "tags": [
          "VirtualMachineSnapshot"
        ],
        "operationId": "getVirtualMachineSnapshotMoIdVm",
        "description": "The parameters and request body are for method: getVirtualMachineSnapshotMoIdVm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/AddNetworkResourcePool": {
      "post": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "postVmwareDistributedVirtualSwitchMoIdAddNetworkResourcePool",
        "description": "The parameters and request body are for method: postVmwareDistributedVirtualSwitchMoIdAddNetworkResourcePool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/CreateDVPortgroup_Task": {
      "post": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "postVmwareDistributedVirtualSwitchMoIdCreateDVPortgroupTask",
        "description": "The parameters and request body are for method: postVmwareDistributedVirtualSwitchMoIdCreateDVPortgroupTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/AddDVPortgroup_Task": {
      "post": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "postVmwareDistributedVirtualSwitchMoIdAddDVPortgroupTask",
        "description": "The parameters and request body are for method: postVmwareDistributedVirtualSwitchMoIdAddDVPortgroupTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/Destroy_Task": {
      "post": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "postVmwareDistributedVirtualSwitchMoIdDestroyTask",
        "description": "The parameters and request body are for method: postVmwareDistributedVirtualSwitchMoIdDestroyTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/EnableNetworkResourceManagement": {
      "post": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "postVmwareDistributedVirtualSwitchMoIdEnableNetworkResourceManagement",
        "description": "The parameters and request body are for method: postVmwareDistributedVirtualSwitchMoIdEnableNetworkResourceManagement. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/FetchDVPortKeys": {
      "post": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "postVmwareDistributedVirtualSwitchMoIdFetchDVPortKeys",
        "description": "The parameters and request body are for method: postVmwareDistributedVirtualSwitchMoIdFetchDVPortKeys. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/FetchDVPorts": {
      "post": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "postVmwareDistributedVirtualSwitchMoIdFetchDVPorts",
        "description": "The parameters and request body are for method: postVmwareDistributedVirtualSwitchMoIdFetchDVPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/LookupDvPortGroup": {
      "post": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "postVmwareDistributedVirtualSwitchMoIdLookupDvPortGroup",
        "description": "The parameters and request body are for method: postVmwareDistributedVirtualSwitchMoIdLookupDvPortGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/MergeDvs_Task": {
      "post": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "postVmwareDistributedVirtualSwitchMoIdMergeDvsTask",
        "description": "The parameters and request body are for method: postVmwareDistributedVirtualSwitchMoIdMergeDvsTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/MoveDVPort_Task": {
      "post": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "postVmwareDistributedVirtualSwitchMoIdMoveDVPortTask",
        "description": "The parameters and request body are for method: postVmwareDistributedVirtualSwitchMoIdMoveDVPortTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/PerformDvsProductSpecOperation_Task": {
      "post": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "postVmwareDistributedVirtualSwitchMoIdPerformDvsProductSpecOperationTask",
        "description": "The parameters and request body are for method: postVmwareDistributedVirtualSwitchMoIdPerformDvsProductSpecOperationTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/QueryUsedVlanIdInDvs": {
      "post": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "postVmwareDistributedVirtualSwitchMoIdQueryUsedVlanIdInDvs",
        "description": "The parameters and request body are for method: postVmwareDistributedVirtualSwitchMoIdQueryUsedVlanIdInDvs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/ReconfigureDvs_Task": {
      "post": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "postVmwareDistributedVirtualSwitchMoIdReconfigureDvsTask",
        "description": "The parameters and request body are for method: postVmwareDistributedVirtualSwitchMoIdReconfigureDvsTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/ReconfigureDVPort_Task": {
      "post": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "postVmwareDistributedVirtualSwitchMoIdReconfigureDVPortTask",
        "description": "The parameters and request body are for method: postVmwareDistributedVirtualSwitchMoIdReconfigureDVPortTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/DvsReconfigureVmVnicNetworkResourcePool_Task": {
      "post": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "postVmwareDistributedVirtualSwitchMoIdDvsReconfigureVmVnicNetworkResourcePoolTask",
        "description": "The parameters and request body are for method: postVmwareDistributedVirtualSwitchMoIdDvsReconfigureVmVnicNetworkResourcePoolTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/RectifyDvsHost_Task": {
      "post": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "postVmwareDistributedVirtualSwitchMoIdRectifyDvsHostTask",
        "description": "The parameters and request body are for method: postVmwareDistributedVirtualSwitchMoIdRectifyDvsHostTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/RefreshDVPortState": {
      "post": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "postVmwareDistributedVirtualSwitchMoIdRefreshDVPortState",
        "description": "The parameters and request body are for method: postVmwareDistributedVirtualSwitchMoIdRefreshDVPortState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/Reload": {
      "post": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "postVmwareDistributedVirtualSwitchMoIdReload",
        "description": "The parameters and request body are for method: postVmwareDistributedVirtualSwitchMoIdReload. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/RemoveNetworkResourcePool": {
      "post": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "postVmwareDistributedVirtualSwitchMoIdRemoveNetworkResourcePool",
        "description": "The parameters and request body are for method: postVmwareDistributedVirtualSwitchMoIdRemoveNetworkResourcePool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/Rename_Task": {
      "post": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "postVmwareDistributedVirtualSwitchMoIdRenameTask",
        "description": "The parameters and request body are for method: postVmwareDistributedVirtualSwitchMoIdRenameTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/DVSRollback_Task": {
      "post": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "postVmwareDistributedVirtualSwitchMoIdDVSRollbackTask",
        "description": "The parameters and request body are for method: postVmwareDistributedVirtualSwitchMoIdDVSRollbackTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/setCustomValue": {
      "post": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "postVmwareDistributedVirtualSwitchMoIdSetCustomValue",
        "description": "The parameters and request body are for method: postVmwareDistributedVirtualSwitchMoIdSetCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/UpdateDvsCapability": {
      "post": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "postVmwareDistributedVirtualSwitchMoIdUpdateDvsCapability",
        "description": "The parameters and request body are for method: postVmwareDistributedVirtualSwitchMoIdUpdateDvsCapability. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/UpdateDVSHealthCheckConfig_Task": {
      "post": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "postVmwareDistributedVirtualSwitchMoIdUpdateDVSHealthCheckConfigTask",
        "description": "The parameters and request body are for method: postVmwareDistributedVirtualSwitchMoIdUpdateDVSHealthCheckConfigTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/UpdateDVSLacpGroupConfig_Task": {
      "post": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "postVmwareDistributedVirtualSwitchMoIdUpdateDVSLacpGroupConfigTask",
        "description": "The parameters and request body are for method: postVmwareDistributedVirtualSwitchMoIdUpdateDVSLacpGroupConfigTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/UpdateNetworkResourcePool": {
      "post": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "postVmwareDistributedVirtualSwitchMoIdUpdateNetworkResourcePool",
        "description": "The parameters and request body are for method: postVmwareDistributedVirtualSwitchMoIdUpdateNetworkResourcePool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/alarmActionsEnabled": {
      "get": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "getVmwareDistributedVirtualSwitchMoIdAlarmActionsEnabled",
        "description": "The parameters and request body are for method: getVmwareDistributedVirtualSwitchMoIdAlarmActionsEnabled. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/availableField": {
      "get": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "getVmwareDistributedVirtualSwitchMoIdAvailableField",
        "description": "The parameters and request body are for method: getVmwareDistributedVirtualSwitchMoIdAvailableField. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/capability": {
      "get": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "getVmwareDistributedVirtualSwitchMoIdCapability",
        "description": "The parameters and request body are for method: getVmwareDistributedVirtualSwitchMoIdCapability. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/config": {
      "get": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "getVmwareDistributedVirtualSwitchMoIdConfig",
        "description": "The parameters and request body are for method: getVmwareDistributedVirtualSwitchMoIdConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/configIssue": {
      "get": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "getVmwareDistributedVirtualSwitchMoIdConfigIssue",
        "description": "The parameters and request body are for method: getVmwareDistributedVirtualSwitchMoIdConfigIssue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/configStatus": {
      "get": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "getVmwareDistributedVirtualSwitchMoIdConfigStatus",
        "description": "The parameters and request body are for method: getVmwareDistributedVirtualSwitchMoIdConfigStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/customValue": {
      "get": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "getVmwareDistributedVirtualSwitchMoIdCustomValue",
        "description": "The parameters and request body are for method: getVmwareDistributedVirtualSwitchMoIdCustomValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/declaredAlarmState": {
      "get": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "getVmwareDistributedVirtualSwitchMoIdDeclaredAlarmState",
        "description": "The parameters and request body are for method: getVmwareDistributedVirtualSwitchMoIdDeclaredAlarmState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/disabledMethod": {
      "get": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "getVmwareDistributedVirtualSwitchMoIdDisabledMethod",
        "description": "The parameters and request body are for method: getVmwareDistributedVirtualSwitchMoIdDisabledMethod. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/effectiveRole": {
      "get": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "getVmwareDistributedVirtualSwitchMoIdEffectiveRole",
        "description": "The parameters and request body are for method: getVmwareDistributedVirtualSwitchMoIdEffectiveRole. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/name": {
      "get": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "getVmwareDistributedVirtualSwitchMoIdName",
        "description": "The parameters and request body are for method: getVmwareDistributedVirtualSwitchMoIdName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/networkResourcePool": {
      "get": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "getVmwareDistributedVirtualSwitchMoIdNetworkResourcePool",
        "description": "The parameters and request body are for method: getVmwareDistributedVirtualSwitchMoIdNetworkResourcePool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/overallStatus": {
      "get": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "getVmwareDistributedVirtualSwitchMoIdOverallStatus",
        "description": "The parameters and request body are for method: getVmwareDistributedVirtualSwitchMoIdOverallStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/parent": {
      "get": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "getVmwareDistributedVirtualSwitchMoIdParent",
        "description": "The parameters and request body are for method: getVmwareDistributedVirtualSwitchMoIdParent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/permission": {
      "get": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "getVmwareDistributedVirtualSwitchMoIdPermission",
        "description": "The parameters and request body are for method: getVmwareDistributedVirtualSwitchMoIdPermission. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/portgroup": {
      "get": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "getVmwareDistributedVirtualSwitchMoIdPortgroup",
        "description": "The parameters and request body are for method: getVmwareDistributedVirtualSwitchMoIdPortgroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/recentTask": {
      "get": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "getVmwareDistributedVirtualSwitchMoIdRecentTask",
        "description": "The parameters and request body are for method: getVmwareDistributedVirtualSwitchMoIdRecentTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/runtime": {
      "get": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "getVmwareDistributedVirtualSwitchMoIdRuntime",
        "description": "The parameters and request body are for method: getVmwareDistributedVirtualSwitchMoIdRuntime. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/summary": {
      "get": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "getVmwareDistributedVirtualSwitchMoIdSummary",
        "description": "The parameters and request body are for method: getVmwareDistributedVirtualSwitchMoIdSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/tag": {
      "get": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "getVmwareDistributedVirtualSwitchMoIdTag",
        "description": "The parameters and request body are for method: getVmwareDistributedVirtualSwitchMoIdTag. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/triggeredAlarmState": {
      "get": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "getVmwareDistributedVirtualSwitchMoIdTriggeredAlarmState",
        "description": "The parameters and request body are for method: getVmwareDistributedVirtualSwitchMoIdTriggeredAlarmState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/uuid": {
      "get": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "getVmwareDistributedVirtualSwitchMoIdUuid",
        "description": "The parameters and request body are for method: getVmwareDistributedVirtualSwitchMoIdUuid. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VmwareDistributedVirtualSwitch/{moId}/value": {
      "get": {
        "tags": [
          "VmwareDistributedVirtualSwitch"
        ],
        "operationId": "getVmwareDistributedVirtualSwitchMoIdValue",
        "description": "The parameters and request body are for method: getVmwareDistributedVirtualSwitchMoIdValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/VsanUpgradeSystem/{moId}/PerformVsanUpgrade_Task": {
      "post": {
        "tags": [
          "VsanUpgradeSystem"
        ],
        "operationId": "postVsanUpgradeSystemMoIdPerformVsanUpgradeTask",
        "description": "The parameters and request body are for method: postVsanUpgradeSystemMoIdPerformVsanUpgradeTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VsanUpgradeSystem/{moId}/PerformVsanUpgradePreflightCheck": {
      "post": {
        "tags": [
          "VsanUpgradeSystem"
        ],
        "operationId": "postVsanUpgradeSystemMoIdPerformVsanUpgradePreflightCheck",
        "description": "The parameters and request body are for method: postVsanUpgradeSystemMoIdPerformVsanUpgradePreflightCheck. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/VsanUpgradeSystem/{moId}/QueryVsanUpgradeStatus": {
      "post": {
        "tags": [
          "VsanUpgradeSystem"
        ],
        "operationId": "postVsanUpgradeSystemMoIdQueryVsanUpgradeStatus",
        "description": "The parameters and request body are for method: postVsanUpgradeSystemMoIdQueryVsanUpgradeStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/eam/Agency/{moId}/AddIssue": {
      "post": {
        "tags": [
          "Agency"
        ],
        "operationId": "agencyAddIssue",
        "description": "The parameters and request body are for method: agencyAddIssue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/eam/Agency/{moId}/DestroyAgency": {
      "post": {
        "tags": [
          "Agency"
        ],
        "operationId": "agencyDestroyAgency",
        "description": "The parameters and request body are for method: agencyDestroyAgency. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/eam/Agency/{moId}/Agency_Disable": {
      "post": {
        "tags": [
          "Agency"
        ],
        "operationId": "agencyAgencyDisable",
        "description": "The parameters and request body are for method: agencyAgencyDisable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/eam/Agency/{moId}/Agency_Enable": {
      "post": {
        "tags": [
          "Agency"
        ],
        "operationId": "agencyAgencyEnable",
        "description": "The parameters and request body are for method: agencyAgencyEnable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/eam/Agency/{moId}/QueryAgent": {
      "post": {
        "tags": [
          "Agency"
        ],
        "operationId": "agencyQueryAgent",
        "description": "The parameters and request body are for method: agencyQueryAgent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/eam/Agency/{moId}/QueryConfig": {
      "post": {
        "tags": [
          "Agency"
        ],
        "operationId": "agencyQueryConfig",
        "description": "The parameters and request body are for method: agencyQueryConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/eam/Agency/{moId}/QueryIssue": {
      "post": {
        "tags": [
          "Agency"
        ],
        "operationId": "agencyQueryIssue",
        "description": "The parameters and request body are for method: agencyQueryIssue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/eam/Agency/{moId}/AgencyQueryRuntime": {
      "post": {
        "tags": [
          "Agency"
        ],
        "operationId": "agencyAgencyQueryRuntime",
        "description": "The parameters and request body are for method: agencyAgencyQueryRuntime. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/eam/Agency/{moId}/QuerySolutionId": {
      "post": {
        "tags": [
          "Agency"
        ],
        "operationId": "agencyQuerySolutionId",
        "description": "The parameters and request body are for method: agencyQuerySolutionId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/eam/Agency/{moId}/RegisterAgentVm": {
      "post": {
        "tags": [
          "Agency"
        ],
        "operationId": "agencyRegisterAgentVm",
        "description": "The parameters and request body are for method: agencyRegisterAgentVm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/eam/Agency/{moId}/Resolve": {
      "post": {
        "tags": [
          "Agency"
        ],
        "operationId": "agencyResolve",
        "description": "The parameters and request body are for method: agencyResolve. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/eam/Agency/{moId}/ResolveAll": {
      "post": {
        "tags": [
          "Agency"
        ],
        "operationId": "agencyResolveAll",
        "description": "The parameters and request body are for method: agencyResolveAll. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/eam/Agency/{moId}/Uninstall": {
      "post": {
        "tags": [
          "Agency"
        ],
        "operationId": "agencyUninstall",
        "description": "The parameters and request body are for method: agencyUninstall. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/eam/Agency/{moId}/UnregisterAgentVm": {
      "post": {
        "tags": [
          "Agency"
        ],
        "operationId": "agencyUnregisterAgentVm",
        "description": "The parameters and request body are for method: agencyUnregisterAgentVm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/eam/Agency/{moId}/Update": {
      "post": {
        "tags": [
          "Agency"
        ],
        "operationId": "agencyUpdate",
        "description": "The parameters and request body are for method: agencyUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/eam/Agency/{moId}/agent": {
      "get": {
        "tags": [
          "Agency"
        ],
        "operationId": "agencyGetAgent",
        "description": "The parameters and request body are for method: agencyGetAgent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/eam/Agency/{moId}/config": {
      "get": {
        "tags": [
          "Agency"
        ],
        "operationId": "agencyGetConfig",
        "description": "The parameters and request body are for method: agencyGetConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/eam/Agency/{moId}/owner": {
      "get": {
        "tags": [
          "Agency"
        ],
        "operationId": "agencyGetOwner",
        "description": "The parameters and request body are for method: agencyGetOwner. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/eam/Agency/{moId}/runtime": {
      "get": {
        "tags": [
          "Agency"
        ],
        "operationId": "agencyGetRuntime",
        "description": "The parameters and request body are for method: agencyGetRuntime. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/eam/Agency/{moId}/solutionId": {
      "get": {
        "tags": [
          "Agency"
        ],
        "operationId": "agencyGetSolutionId",
        "description": "The parameters and request body are for method: agencyGetSolutionId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/eam/Agent/{moId}/MarkAsAvailable": {
      "post": {
        "tags": [
          "Agent"
        ],
        "operationId": "agentMarkAsAvailable",
        "description": "The parameters and request body are for method: agentMarkAsAvailable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/eam/Agent/{moId}/AgentQueryConfig": {
      "post": {
        "tags": [
          "Agent"
        ],
        "operationId": "agentAgentQueryConfig",
        "description": "The parameters and request body are for method: agentAgentQueryConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/eam/Agent/{moId}/QueryIssue": {
      "post": {
        "tags": [
          "Agent"
        ],
        "operationId": "agentQueryIssue",
        "description": "The parameters and request body are for method: agentQueryIssue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/eam/Agent/{moId}/AgentQueryRuntime": {
      "post": {
        "tags": [
          "Agent"
        ],
        "operationId": "agentAgentQueryRuntime",
        "description": "The parameters and request body are for method: agentAgentQueryRuntime. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/eam/Agent/{moId}/Resolve": {
      "post": {
        "tags": [
          "Agent"
        ],
        "operationId": "agentResolve",
        "description": "The parameters and request body are for method: agentResolve. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/eam/Agent/{moId}/ResolveAll": {
      "post": {
        "tags": [
          "Agent"
        ],
        "operationId": "agentResolveAll",
        "description": "The parameters and request body are for method: agentResolveAll. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/eam/Agent/{moId}/config": {
      "get": {
        "tags": [
          "Agent"
        ],
        "operationId": "agentGetConfig",
        "description": "The parameters and request body are for method: agentGetConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/eam/Agent/{moId}/runtime": {
      "get": {
        "tags": [
          "Agent"
        ],
        "operationId": "agentGetRuntime",
        "description": "The parameters and request body are for method: agentGetRuntime. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/eam/EamObject/{moId}/QueryIssue": {
      "post": {
        "tags": [
          "EamObject"
        ],
        "operationId": "eamObjectQueryIssue",
        "description": "The parameters and request body are for method: eamObjectQueryIssue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/eam/EamObject/{moId}/Resolve": {
      "post": {
        "tags": [
          "EamObject"
        ],
        "operationId": "eamObjectResolve",
        "description": "The parameters and request body are for method: eamObjectResolve. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/eam/EamObject/{moId}/ResolveAll": {
      "post": {
        "tags": [
          "EamObject"
        ],
        "operationId": "eamObjectResolveAll",
        "description": "The parameters and request body are for method: eamObjectResolveAll. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/eam/EsxAgentManager/{moId}/CreateAgency": {
      "post": {
        "tags": [
          "EsxAgentManager"
        ],
        "operationId": "esxAgentManagerCreateAgency",
        "description": "The parameters and request body are for method: esxAgentManagerCreateAgency. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/eam/EsxAgentManager/{moId}/GetMaintenanceModePolicy": {
      "post": {
        "tags": [
          "EsxAgentManager"
        ],
        "operationId": "esxAgentManagerGetMaintenanceModePolicy",
        "description": "The parameters and request body are for method: esxAgentManagerGetMaintenanceModePolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/eam/EsxAgentManager/{moId}/QueryAgency": {
      "post": {
        "tags": [
          "EsxAgentManager"
        ],
        "operationId": "esxAgentManagerQueryAgency",
        "description": "The parameters and request body are for method: esxAgentManagerQueryAgency. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/eam/EsxAgentManager/{moId}/QueryIssue": {
      "post": {
        "tags": [
          "EsxAgentManager"
        ],
        "operationId": "esxAgentManagerQueryIssue",
        "description": "The parameters and request body are for method: esxAgentManagerQueryIssue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/eam/EsxAgentManager/{moId}/Resolve": {
      "post": {
        "tags": [
          "EsxAgentManager"
        ],
        "operationId": "esxAgentManagerResolve",
        "description": "The parameters and request body are for method: esxAgentManagerResolve. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/eam/EsxAgentManager/{moId}/ResolveAll": {
      "post": {
        "tags": [
          "EsxAgentManager"
        ],
        "operationId": "esxAgentManagerResolveAll",
        "description": "The parameters and request body are for method: esxAgentManagerResolveAll. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/eam/EsxAgentManager/{moId}/ScanForUnknownAgentVm": {
      "post": {
        "tags": [
          "EsxAgentManager"
        ],
        "operationId": "esxAgentManagerScanForUnknownAgentVm",
        "description": "The parameters and request body are for method: esxAgentManagerScanForUnknownAgentVm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/eam/EsxAgentManager/{moId}/SetMaintenanceModePolicy": {
      "post": {
        "tags": [
          "EsxAgentManager"
        ],
        "operationId": "esxAgentManagerSetMaintenanceModePolicy",
        "description": "The parameters and request body are for method: esxAgentManagerSetMaintenanceModePolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/eam/EsxAgentManager/{moId}/agency": {
      "get": {
        "tags": [
          "EsxAgentManager"
        ],
        "operationId": "esxAgentManagerGetAgency",
        "description": "The parameters and request body are for method: esxAgentManagerGetAgency. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/eam/EsxAgentManager/{moId}/issue": {
      "get": {
        "tags": [
          "EsxAgentManager"
        ],
        "operationId": "esxAgentManagerGetIssue",
        "description": "The parameters and request body are for method: esxAgentManagerGetIssue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/pbm/PbmComplianceManager/{moId}/PbmCheckCompliance": {
      "post": {
        "tags": [
          "PbmComplianceManager"
        ],
        "operationId": "pbmComplianceManagerPbmCheckCompliance",
        "description": "The parameters and request body are for method: pbmComplianceManagerPbmCheckCompliance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pbm/PbmComplianceManager/{moId}/PbmCheckRollupCompliance": {
      "post": {
        "tags": [
          "PbmComplianceManager"
        ],
        "operationId": "pbmComplianceManagerPbmCheckRollupCompliance",
        "description": "The parameters and request body are for method: pbmComplianceManagerPbmCheckRollupCompliance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pbm/PbmComplianceManager/{moId}/PbmFetchComplianceResult": {
      "post": {
        "tags": [
          "PbmComplianceManager"
        ],
        "operationId": "pbmComplianceManagerPbmFetchComplianceResult",
        "description": "The parameters and request body are for method: pbmComplianceManagerPbmFetchComplianceResult. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pbm/PbmComplianceManager/{moId}/PbmFetchRollupComplianceResult": {
      "post": {
        "tags": [
          "PbmComplianceManager"
        ],
        "operationId": "pbmComplianceManagerPbmFetchRollupComplianceResult",
        "description": "The parameters and request body are for method: pbmComplianceManagerPbmFetchRollupComplianceResult. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pbm/PbmComplianceManager/{moId}/PbmQueryByRollupComplianceStatus": {
      "post": {
        "tags": [
          "PbmComplianceManager"
        ],
        "operationId": "pbmComplianceManagerPbmQueryByRollupComplianceStatus",
        "description": "The parameters and request body are for method: pbmComplianceManagerPbmQueryByRollupComplianceStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pbm/PbmPlacementSolver/{moId}/PbmCheckCompatibility": {
      "post": {
        "tags": [
          "PbmPlacementSolver"
        ],
        "operationId": "pbmPlacementSolverPbmCheckCompatibility",
        "description": "The parameters and request body are for method: pbmPlacementSolverPbmCheckCompatibility. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pbm/PbmPlacementSolver/{moId}/PbmCheckCompatibilityWithSpec": {
      "post": {
        "tags": [
          "PbmPlacementSolver"
        ],
        "operationId": "pbmPlacementSolverPbmCheckCompatibilityWithSpec",
        "description": "The parameters and request body are for method: pbmPlacementSolverPbmCheckCompatibilityWithSpec. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pbm/PbmPlacementSolver/{moId}/PbmCheckRequirements": {
      "post": {
        "tags": [
          "PbmPlacementSolver"
        ],
        "operationId": "pbmPlacementSolverPbmCheckRequirements",
        "description": "The parameters and request body are for method: pbmPlacementSolverPbmCheckRequirements. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pbm/PbmPlacementSolver/{moId}/PbmQueryMatchingHub": {
      "post": {
        "tags": [
          "PbmPlacementSolver"
        ],
        "operationId": "pbmPlacementSolverPbmQueryMatchingHub",
        "description": "The parameters and request body are for method: pbmPlacementSolverPbmQueryMatchingHub. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pbm/PbmPlacementSolver/{moId}/PbmQueryMatchingHubWithSpec": {
      "post": {
        "tags": [
          "PbmPlacementSolver"
        ],
        "operationId": "pbmPlacementSolverPbmQueryMatchingHubWithSpec",
        "description": "The parameters and request body are for method: pbmPlacementSolverPbmQueryMatchingHubWithSpec. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pbm/PbmProfileProfileManager/{moId}/PbmAssignDefaultRequirementProfile": {
      "post": {
        "tags": [
          "PbmProfileProfileManager"
        ],
        "operationId": "pbmProfileProfileManagerPbmAssignDefaultRequirementProfile",
        "description": "The parameters and request body are for method: pbmProfileProfileManagerPbmAssignDefaultRequirementProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pbm/PbmProfileProfileManager/{moId}/PbmCreate": {
      "post": {
        "tags": [
          "PbmProfileProfileManager"
        ],
        "operationId": "pbmProfileProfileManagerPbmCreate",
        "description": "The parameters and request body are for method: pbmProfileProfileManagerPbmCreate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pbm/PbmProfileProfileManager/{moId}/PbmDelete": {
      "post": {
        "tags": [
          "PbmProfileProfileManager"
        ],
        "operationId": "pbmProfileProfileManagerPbmDelete",
        "description": "The parameters and request body are for method: pbmProfileProfileManagerPbmDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pbm/PbmProfileProfileManager/{moId}/PbmFetchCapabilityMetadata": {
      "post": {
        "tags": [
          "PbmProfileProfileManager"
        ],
        "operationId": "pbmProfileProfileManagerPbmFetchCapabilityMetadata",
        "description": "The parameters and request body are for method: pbmProfileProfileManagerPbmFetchCapabilityMetadata. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pbm/PbmProfileProfileManager/{moId}/PbmFetchCapabilitySchema": {
      "post": {
        "tags": [
          "PbmProfileProfileManager"
        ],
        "operationId": "pbmProfileProfileManagerPbmFetchCapabilitySchema",
        "description": "The parameters and request body are for method: pbmProfileProfileManagerPbmFetchCapabilitySchema. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pbm/PbmProfileProfileManager/{moId}/PbmFetchResourceType": {
      "post": {
        "tags": [
          "PbmProfileProfileManager"
        ],
        "operationId": "pbmProfileProfileManagerPbmFetchResourceType",
        "description": "The parameters and request body are for method: pbmProfileProfileManagerPbmFetchResourceType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/pbm/PbmProfileProfileManager/{moId}/PbmFetchVendorInfo": {
      "post": {
        "tags": [
          "PbmProfileProfileManager"
        ],
        "operationId": "pbmProfileProfileManagerPbmFetchVendorInfo",
        "description": "The parameters and request body are for method: pbmProfileProfileManagerPbmFetchVendorInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pbm/PbmProfileProfileManager/{moId}/PbmFindApplicableDefaultProfile": {
      "post": {
        "tags": [
          "PbmProfileProfileManager"
        ],
        "operationId": "pbmProfileProfileManagerPbmFindApplicableDefaultProfile",
        "description": "The parameters and request body are for method: pbmProfileProfileManagerPbmFindApplicableDefaultProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pbm/PbmProfileProfileManager/{moId}/PbmQueryAssociatedEntities": {
      "post": {
        "tags": [
          "PbmProfileProfileManager"
        ],
        "operationId": "pbmProfileProfileManagerPbmQueryAssociatedEntities",
        "description": "The parameters and request body are for method: pbmProfileProfileManagerPbmQueryAssociatedEntities. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pbm/PbmProfileProfileManager/{moId}/PbmQueryAssociatedEntity": {
      "post": {
        "tags": [
          "PbmProfileProfileManager"
        ],
        "operationId": "pbmProfileProfileManagerPbmQueryAssociatedEntity",
        "description": "The parameters and request body are for method: pbmProfileProfileManagerPbmQueryAssociatedEntity. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pbm/PbmProfileProfileManager/{moId}/PbmQueryAssociatedProfile": {
      "post": {
        "tags": [
          "PbmProfileProfileManager"
        ],
        "operationId": "pbmProfileProfileManagerPbmQueryAssociatedProfile",
        "description": "The parameters and request body are for method: pbmProfileProfileManagerPbmQueryAssociatedProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pbm/PbmProfileProfileManager/{moId}/PbmQueryAssociatedProfiles": {
      "post": {
        "tags": [
          "PbmProfileProfileManager"
        ],
        "operationId": "pbmProfileProfileManagerPbmQueryAssociatedProfiles",
        "description": "The parameters and request body are for method: pbmProfileProfileManagerPbmQueryAssociatedProfiles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pbm/PbmProfileProfileManager/{moId}/PbmQueryDefaultRequirementProfile": {
      "post": {
        "tags": [
          "PbmProfileProfileManager"
        ],
        "operationId": "pbmProfileProfileManagerPbmQueryDefaultRequirementProfile",
        "description": "The parameters and request body are for method: pbmProfileProfileManagerPbmQueryDefaultRequirementProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pbm/PbmProfileProfileManager/{moId}/PbmQueryDefaultRequirementProfiles": {
      "post": {
        "tags": [
          "PbmProfileProfileManager"
        ],
        "operationId": "pbmProfileProfileManagerPbmQueryDefaultRequirementProfiles",
        "description": "The parameters and request body are for method: pbmProfileProfileManagerPbmQueryDefaultRequirementProfiles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pbm/PbmProfileProfileManager/{moId}/PbmQueryProfile": {
      "post": {
        "tags": [
          "PbmProfileProfileManager"
        ],
        "operationId": "pbmProfileProfileManagerPbmQueryProfile",
        "description": "The parameters and request body are for method: pbmProfileProfileManagerPbmQueryProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pbm/PbmProfileProfileManager/{moId}/PbmQuerySpaceStatsForStorageContainer": {
      "post": {
        "tags": [
          "PbmProfileProfileManager"
        ],
        "operationId": "pbmProfileProfileManagerPbmQuerySpaceStatsForStorageContainer",
        "description": "The parameters and request body are for method: pbmProfileProfileManagerPbmQuerySpaceStatsForStorageContainer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pbm/PbmProfileProfileManager/{moId}/PbmResetDefaultRequirementProfile": {
      "post": {
        "tags": [
          "PbmProfileProfileManager"
        ],
        "operationId": "pbmProfileProfileManagerPbmResetDefaultRequirementProfile",
        "description": "The parameters and request body are for method: pbmProfileProfileManagerPbmResetDefaultRequirementProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pbm/PbmProfileProfileManager/{moId}/PbmResetVSanDefaultProfile": {
      "post": {
        "tags": [
          "PbmProfileProfileManager"
        ],
        "operationId": "pbmProfileProfileManagerPbmResetVSanDefaultProfile",
        "description": "The parameters and request body are for method: pbmProfileProfileManagerPbmResetVSanDefaultProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/pbm/PbmProfileProfileManager/{moId}/PbmRetrieveContent": {
      "post": {
        "tags": [
          "PbmProfileProfileManager"
        ],
        "operationId": "pbmProfileProfileManagerPbmRetrieveContent",
        "description": "The parameters and request body are for method: pbmProfileProfileManagerPbmRetrieveContent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pbm/PbmProfileProfileManager/{moId}/PbmUpdate": {
      "post": {
        "tags": [
          "PbmProfileProfileManager"
        ],
        "operationId": "pbmProfileProfileManagerPbmUpdate",
        "description": "The parameters and request body are for method: pbmProfileProfileManagerPbmUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pbm/PbmReplicationManager/{moId}/PbmQueryReplicationGroups": {
      "post": {
        "tags": [
          "PbmReplicationManager"
        ],
        "operationId": "pbmReplicationManagerPbmQueryReplicationGroups",
        "description": "The parameters and request body are for method: pbmReplicationManagerPbmQueryReplicationGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pbm/PbmServiceInstance/{moId}/PbmRetrieveServiceContent": {
      "post": {
        "tags": [
          "PbmServiceInstance"
        ],
        "operationId": "pbmServiceInstancePbmRetrieveServiceContent",
        "description": "The parameters and request body are for method: pbmServiceInstancePbmRetrieveServiceContent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/pbm/PbmServiceInstance/{moId}/content": {
      "get": {
        "tags": [
          "PbmServiceInstance"
        ],
        "operationId": "pbmServiceInstanceGetContent",
        "description": "The parameters and request body are for method: pbmServiceInstanceGetContent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sms/SmsProvider/{moId}/QueryProviderInfo": {
      "post": {
        "tags": [
          "SmsProvider"
        ],
        "operationId": "smsProviderQueryProviderInfo",
        "description": "The parameters and request body are for method: smsProviderQueryProviderInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sms/SmsServiceInstance/{moId}/QueryAboutInfo": {
      "post": {
        "tags": [
          "SmsServiceInstance"
        ],
        "operationId": "smsServiceInstanceQueryAboutInfo",
        "description": "The parameters and request body are for method: smsServiceInstanceQueryAboutInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sms/SmsServiceInstance/{moId}/QuerySessionManager": {
      "post": {
        "tags": [
          "SmsServiceInstance"
        ],
        "operationId": "smsServiceInstanceQuerySessionManager",
        "description": "The parameters and request body are for method: smsServiceInstanceQuerySessionManager. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sms/SmsServiceInstance/{moId}/QueryStorageManager": {
      "post": {
        "tags": [
          "SmsServiceInstance"
        ],
        "operationId": "smsServiceInstanceQueryStorageManager",
        "description": "The parameters and request body are for method: smsServiceInstanceQueryStorageManager. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sms/SmsStorageManager/{moId}/QueryArray": {
      "post": {
        "tags": [
          "SmsStorageManager"
        ],
        "operationId": "smsStorageManagerQueryArray",
        "description": "The parameters and request body are for method: smsStorageManagerQueryArray. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sms/SmsStorageManager/{moId}/QueryArrayAssociatedWithLun": {
      "post": {
        "tags": [
          "SmsStorageManager"
        ],
        "operationId": "smsStorageManagerQueryArrayAssociatedWithLun",
        "description": "The parameters and request body are for method: smsStorageManagerQueryArrayAssociatedWithLun. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sms/SmsStorageManager/{moId}/QueryAssociatedBackingStoragePool": {
      "post": {
        "tags": [
          "SmsStorageManager"
        ],
        "operationId": "smsStorageManagerQueryAssociatedBackingStoragePool",
        "description": "The parameters and request body are for method: smsStorageManagerQueryAssociatedBackingStoragePool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sms/SmsStorageManager/{moId}/QueryDatastoreBackingPoolMapping": {
      "post": {
        "tags": [
          "SmsStorageManager"
        ],
        "operationId": "smsStorageManagerQueryDatastoreBackingPoolMapping",
        "description": "The parameters and request body are for method: smsStorageManagerQueryDatastoreBackingPoolMapping. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sms/SmsStorageManager/{moId}/QueryDatastoreCapability": {
      "post": {
        "tags": [
          "SmsStorageManager"
        ],
        "operationId": "smsStorageManagerQueryDatastoreCapability",
        "description": "The parameters and request body are for method: smsStorageManagerQueryDatastoreCapability. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sms/SmsStorageManager/{moId}/QueryDrsMigrationCapabilityForPerformance": {
      "post": {
        "tags": [
          "SmsStorageManager"
        ],
        "operationId": "smsStorageManagerQueryDrsMigrationCapabilityForPerformance",
        "description": "The parameters and request body are for method: smsStorageManagerQueryDrsMigrationCapabilityForPerformance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sms/SmsStorageManager/{moId}/QueryDrsMigrationCapabilityForPerformanceEx": {
      "post": {
        "tags": [
          "SmsStorageManager"
        ],
        "operationId": "smsStorageManagerQueryDrsMigrationCapabilityForPerformanceEx",
        "description": "The parameters and request body are for method: smsStorageManagerQueryDrsMigrationCapabilityForPerformanceEx. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sms/SmsStorageManager/{moId}/QueryFaultDomain": {
      "post": {
        "tags": [
          "SmsStorageManager"
        ],
        "operationId": "smsStorageManagerQueryFaultDomain",
        "description": "The parameters and request body are for method: smsStorageManagerQueryFaultDomain. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sms/SmsStorageManager/{moId}/QueryFileSystemAssociatedWithArray": {
      "post": {
        "tags": [
          "SmsStorageManager"
        ],
        "operationId": "smsStorageManagerQueryFileSystemAssociatedWithArray",
        "description": "The parameters and request body are for method: smsStorageManagerQueryFileSystemAssociatedWithArray. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sms/SmsStorageManager/{moId}/QueryHostAssociatedWithLun": {
      "post": {
        "tags": [
          "SmsStorageManager"
        ],
        "operationId": "smsStorageManagerQueryHostAssociatedWithLun",
        "description": "The parameters and request body are for method: smsStorageManagerQueryHostAssociatedWithLun. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sms/SmsStorageManager/{moId}/QueryLunAssociatedWithArray": {
      "post": {
        "tags": [
          "SmsStorageManager"
        ],
        "operationId": "smsStorageManagerQueryLunAssociatedWithArray",
        "description": "The parameters and request body are for method: smsStorageManagerQueryLunAssociatedWithArray. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sms/SmsStorageManager/{moId}/QueryLunAssociatedWithPort": {
      "post": {
        "tags": [
          "SmsStorageManager"
        ],
        "operationId": "smsStorageManagerQueryLunAssociatedWithPort",
        "description": "The parameters and request body are for method: smsStorageManagerQueryLunAssociatedWithPort. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sms/SmsStorageManager/{moId}/QueryNfsDatastoreAssociatedWithFileSystem": {
      "post": {
        "tags": [
          "SmsStorageManager"
        ],
        "operationId": "smsStorageManagerQueryNfsDatastoreAssociatedWithFileSystem",
        "description": "The parameters and request body are for method: smsStorageManagerQueryNfsDatastoreAssociatedWithFileSystem. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sms/SmsStorageManager/{moId}/QueryPortAssociatedWithArray": {
      "post": {
        "tags": [
          "SmsStorageManager"
        ],
        "operationId": "smsStorageManagerQueryPortAssociatedWithArray",
        "description": "The parameters and request body are for method: smsStorageManagerQueryPortAssociatedWithArray. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sms/SmsStorageManager/{moId}/QueryPortAssociatedWithLun": {
      "post": {
        "tags": [
          "SmsStorageManager"
        ],
        "operationId": "smsStorageManagerQueryPortAssociatedWithLun",
        "description": "The parameters and request body are for method: smsStorageManagerQueryPortAssociatedWithLun. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sms/SmsStorageManager/{moId}/QueryPortAssociatedWithProcessor": {
      "post": {
        "tags": [
          "SmsStorageManager"
        ],
        "operationId": "smsStorageManagerQueryPortAssociatedWithProcessor",
        "description": "The parameters and request body are for method: smsStorageManagerQueryPortAssociatedWithProcessor. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sms/SmsStorageManager/{moId}/QueryProcessorAssociatedWithArray": {
      "post": {
        "tags": [
          "SmsStorageManager"
        ],
        "operationId": "smsStorageManagerQueryProcessorAssociatedWithArray",
        "description": "The parameters and request body are for method: smsStorageManagerQueryProcessorAssociatedWithArray. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sms/SmsStorageManager/{moId}/QueryProvider": {
      "post": {
        "tags": [
          "SmsStorageManager"
        ],
        "operationId": "smsStorageManagerQueryProvider",
        "description": "The parameters and request body are for method: smsStorageManagerQueryProvider. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sms/SmsStorageManager/{moId}/QueryReplicationGroupInfo": {
      "post": {
        "tags": [
          "SmsStorageManager"
        ],
        "operationId": "smsStorageManagerQueryReplicationGroupInfo",
        "description": "The parameters and request body are for method: smsStorageManagerQueryReplicationGroupInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sms/SmsStorageManager/{moId}/QueryStorageContainer": {
      "post": {
        "tags": [
          "SmsStorageManager"
        ],
        "operationId": "smsStorageManagerQueryStorageContainer",
        "description": "The parameters and request body are for method: smsStorageManagerQueryStorageContainer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sms/SmsStorageManager/{moId}/QueryVmfsDatastoreAssociatedWithLun": {
      "post": {
        "tags": [
          "SmsStorageManager"
        ],
        "operationId": "smsStorageManagerQueryVmfsDatastoreAssociatedWithLun",
        "description": "The parameters and request body are for method: smsStorageManagerQueryVmfsDatastoreAssociatedWithLun. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sms/SmsStorageManager/{moId}/SmsRefreshCACertificatesAndCRLs_Task": {
      "post": {
        "tags": [
          "SmsStorageManager"
        ],
        "operationId": "smsStorageManagerSmsRefreshCACertificatesAndCRLsTask",
        "description": "The parameters and request body are for method: smsStorageManagerSmsRefreshCACertificatesAndCRLsTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sms/SmsStorageManager/{moId}/RegisterProvider_Task": {
      "post": {
        "tags": [
          "SmsStorageManager"
        ],
        "operationId": "smsStorageManagerRegisterProviderTask",
        "description": "The parameters and request body are for method: smsStorageManagerRegisterProviderTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sms/SmsStorageManager/{moId}/UnregisterProvider_Task": {
      "post": {
        "tags": [
          "SmsStorageManager"
        ],
        "operationId": "smsStorageManagerUnregisterProviderTask",
        "description": "The parameters and request body are for method: smsStorageManagerUnregisterProviderTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sms/SmsTask/{moId}/QuerySmsTaskInfo": {
      "post": {
        "tags": [
          "SmsTask"
        ],
        "operationId": "smsTaskQuerySmsTaskInfo",
        "description": "The parameters and request body are for method: smsTaskQuerySmsTaskInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sms/SmsTask/{moId}/QuerySmsTaskResult": {
      "post": {
        "tags": [
          "SmsTask"
        ],
        "operationId": "smsTaskQuerySmsTaskResult",
        "description": "The parameters and request body are for method: smsTaskQuerySmsTaskResult. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sms/VasaProvider/{moId}/FailoverReplicationGroup_Task": {
      "post": {
        "tags": [
          "VasaProvider"
        ],
        "operationId": "vasaProviderFailoverReplicationGroupTask",
        "description": "The parameters and request body are for method: vasaProviderFailoverReplicationGroupTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sms/VasaProvider/{moId}/PrepareFailoverReplicationGroup_Task": {
      "post": {
        "tags": [
          "VasaProvider"
        ],
        "operationId": "vasaProviderPrepareFailoverReplicationGroupTask",
        "description": "The parameters and request body are for method: vasaProviderPrepareFailoverReplicationGroupTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sms/VasaProvider/{moId}/PromoteReplicationGroup_Task": {
      "post": {
        "tags": [
          "VasaProvider"
        ],
        "operationId": "vasaProviderPromoteReplicationGroupTask",
        "description": "The parameters and request body are for method: vasaProviderPromoteReplicationGroupTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sms/VasaProvider/{moId}/QueryActiveAlarm": {
      "post": {
        "tags": [
          "VasaProvider"
        ],
        "operationId": "vasaProviderQueryActiveAlarm",
        "description": "The parameters and request body are for method: vasaProviderQueryActiveAlarm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sms/VasaProvider/{moId}/QueryPointInTimeReplica": {
      "post": {
        "tags": [
          "VasaProvider"
        ],
        "operationId": "vasaProviderQueryPointInTimeReplica",
        "description": "The parameters and request body are for method: vasaProviderQueryPointInTimeReplica. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sms/VasaProvider/{moId}/QueryProviderInfo": {
      "post": {
        "tags": [
          "VasaProvider"
        ],
        "operationId": "vasaProviderQueryProviderInfo",
        "description": "The parameters and request body are for method: vasaProviderQueryProviderInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sms/VasaProvider/{moId}/QueryReplicationGroup": {
      "post": {
        "tags": [
          "VasaProvider"
        ],
        "operationId": "vasaProviderQueryReplicationGroup",
        "description": "The parameters and request body are for method: vasaProviderQueryReplicationGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sms/VasaProvider/{moId}/QueryReplicationPeer": {
      "post": {
        "tags": [
          "VasaProvider"
        ],
        "operationId": "vasaProviderQueryReplicationPeer",
        "description": "The parameters and request body are for method: vasaProviderQueryReplicationPeer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sms/VasaProvider/{moId}/VasaProviderReconnect_Task": {
      "post": {
        "tags": [
          "VasaProvider"
        ],
        "operationId": "vasaProviderVasaProviderReconnectTask",
        "description": "The parameters and request body are for method: vasaProviderVasaProviderReconnectTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sms/VasaProvider/{moId}/VasaProviderRefreshCertificate_Task": {
      "post": {
        "tags": [
          "VasaProvider"
        ],
        "operationId": "vasaProviderVasaProviderRefreshCertificateTask",
        "description": "The parameters and request body are for method: vasaProviderVasaProviderRefreshCertificateTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sms/VasaProvider/{moId}/ReverseReplicateGroup_Task": {
      "post": {
        "tags": [
          "VasaProvider"
        ],
        "operationId": "vasaProviderReverseReplicateGroupTask",
        "description": "The parameters and request body are for method: vasaProviderReverseReplicateGroupTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sms/VasaProvider/{moId}/VasaProviderRevokeCertificate_Task": {
      "post": {
        "tags": [
          "VasaProvider"
        ],
        "operationId": "vasaProviderVasaProviderRevokeCertificateTask",
        "description": "The parameters and request body are for method: vasaProviderVasaProviderRevokeCertificateTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sms/VasaProvider/{moId}/VasaProviderSync_Task": {
      "post": {
        "tags": [
          "VasaProvider"
        ],
        "operationId": "vasaProviderVasaProviderSyncTask",
        "description": "The parameters and request body are for method: vasaProviderVasaProviderSyncTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sms/VasaProvider/{moId}/SyncReplicationGroup_Task": {
      "post": {
        "tags": [
          "VasaProvider"
        ],
        "operationId": "vasaProviderSyncReplicationGroupTask",
        "description": "The parameters and request body are for method: vasaProviderSyncReplicationGroupTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sms/VasaProvider/{moId}/TestFailoverReplicationGroupStart_Task": {
      "post": {
        "tags": [
          "VasaProvider"
        ],
        "operationId": "vasaProviderTestFailoverReplicationGroupStartTask",
        "description": "The parameters and request body are for method: vasaProviderTestFailoverReplicationGroupStartTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sms/VasaProvider/{moId}/TestFailoverReplicationGroupStop_Task": {
      "post": {
        "tags": [
          "VasaProvider"
        ],
        "operationId": "vasaProviderTestFailoverReplicationGroupStopTask",
        "description": "The parameters and request body are for method: vasaProviderTestFailoverReplicationGroupStopTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmServiceInstance/{moId}/RetrieveContent": {
      "post": {
        "tags": [
          "VslmServiceInstance"
        ],
        "operationId": "vslmServiceInstanceRetrieveContent",
        "description": "The parameters and request body are for method: vslmServiceInstanceRetrieveContent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/vslm/VslmServiceInstance/{moId}/content": {
      "get": {
        "tags": [
          "VslmServiceInstance"
        ],
        "operationId": "vslmServiceInstanceGetContent",
        "description": "The parameters and request body are for method: vslmServiceInstanceGetContent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/vslm/VslmSessionManager/{moId}/VslmLoginByToken": {
      "post": {
        "tags": [
          "VslmSessionManager"
        ],
        "operationId": "vslmSessionManagerVslmLoginByToken",
        "description": "The parameters and request body are for method: vslmSessionManagerVslmLoginByToken. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmSessionManager/{moId}/VslmLogout": {
      "post": {
        "tags": [
          "VslmSessionManager"
        ],
        "operationId": "vslmSessionManagerVslmLogout",
        "description": "The parameters and request body are for method: vslmSessionManagerVslmLogout. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/vslm/VslmStorageLifecycleManager/{moId}/VslmQueryDatastoreInfo": {
      "post": {
        "tags": [
          "VslmStorageLifecycleManager"
        ],
        "operationId": "vslmStorageLifecycleManagerVslmQueryDatastoreInfo",
        "description": "The parameters and request body are for method: vslmStorageLifecycleManagerVslmQueryDatastoreInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmStorageLifecycleManager/{moId}/VslmSyncDatastore": {
      "post": {
        "tags": [
          "VslmStorageLifecycleManager"
        ],
        "operationId": "vslmStorageLifecycleManagerVslmSyncDatastore",
        "description": "The parameters and request body are for method: vslmStorageLifecycleManagerVslmSyncDatastore. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmTask/{moId}/VslmCancelTask": {
      "post": {
        "tags": [
          "VslmTask"
        ],
        "operationId": "vslmTaskVslmCancelTask",
        "description": "The parameters and request body are for method: vslmTaskVslmCancelTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/vslm/VslmTask/{moId}/VslmQueryInfo": {
      "post": {
        "tags": [
          "VslmTask"
        ],
        "operationId": "vslmTaskVslmQueryInfo",
        "description": "The parameters and request body are for method: vslmTaskVslmQueryInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/vslm/VslmTask/{moId}/VslmQueryTaskResult": {
      "post": {
        "tags": [
          "VslmTask"
        ],
        "operationId": "vslmTaskVslmQueryTaskResult",
        "description": "The parameters and request body are for method: vslmTaskVslmQueryTaskResult. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmAttachDisk_Task": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmAttachDiskTask",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmAttachDiskTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmAttachTagToVStorageObject": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmAttachTagToVStorageObject",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmAttachTagToVStorageObject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmClearVStorageObjectControlFlags": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmClearVStorageObjectControlFlags",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmClearVStorageObjectControlFlags. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmCloneVStorageObject_Task": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmCloneVStorageObjectTask",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmCloneVStorageObjectTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmCreateDisk_Task": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmCreateDiskTask",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmCreateDiskTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmCreateDiskFromSnapshot_Task": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmCreateDiskFromSnapshotTask",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmCreateDiskFromSnapshotTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmCreateSnapshot_Task": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmCreateSnapshotTask",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmCreateSnapshotTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmDeleteSnapshot_Task": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmDeleteSnapshotTask",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmDeleteSnapshotTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmDeleteVStorageObject_Task": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmDeleteVStorageObjectTask",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmDeleteVStorageObjectTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmDetachTagFromVStorageObject": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmDetachTagFromVStorageObject",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmDetachTagFromVStorageObject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmExtendDisk_Task": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmExtendDiskTask",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmExtendDiskTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmInflateDisk_Task": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmInflateDiskTask",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmInflateDiskTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmListTagsAttachedToVStorageObject": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmListTagsAttachedToVStorageObject",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmListTagsAttachedToVStorageObject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmListVStorageObjectsAttachedToTag": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmListVStorageObjectsAttachedToTag",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmListVStorageObjectsAttachedToTag. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmListVStorageObjectForSpec": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmListVStorageObjectForSpec",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmListVStorageObjectForSpec. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmQueryChangedDiskAreas": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmQueryChangedDiskAreas",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmQueryChangedDiskAreas. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmQueryGlobalCatalogSyncStatus": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmQueryGlobalCatalogSyncStatus",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmQueryGlobalCatalogSyncStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmQueryGlobalCatalogSyncStatusForDatastore": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmQueryGlobalCatalogSyncStatusForDatastore",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmQueryGlobalCatalogSyncStatusForDatastore. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmReconcileDatastoreInventory_Task": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmReconcileDatastoreInventoryTask",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmReconcileDatastoreInventoryTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmRegisterDisk": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmRegisterDisk",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmRegisterDisk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmRelocateVStorageObject_Task": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmRelocateVStorageObjectTask",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmRelocateVStorageObjectTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmRenameVStorageObject": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmRenameVStorageObject",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmRenameVStorageObject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmRetrieveSnapshotDetails": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmRetrieveSnapshotDetails",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmRetrieveSnapshotDetails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmRetrieveSnapshotInfo": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmRetrieveSnapshotInfo",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmRetrieveSnapshotInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmRetrieveVStorageInfrastructureObjectPolicy": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmRetrieveVStorageInfrastructureObjectPolicy",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmRetrieveVStorageInfrastructureObjectPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmRetrieveVStorageObject": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmRetrieveVStorageObject",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmRetrieveVStorageObject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmRetrieveVStorageObjectAssociations": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmRetrieveVStorageObjectAssociations",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmRetrieveVStorageObjectAssociations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmRetrieveVStorageObjectMetadata": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmRetrieveVStorageObjectMetadata",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmRetrieveVStorageObjectMetadata. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmRetrieveVStorageObjectMetadataValue": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmRetrieveVStorageObjectMetadataValue",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmRetrieveVStorageObjectMetadataValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmRetrieveVStorageObjectState": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmRetrieveVStorageObjectState",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmRetrieveVStorageObjectState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmRetrieveVStorageObjects": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmRetrieveVStorageObjects",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmRetrieveVStorageObjects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmRevertVStorageObject_Task": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmRevertVStorageObjectTask",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmRevertVStorageObjectTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmScheduleReconcileDatastoreInventory": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmScheduleReconcileDatastoreInventory",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmScheduleReconcileDatastoreInventory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmSetVStorageObjectControlFlags": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmSetVStorageObjectControlFlags",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmSetVStorageObjectControlFlags. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmUpdateVStorageInfrastructureObjectPolicy_Task": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmUpdateVStorageInfrastructureObjectPolicyTask",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmUpdateVStorageInfrastructureObjectPolicyTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmUpdateVstorageObjectCrypto_Task": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmUpdateVstorageObjectCryptoTask",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmUpdateVstorageObjectCryptoTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmUpdateVStorageObjectMetadata_Task": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmUpdateVStorageObjectMetadataTask",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmUpdateVStorageObjectMetadataTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/vslm/VslmVStorageObjectManager/{moId}/VslmUpdateVstorageObjectPolicy_Task": {
      "post": {
        "tags": [
          "VslmVStorageObjectManager"
        ],
        "operationId": "vslmVStorageObjectManagerVslmUpdateVstorageObjectPolicyTask",
        "description": "The parameters and request body are for method: vslmVStorageObjectManagerVslmUpdateVstorageObjectPolicyTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "moId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "moId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {}
  }
}